.darkback:before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 17;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    div#site_kalip.darkback #icerik, body.fancybox-active #site_kalip, body.modal-open #site_kalip {
    }
}

div#site_kalip {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    z-index: 3;
    background: white;
    margin-bottom: 300px;
}

.gotoup {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    z-index: 2050;
    display: none !important;
    opacity: 0 !important;
}

/* -------------------- webmaster tool --------------------*/
.webmaster_tool {
    height: auto;
    position: fixed;
    z-index: 111111;
    background: #FFF;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 13px;
    display: block;
    left: 0;
    padding: 5px 0 5px 15px;
    width: 210px;
    bottom: 0;
    top: auto;
    box-shadow: 1px 1px 3px #ccc
}

.webmaster_tool > li {
    width: 100%;
    float: left;
    padding-bottom: 5px
}

.webmaster_tool > li > b {
    width: 90px;
    float: left
}

.webmaster_tool > h1 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0
}

.webmaster_tool a {
    color: #af0000;
    font-weight: 700;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 3px 5px;
    margin: 4px 3% 0 -1%;
    width: 48%;
    float: left;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    border-radius: 3px
}

/* -------------------- NT Loader --------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99994;
    overflow: hidden;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 100px;
    z-index: 999;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #e42722;
    z-index: 99;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    /* -webkit-transform: translateX(-100%); */
    /* transform: translateX(-100%); */
    opacity: 0;
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-right {
    /* -webkit-transform: translateX(100%); */
    /* transform: translateX(100%); */
    opacity: 0;
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body:not(#sf_anasayfa) #loader {
}

body:not(#sf_anasayfa):not(.loadedFull) #header, body:not(#sf_anasayfa):not(.loadedFull) .banner {
    /* z-index: 99995; */
}

body:not(#sf_anasayfa):not(.loadedFull) #footer {
    /* position: relative; */
    /* z-index: 99995; */
}

/* ------------------ fonts ------------------ */
.font-family-light {
    font-family: 'SF Display', sans-serif !important;
    font-weight: 200;
}

.font-family-normal {
    font-family: 'SF Display', sans-serif !important;
    font-weight: 400;
}

.font-family-bold {
    font-family: 'SF Display', sans-serif !important;
    font-weight: 700;
}

.font-family-numbers {
    font-family: arial !important
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-32 {
    font-size: 32px;
}

.col-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-55 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .fs-sm-8 {
        font-size: 8px;
    }

    .fs-sm-9 {
        font-size: 9px;
    }

    .fs-sm-10 {
        font-size: 10px;
    }

    .fs-sm-11 {
        font-size: 11px;
    }

    .fs-sm-12 {
        font-size: 12px;
    }

    .fs-sm-13 {
        font-size: 13px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .fs-sm-15 {
        font-size: 15px;
    }

    .fs-sm-16 {
        font-size: 16px;
    }

    .fs-sm-18 {
        font-size: 18px;
    }

    .fs-sm-19 {
        font-size: 19px;
    }

    .fs-sm-20 {
        font-size: 20px;
    }

    .fs-sm-22 {
        font-size: 22px;
    }

    .fs-sm-24 {
        font-size: 24px;
    }

    .fs-sm-28 {
        font-size: 28px;
    }

    .fs-sm-32 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .col-md-55 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .fs-md-8 {
        font-size: 8px;
    }

    .fs-md-9 {
        font-size: 9px;
    }

    .fs-md-10 {
        font-size: 10px;
    }

    .fs-md-11 {
        font-size: 11px;
    }

    .fs-md-12 {
        font-size: 12px;
    }

    .fs-md-13 {
        font-size: 13px;
    }

    .fs-md-14 {
        font-size: 14px;
    }

    .fs-md-15 {
        font-size: 15px;
    }

    .fs-md-16 {
        font-size: 16px;
    }

    .fs-md-18 {
        font-size: 18px;
    }

    .fs-md-19 {
        font-size: 19px;
    }

    .fs-md-20 {
        font-size: 20px;
    }

    .fs-md-22 {
        font-size: 22px;
    }

    .fs-md-24 {
        font-size: 24px;
    }

    .fs-md-28 {
        font-size: 28px;
    }

    .fs-md-32 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .col-lg-55 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .fs-lg-8 {
        font-size: 8px;
    }

    .fs-lg-9 {
        font-size: 9px;
    }

    .fs-lg-10 {
        font-size: 10px;
    }

    .fs-lg-11 {
        font-size: 11px;
    }

    .fs-lg-12 {
        font-size: 12px;
    }

    .fs-lg-13 {
        font-size: 13px;
    }

    .fs-lg-14 {
        font-size: 14px;
    }

    .fs-lg-15 {
        font-size: 15px;
    }

    .fs-lg-16 {
        font-size: 16px;
    }

    .fs-lg-18 {
        font-size: 18px;
    }

    .fs-lg-19 {
        font-size: 19px;
    }

    .fs-lg-20 {
        font-size: 20px;
    }

    .fs-lg-22 {
        font-size: 22px;
    }

    .fs-lg-24 {
        font-size: 24px;
    }

    .fs-lg-28 {
        font-size: 28px;
    }

    .fs-lg-32 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }

    .col-xl-55 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .fs-xl-8 {
        font-size: 8px;
    }

    .fs-xl-9 {
        font-size: 9px;
    }

    .fs-xl-10 {
        font-size: 10px;
    }

    .fs-xl-11 {
        font-size: 11px;
    }

    .fs-xl-12 {
        font-size: 12px;
    }

    .fs-xl-13 {
        font-size: 13px;
    }

    .fs-xl-14 {
        font-size: 14px;
    }

    .fs-xl-15 {
        font-size: 15px;
    }

    .fs-xl-16 {
        font-size: 16px;
    }

    .fs-xl-18 {
        font-size: 18px;
    }

    .fs-xl-19 {
        font-size: 19px;
    }

    .fs-xl-20 {
        font-size: 20px;
    }

    .fs-xl-22 {
        font-size: 22px;
    }

    .fs-xl-24 {
        font-size: 24px;
    }

    .fs-xl-28 {
        font-size: 28px;
    }

    .fs-xl-32 {
        font-size: 32px;
    }
}

/* -------------------- form -------------------- */
.form-control {
    padding: 10px 20px;
    line-height: 1.42857;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    color: #8f989d;
    font-weight: 500;
    height: 50px !important;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5;
    box-shadow: none !important;
    border-radius: 26px;
    font-size: 14px;
    font-weight: normal;
}

textarea.form-control {
    height: auto;
    min-height: 150px;
    padding: 15px 12px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJrYXRtYW5fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBzdHlsZT0iZmlsbDojYTNhM2EzOyIgZD0iTTI2LjksNDNMNDYuOCw4LjZjMC44LTEuNS0wLjItMy4zLTEuOS0zLjNINS4yYy0xLjcsMC0yLjcsMS44LTEuOSwzLjNMMjMuMSw0M0MyMy45LDQ0LjUsMjYuMSw0NC41LDI2LjksNDN6IiAvPjwvZz48L3N2Zz4=) no-repeat white;
    background-position: right 10px center;
    background-size: 14px;
    padding-right: 30px;
}

::-webkit-input-placeholder {
    color: #8f989d !important;
}

::-moz-placeholder {
    color: #8f989d !important;
}

:-ms-input-placeholder {
    color: #8f989d !important;
}

:-moz-placeholder {
    color: #8f989d !important;
}

.btn-submit2 {
    color: #4dbb6d;
    background-color: transparent;
    background-image: none;
    border-color: #4dbb6d;
    width: auto;
    border-width: 2px;
    border-radius: 35px;
    padding: 11px 30px;
}

.btn-submit2:hover, .btn-submit2:focus, .btn-submit2:active {
    color: white;
    background: #4dbb6d;
    border-color: #4dbb6d;
}

.form-control:focus {
    border-color: #e00815;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-width: 2px;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute !important;
    left: 0;
}

input[type="checkbox"] ~ .checkboxVal {
    width: 18px;
    height: 18px;
    display: block;
    background: white;
    cursor: pointer;
}

input[type="checkbox"]:checked ~ .checkboxVal:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #e42722;
    display: block;
    left: 4px;
    top: 4px;
}

input[type="checkbox"] ~ label {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    float: left;
    margin-left: 12px;
}

.checkcontrol > label {
    font-size: 18px;
    display: block;
    color: white;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;
}

.checkcontrol .form-check-inline {
    width: 50%;
    margin: 0 0 30px 0;
}

/* hazir form butonu */
.btn-submit {
    outline: none;
    height: 50px;
    text-align: center;
    width: 150px;
    border-radius: 5px;
    background: #e42722;
    border: 2px solid #e42722;
    color: white;
    letter-spacing: 0;
    text-shadow: none;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 18px;
    font-weight: normal;
    border-radius: 50px;
    line-height: 35px;
}

.btn-submit:hover {
    color: #e42722;
    background: transparent;
    border-color: #e42722;
}

.btn-submit:active {
    /* letter-spacing: 2px; */
}

.btn-submit:after {
    content: attr(text);
}

.btn-submit.onclic {
    width: 40px !important;
    border-color: #bbbbbb;
    border-width: 3px;
    font-size: 0;
    border-left-color: #1ECD97;
    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;
    border-radius: 50% !important;
    background: transparent;
    height: 40px !important;
}

.btn-submit.onclic:after {
    content: "";
}

.btn-submit.onclic:hover {
    color: #1ECD97;
    background: white;
}

.btn-submit.validate {
    font-size: 13px;
    color: white;
    background: #1ECD97;
    border-color: #1ECD97;
}

.btn-submit.validate:after {
    font-family: 'font awesome 5 pro';
    content: "\f00c";
}

.btn-submit.novalidate {
    font-size: 13px;
    color: white;
    background: #cd3330;
    border-color: #cd3330;
}

.btn-submit.novalidate:after {
    font-family: 'font awesome 5 pro';
    content: "\f00d";
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom-file-label::after {
    content: attr(before-text);
}

form .form-group .form-control ~ i {
    position: absolute;
    left: 15px;
    top: 1px;
    width: 45px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    color: #a3a3a3
}

form .form-group .form-control.hasIcon {
    padding-left: 45px;
}

.form-control, .btn {
    box-shadow: none !important;
}

div#NTModalOverlay {
    position: fixed;
    left: 0;
    bottom: -100vh;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    transition: all 0.5s cubic-bezier(1, -0.33, 0, 1.34);
    z-index: 99998;
}

div#NTModalOverlay.show {
    bottom: 0;
}

div#NTModal {
    position: fixed;
    width: 350px;
    max-width: 100%;
    text-align: center;
    padding: 15px 0;
    left: 50%;
    top: -100%;
    transform: translateX(-50%) translateY(-50%);
    color: #1e1e1e;
    border-radius: 7px;
    background: white;
    z-index: 99999;
    transition: all 0.5s cubic-bezier(1, -0.33, 0, 1.34);
}

div#NTModal.show {
    top: 10%;
}

.NT-dropdown {
    width: 100%;
}

.NT-dropdown .dropdown-menu {
    border: 1px solid #777;
    border-radius: 0;
    width: 100%;
}

.NT-dropdown .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background: #e42722;
    border: none;
    text-align: left;
    position: relative;
}

.NT-dropdown .dropdown-toggle:after {
    content: '\f0ab';
    border: none;
    font-family: 'font awesome 5 pro';
    font-weight: 700;
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: calc(50% - 8px);
    margin: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.NT-dropdown.show .dropdown-toggle, .NT-dropdown .dropdown-toggle:hover, .NT-dropdown .dropdown-toggle:focus, .NT-dropdown .dropdown-toggle:active {
    background: #e42722 !important;
}

.NT-dropdown .dropdown-item.active, .NT-dropdown .dropdown-item:active {
    background: #e42722;
}

.NT-dropdown .dropdown-item + .dropdown-item {
    border-top: 1px solid #eaeaea;
}

/* -------------------- for bootstrap -------------------- */
nav[aria-label="breadcrumb"] {
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    padding: 0 5px;
    font-weight: 600;
    color: inherit
}

.breadcrumb-item {
    font-size: 16px;
    color: white;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-transform: capitalize;
    font-weight: 400;
}

.breadcrumb-item a:hover {
    color: #e42722;
}

.breadcrumb-item a {
    transition: all .3s ease;
}

@media (max-width: 992px) {
    nav[aria-label="breadcrumb"] {
        display: none;
    }
}

.fill {
    height: 100%;
}

.bg-lightgray {
    background-color: #eee !important;
}

.bg-solightgray {
    background-color: #f5f5f5 !important;
}

.btn-outline.btn-primary {
    color: #4dbb6d;
    background-color: transparent;
    background-image: none;
    border-color: #4dbb6d;
}

.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
    color: #ffffff;
    background-color: #4dbb6d;
    border-color: #4dbb6d;
}

.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(77, 187, 109, 0.5);
}

.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
    color: #4dbb6d;
    background-color: transparent;
}

.btn-outline.btn-primary:active, .btn-outline.btn-primary.active {
    color: #ffffff !important;
    background-color: #4dbb6d !important;
    border-color: #4dbb6d !important;
    box-shadow: 0 0 0 0.2rem rgba(77, 187, 109, 0.5) !important;
}

.btn-outline.custom-border-width {
    border-width: 2px;
}

.custom-border-radius {
    border-radius: 35px !important;
    padding: 11px 30px !important;
}

.container {
    width: 1300px;
    max-width: 100%;
}

.relative {
    position: relative;
}

.rounded-25 {
    border-radius: 25px;
}

.table td, .table th {
    padding: 2px;
    border: 0;
}
/* ------------------ social ------------------ */

.sosyal_fb:hover, footer .sosyal_fb:hover {
    color: white !important;
    background: #3b5998 !important;
    border-color: #3b5998 !important;
}

.sosyal_tw:hover, footer .sosyal_tw:hover {
    color: white !important;
    background: #00aced !important;
    border-color: #00aced !important;
}

.sosyal_ins:hover, footer .sosyal_ins:hover {
    color: white !important;
    background: #c9367d !important;
    border-color: #c9367d !important;
}

.sosyal_fs:hover, footer .sosyal_fs:hover {
    color: white !important;
    background: #0072b1 !important;
    border-color: #0072b1 !important;
}

.sosyal_gp:hover, footer .sosyal_gp:hover {
    color: white !important;
    background: #dd4b39 !important;
    border-color: #dd4b39 !important;
}

.sosyal_pt:hover, footer .sosyal_pt:hover {
    color: white !important;
    background: #cd2229 !important;
    border-color: #cd2229 !important;
}

.sosyal_lk:hover, footer .sosyal_lk:hover {
    color: white !important;
    background: #1c7bb5 !important;
    border-color: #1c7bb5 !important;
}

/* -------------------- Header --------------------*/
#header {
    z-index: 18;
    position: fixed;
    width: 100%;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    background-color: white !important;
    color: white;
}

#headerTop {
    padding-top: 5px;
    padding-bottom: 5px;
}

div#top-contact {
}

div#top-contact a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

div#top-contact a:hover {
    color: #ddd;
}

div#top-contact a i {
    margin: 0 5px 0 15px;
}

div#top-contact a span {
}

#logo {
    padding: 15px 15px;
}

ul#menu {
}

#header.active #logo img {
    max-width: 165px;
}

#logo img {
    transition: all .3s ease;
    height: 80px;
}

ul#menu > li {
    display: inline-block;
    position: relative;
}

ul#menu > li > a {
    padding: 0 11px;
    line-height: 119px;
    transition: all 0.3s ease;
    display: block;
    color: white;
    font-size: 19px;
    color: #e42722;
    font-weight: 500;
    margin-right: 6px;
}

ul#menu > li > a:before {
    content: '';
    position: absolute;
    width: calc(100% - 6px);
    left: 0;
    top: 50%;
    height: 50px;
    background-color: #e42722;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
    transform: translateY(-50%);
}

ul#menu > li > ul {
    position: absolute;
    /* overflow: hidden; */
    left: 0;
    top: 100%;
    z-index: 3;
    min-width: 250px;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
}

ul#menu.acilirType2 > li > ul > li {
    position: relative;
    z-index: 2;
}

ul#menu > li > ul > li > a {
    font-size: 16px;
    color: #e42722;
    display: block;
    padding: 14px 25px;
    line-height: 1em;
    position: relative;
}

ul#menu.hoverType3 > li:hover > a, ul#menu.hoverType3 > li > ul > li > a:hover {
    color: #fb333e;
}

ul#menu.hoverType2 > li:hover > a, ul#menu.hoverType2 > li > ul > li > a:hover {
    color: white;
}

ul#menu.hoverType1 > li:hover > a:before, ul#menu.hoverType1 > li > ul > li > a:hover:before {
    width: calc(100% - 50px);
    left: 25px;
}

ul#menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul#menu.acilirType2 > li > ul:before {
    content: '';
    position: absolute;
    width: 4000px;
    left: -2000px;
    height: 0;
    top: 0;
    background: white;
    z-index: 1;
    transition: 0.4s;
}

ul#menu.acilirType2 > li:hover > ul:before {
    height: 100%;
}

ul#menu.acilirType2 > li > ul {
    transform-origin: top center;
    padding: 15px 0 35px;
}

ul#menu.acilirType1 > li > ul {
    background: white;
    transform: translateY(50px);
}

ul#menu.acilirType1 > li:hover > ul {
    transform: translateY(0);
}

ul#menu > li.has-children > a:after {
    content: "\f0d7";
    font-family: "font awesome 5 pro";
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
    z-index: 3;
    color: #e42722;
    position: relative;
}

ul#menu.hoverType2 > li > ul > li > a:hover {
    background: #e42722;
    color: white;
}

#header.active ul#menu > li > a {
    line-height: 91px;
}

ul#menu > li.quotes > a {
    padding: 0 27px;
    border-radius: 5px;
    color: white;
}

ul#menu > li.quotes > a:before {
    opacity: 1;
    border-radius: 5px;
    background: #e00815;
}

ul#menu > li:hover > a:before {
    opacity: 1;
}

ul#menu > li > a > span, ul#menu > li > a > i {
    position: relative;
    z-index: 2;
}

ul#menu > li.has-children:hover > a:after {
    color: white;
}

ul#menu > li.quotes:Hover > a:before {
    background-color: #e42722;
}

#header.active ul#menu.acilirType1 > li:hover > ul {
    transform: translateY(1px);
}

#header.active ul#menu > li.quotes > a {
    color: white !important;
    line-height: 50px;
    background: #0b3f66 !important;
}

.social-container {
    display: block;
}

.social-container li {
    display: inline-block;
}

.social-container a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: black;
    font-size: 14px;
    text-align: center;
    display: block;
    border: 1px solid white;
}

.social-container a:hover {
    color: white;
    background: #77cc6d;
    border-color: #77cc6d;
}

#header.active {
    border-bottom: 1px solid lightgray;
    color: black !important;
    background: white !important;
    position: fixed !important;
    padding: 0 0;
}

#header.active #headerTop {
    display: none
}

header#header.scrollDowning {
    transform: translateY(-100%);
}

header#header.scrollUping {
    transform: translateY(0%);
}

@media (max-width: 1200px) {
    ul#menu > li > a {
        padding: 0 10px;
        font-size: 16px;
    }
}

@media (max-width: 1070px) {
    ul#menu > li > a {
        padding: 0 7px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    #logo img, #header.active #logo img {
        max-width: 140px;
        position: relative;
        z-index: 5;
    }

    #header {
    }

    #header.activing {
        position: fixed;
    }

    header#header.scrollDowning {
        transform: translateY(0%);
    }
}







header .lang {
    border-left: 1px solid #e8e8e8;
    height: 100%;
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: center;
    position:relative
}
 

header .lang span {
    font-size: 19px;
    color: #131a43;
    display: block;
    position: relative;
    padding-right: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

header .lang span:before {
    transition: .3s;
    content: "";
    display: block;
    background: #e42722;
    width: 1px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    margin-top: -1px;
}

header .lang span:after {
    transition: .3s;
    content: "";
    display: block;
    background: #e42722;
    width: 1px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    margin-top: -1px;
}

header .lang ul {
    display: none;
    position: absolute;
    top: 28px;
    width: 100%;
    margin: 0;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 0;
    max-width:45px
}
 

header .lang ul li {
    list-style-type: none;
    padding: 3px 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    text-transform: uppercase;
}

header .lang ul li:last-child {
    border-bottom:none
}

header .lang ul li a {
    transition: .3s;
    font-size: 16px;
    color: #131a43;
    text-decoration: none;
    display: block;
}
 

header .lang ul li a:hover {
    transition: .3s;
    color:#e42722;
}


/* -------------------- icerik --------------------*/
#icerik {
    padding-top: 120px;
}

body#sf_anasayfa.slider-fullscreen #icerik {
    padding-top: 120px;
}

@media (max-width: 992px) {
    #icerik {
        padding-top: 90px;
    }

    body#sf_anasayfa.slider-fullscreen #icerik {
        padding-top: 90px;
    }
}

/* -------------------- Anasayfa --------------------*/
#products .item .number {
    color: #ddd;
    display: block;
    font-size: 36px;
    font-weight: 800;
}

#products .item h1 {
    font-size: 18px;
    color: #e42722;
    font-weight: 400;
}

#products .container {
    position: relative;
    z-index: 5;
    padding: 63px 15px;
}

#products {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#products:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: white;
}

#products .container .items {
    padding-left: 90px;
}

@media (max-width: 1200px) {
    #products:before {
        width: 100%;
    }

    #products .container {
        padding: 23px 15px;
    }
}

@media (max-width: 992px) {
    #products {
        position: static;
        width: 100%;
    }

    #products .container .items {
        padding-left: 45px;
    }
}

#aboutus {
    padding: 100px 0;
}

#aboutus .inner-box {
    position: relative;
    padding-right: 75px;
    padding-top: 65px;
    padding-left: 25px;
}

#aboutus .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    border-top: 500px solid #20409a;
    border-right: 500px solid transparent;
    opacity: 0;
}

#aboutus .inner-box .image {
    position: relative;
}

#aboutus .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
}

#aboutus .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

#aboutus .overlay-box .overlay-inner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: #ffffff;
}

#aboutus .inner-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#aboutus .inner-box .content .total {
    font-size: 220px;
    font-weight: 700;
    line-height: 1em;
    color: rgba(171, 170, 170, 0.50);
}

#aboutus .inner-box .content .text {
    color: #8b8b8b;
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 20px;
    text-transform: uppercase;
}

.head_home {
    position: relative;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 36px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.head_home > span {
    display: block;
    font-size: 18px;
    position: relative;
    color: #e42722;
    margin-bottom: 10px;
}

.head_home > span:before {
    content: '';
    left: 105%;
    top: 50%;
    width: 60px;
    height: 2px;
    margin-top: -1px;
    background-color: #e42722;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#aboutus .right_content:before {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -200px;
    top: 100px;
    width: 360px;
    height: 360px;
    border: 15px solid #fafafa;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#aboutus .right_content .NT-metin {
    position: relative;
    margin-bottom: 20px;
}

#difference .container {
    background: #e42722;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 0px 15px 0 90px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#difference .item h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 25px;
    letter-spacing: -1px;
}

#difference .item p {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 25px;
    letter-spacing: -0.5px;
    width: 76%;
}

#difference .container .lastframe {
    background: #e00815;
    padding: 27px 50px !important;
    transition: all .3s ease;
    color: white;
    transform: translateX(1px);
}

#difference .container .item {
    padding: 30px 0px;
    color: white;
    position: relative;
    z-index: 5;
}

#difference .lastframe:hover {
    background: #eceeed;
    color: #000;
}

#difference .container .lastframe svg * {
    stroke: #ffffff;
}

#difference .bounces {
    position: absolute;
    right: 0;
    top: 0px;
    opacity: .5;
}

#difference .container .lastframe * {
    color: #ffffff;
}

#difference .container .lastframe:hover svg * {
    stroke: #e42722 !important;
}

#difference .container .lastframe:hover * {
    color: #e42722;
}

#product_group {
    padding-bottom: 100px;
}

.product_group .item {
    position: relative;
}

.product_group .item h1 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: white;
    transition: all 0.4s ease-out;
}

.product_group .item:before {
    content: "";
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-out;
    opacity: 1;
}

.product_group .item:hover:before {
    background: rgba(0, 0, 0, .5);
}

.product_group .item h1:before {
    content: "";
    transition: all 0.4s ease-out;
    height: 3px;
    background: #ffffff;
    width: 0;
    position: absolute;
    bottom: -13px;
}

.product_group .item:hover h1:before {
    width: 80%;
    bottom: -13px;
}

.product_group .item:hover h1 {
    transform: translateY(-20px);
}

#bus_parners {
    padding: 0 0 100px 0;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    display: inline-block;
}

#bus_parners .owl-dots {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#bus_parners a:hover .img-thumbnail {
    border-color: #e42722;
}

#bus_parners a .img-thumbnail {
    transition: all .2s ease-in-out;
}

#bus_parners .owl-dot.active {
    background: #869791;
}

section#sss {
}

section#sss .card .card-header a:not(.collapsed) {
    color: #4dbb6d;
    border-bottom: 1px solid #e4e4e4;
}

section#sss .card .card-header a:not(.collapsed):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #4dbb6d;
}

section#sss .card {
    position: relative;
    margin-top: 0 !important;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    box-shadow: none;
}

section#sss .card:last-child {
    border-bottom: 0 !important;
}

/* -------------------- Footer --------------------*/
#footer {
    background: #e42722;
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0;
    z-index: 1;
}

#nt {
    /*filter: invert(1);*/
    /*-webkit-filter: invert(1);*/
    vertical-align: sub;
}

footer#footer #footer-top a:hover {
    color: #efefef;
}

footer#footer:not(.geticon) i.fa {
    display: none;
}

div#footer-top h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

div#footer-top h3.text-right:before {
    left: auto;
    right: 0;
}

footer#footer #footer-socials {
}

footer#footer #footer-socials a {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    background: white;
    color: #e42722;
    margin-right: 4px;
    transition: all .3s ease;
}
footer#footer #footer-socials a:is(:hover,:focus,:active) {
    background: white !important;
    color: #e42722 !important;
    transform: rotate(1turn);
}

#footer-bottom > .container {
    border-top: 2px solid rgb(255 255 255 / 17%);
    padding: 22px 15px;
}
#footer .menus {
    display: flex;
    align-content: center;
    justify-content: flex-end;
}
#footer .menus a, #footer .menus p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 15px;
    letter-spacing: 0.2px;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    margin-left: 13px;
}

#footer .menus li {
    position: relative;
}

#footer .menus li + li a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    left: -15px;
    transform: translate(0, -50%);
    position: relative;
    top: -3px;
}

#footer #footer-iletisim a, #footer #footer-iletisim p {
    padding-left: 0;
}

#footer .menus a:hover {
    opacity: .6;
}

#footer-top {
    padding: 40px 0 !important;
}

.footerlogo {
    max-width: 65px;
}

#footer #footer-iletisim p {
    margin-bottom: 10px;
}

#footer-top-contact {
    background: #1274ad;
    padding: 33px 0;
    color: white;
    position: relative;
    z-index: 2;
    margin-bottom: 435px;
    display: none;
}

#footer-top-contact span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 200;
}

#footer-top-contact a {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

#footer-top-contact .text {
    transition: all .3s ease;
}

#footer-top-contact .text:hover {
    opacity: .6;
}

.quote {
    position: absolute;
    right: 100%;
    z-index: 20;
    bottom: calc(100% + 63px);
    transition: all .3s ease;
}

.quote > a {
    width: 128px;
    height: 122px;
    display: block;
    background: #e00815;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    transition: all .3s ease;
    padding: 0 10px;
    line-height: 21px;
    text-transform: uppercase;
    color: white;
}

.quote > a:hover {
    background: #e42722;
    color: white;
}

.quote.fixed {
    position: fixed;
    left: 0;
    bottom: 230px;
    top: auto;
    right: auto !important;
    left: 0 !important;
}
#footer .footerList li {display: block;margin-bottom: 2px;}
#footer .footerList li a {
    font-size: 13px;
    display: inline-block;
}
#footer .footerList li a:hover {color:white;}
#footer .footerList li a i {font-size: 16px;margin-right: 8px;}
.footerList.isLanguage li a {
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.39);
    width: 100px;
    text-align: end;
    text-transform: uppercase;
}
.footerList.isLanguage li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}

@media (max-width: 1350px) {
    #aboutus .inner-box .content .total {
        font-size: 130px;
    }

    #difference .container {
        padding: 0px 15px 0 15px;
    }
}

@media (max-width: 992px) {
    .quote > a {
        width: 82px;
        height: 82px;
        font-size: 12px;
    }

    #footer-top-contact a {
        font-size: 21px;
    }

    #difference .container .lastframe {
        text-align: center;
    }

    #difference .container .item {
        text-align: center;
    }

    #difference .item p {
        width: 100%;
    }

    #aboutus .inner-box .content .total {
        font-size: 90px;
    }

    #aboutus .inner-box {
        padding-right: 0;
    }

    #aboutus {
        padding-top: 0;
    }

    #footer {
        position: relative;
    }

    #footer-top-contact {
        margin-bottom: 0;
    }

    div#footer-top h3 {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    #aboutus .inner-box .content .total {
        font-size: 60px;
    }

    #footer-top-contact {
    }

    #footer-iletisim {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #aboutus .inner-box .image img {
        height: 260px;
    }

    #aboutus .inner-box {
        padding-right: 0;
        padding-left: 0;
    }

    #footer .menus a, #footer .menus p {
        font-size: 14px;
        padding-left: 0;
        line-height: 21px;
        text-align: center;
        margin: 0 15px;
    }
    #footer .menus{display:block;text-align: center;}
    #footer .menus li{display:inline-block !important;}
}

/* -------------------- ic sayfalar --------------------*/
.banner {
    position: relative;
    height: 0;
    padding-bottom: 16%;
    background-position: center center;
    margin: 0 -15px;
    background-size: cover;
    background-color: black;
}

.banner > .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.content_container {
    min-height: 700px;
    padding: 50px 15px !important;
}

.banner > .content h1 {
    font-size: 38px;
    color: white;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.js-siparisadim {
    width: 180px !important;
}

.js-change * {
    vertical-align: middle !important;
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
}

.addcartbuttons button {
    position: absolute;
    right: 0;
    top: auto;
    cursor: pointer;
    width: 50px;
    text-align: center;
    background: #dedede;
    color: white;
    height: 50%;
    bottom: 0;
    outline: 0;
    transition: all 0.3s ease;
}

.addcartbuttons {
    position: relative;
}

.addcartbuttons button:nth-child(3) {
    top: 0;
    bottom: auto;
}

.addcartbuttons button:hover {
    background: #e42722;
    color: white;
}

table.cart .adet {
    line-height: 18px;
    padding: 8px 10px;
    border: solid rgba(0, 0, 0, 0.1);
    background-color: #ecf0f1;
    font-size: 14px;
    max-width: 60px;
    min-width: 40px;
    display: inline-block;
    border-width: 1px 0 1px 1px;
}

table.cart .adetContent {
    position: relative;
    padding-right: 18px;
    display: inline-block;
}

table.cart .adetarttir {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #dee2e6;
    font-size: 10px;
}

table.cart .adetazalt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #dee2e6;
    font-size: 10px;
}

.btn-submit.js-siparisadim {
    width: initial;
}

.list78 a {
    position: relative;
}

.list78 a .heads {
    position: absolute;
    bottom: 35px;
    left: 0;
    background: white;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.list78 a:hover .heads {
    padding: 4px 10px 4px 40px;
}

#sf_teklifalin #hazirform6 {
    background: #1274ad;
    padding: 50px 20px;
}

#sf_teklifalin #hazirform6 .btn-submit {
    background: white;
    color: #e42722;
    border-color: white;
}

#sf_teklifalin #hazirform6 .btn-submit:hover {
    background: transparent;
    color: white;
}

body:not(#sf_anasayfa) .quoteAll {
    position: fixed;
    right: auto;
    bottom: 230px;
    top: auto;
    left: 0;
}

body#sf_anasayfa .quoteAll {
    position: fixed;
    right: 50%;
    bottom: 194px;
}

.hovered .img {
    overflow: hidden;
}

.hovered .img img {
    transition: all .4s ease;
}

.hovered a:hover .img img {
    transform: scale(1.1);
}

.NT-list-group {
    background: #fcdb5a;
    color: white;
    z-index: 2;
    padding: 0px 5px;
    background: transparent;
}

.NT-list-group div.head {
    background: #ecbb30;
    color: white;
    display: none;
}

.NT-list-group .list-group-item {
    border: 0;
}

.NT-list-group .list-group-item.active, .NT-list-group .list-group-item:not(.head):hover {
    background: #e42722 !important;
    color: white !important;
}

.NT-list-group .list-group-item + .list-group-item {
    background: #e5e5e5;
    color: #e42722;
    border-left: 6px solid transparent;
    padding: 17px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 0;
    font-weight: 500;
    transition: all .2s ease;
}

/* -- yorumlar -- */
.btn-yorum {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#NT-gorusler {
}

#NT-gorusler .card {
}

#NT-gorusler .card .card-header {
    font-size: 17px;
    line-height: 1em;
    color: #545557;
    background-color: #f1f1f1;
    padding: 23px;
    display: block;
    position: relative;
    border-radius: 0;
    border-color: white;
    transition: all 0.3s ease;
}

#NT-gorusler .card .card-body {
}

#NT-gorusler .card .card-header.opened {
    background-color: #545557;
    color: #fff;
}

#NT-gorusler .card .card-header.opened a {
    color: inherit !important;
}

#NT-gorusler .card .opened + div[role="tabpanel"] {
    background-color: #545557;
    color: #fff;
}

#NT-gorusler .card .card-header:after {
    font-size: 24px;
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    top: 50%;
    right: 23px;
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(0deg);
}

#NT-gorusler .card .card-header.opened:after {
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1200px) {
    body:not(#sf_anasayfa) .quoteAll, body#sf_anasayfa .quoteAll {
        position: fixed;
        right: auto;
        bottom: 230px;
        top: auto;
        left: 0;
    }
}

@media (max-width: 992px) {
    .banner > .content h1 {
        margin-bottom: 0;
        font-size: 30px;
        text-align: left;
    }

    div#site_kalip {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .banner {
        padding-bottom: 100px;
    }

    .banner > .content h1 {
        font-size: 25px;
    }

    .list78 a .heads {
        /* font-size: 14px; */
    }

    .product_group .item h1 {
        left: 10px;
        bottom: 10px;
        font-size: 15px;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .btn-yorum {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 5px;
    }

    #footer .menus li a:before {
        display: none !important;
    }
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0 auto 50px auto;
    cursor: pointer;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 22px;
    z-index: 1;
    top: 14px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'font awesome 5 pro';
    color: #757575;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTMgNTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzIDUzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBzdHlsZT0iZmlsbDojRTdFQ0VEOyIgZD0iTTE4LjYxMyw0MS41NTJsLTcuOTA3LDQuMzEzYy0wLjQ2NCwwLjI1My0wLjg4MSwwLjU2NC0xLjI2OSwwLjkwM0MxNC4wNDcsNTAuNjU1LDE5Ljk5OCw1MywyNi41LDUzDQoJYzYuNDU0LDAsMTIuMzY3LTIuMzEsMTYuOTY0LTYuMTQ0Yy0wLjQyNC0wLjM1OC0wLjg4NC0wLjY4LTEuMzk0LTAuOTM0bC04LjQ2Ny00LjIzM2MtMS4wOTQtMC41NDctMS43ODUtMS42NjUtMS43ODUtMi44ODh2LTMuMzIyDQoJYzAuMjM4LTAuMjcxLDAuNTEtMC42MTksMC44MDEtMS4wM2MxLjE1NC0xLjYzLDIuMDI3LTMuNDIzLDIuNjMyLTUuMzA0YzEuMDg2LTAuMzM1LDEuODg2LTEuMzM4LDEuODg2LTIuNTN2LTMuNTQ2DQoJYzAtMC43OC0wLjM0Ny0xLjQ3Ny0wLjg4Ni0xLjk2NXYtNS4xMjZjMCwwLDEuMDUzLTcuOTc3LTkuNzUtNy45NzdzLTkuNzUsNy45NzctOS43NSw3Ljk3N3Y1LjEyNg0KCWMtMC41NCwwLjQ4OC0wLjg4NiwxLjE4NS0wLjg4NiwxLjk2NXYzLjU0NmMwLDAuOTM0LDAuNDkxLDEuNzU2LDEuMjI2LDIuMjMxYzAuODg2LDMuODU3LDMuMjA2LDYuNjMzLDMuMjA2LDYuNjMzdjMuMjQNCglDMjAuMjk2LDM5Ljg5OSwxOS42NSw0MC45ODYsMTguNjEzLDQxLjU1MnoiLz4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiM1NTYwODA7IiBkPSJNMjYuOTUzLDAuMDA0QzEyLjMyLTAuMjQ2LDAuMjU0LDExLjQxNCwwLjAwNCwyNi4wNDdDLTAuMTM4LDM0LjM0NCwzLjU2LDQxLjgwMSw5LjQ0OCw0Ni43Ng0KCQljMC4zODUtMC4zMzYsMC43OTgtMC42NDQsMS4yNTctMC44OTRsNy45MDctNC4zMTNjMS4wMzctMC41NjYsMS42ODMtMS42NTMsMS42ODMtMi44MzV2LTMuMjRjMCwwLTIuMzIxLTIuNzc2LTMuMjA2LTYuNjMzDQoJCWMtMC43MzQtMC40NzUtMS4yMjYtMS4yOTYtMS4yMjYtMi4yMzF2LTMuNTQ2YzAtMC43OCwwLjM0Ny0xLjQ3NywwLjg4Ni0xLjk2NXYtNS4xMjZjMCwwLTEuMDUzLTcuOTc3LDkuNzUtNy45NzcNCgkJczkuNzUsNy45NzcsOS43NSw3Ljk3N3Y1LjEyNmMwLjU0LDAuNDg4LDAuODg2LDEuMTg1LDAuODg2LDEuOTY1djMuNTQ2YzAsMS4xOTItMC44LDIuMTk1LTEuODg2LDIuNTMNCgkJYy0wLjYwNSwxLjg4MS0xLjQ3OCwzLjY3NC0yLjYzMiw1LjMwNGMtMC4yOTEsMC40MTEtMC41NjMsMC43NTktMC44MDEsMS4wM1YzOC44YzAsMS4yMjMsMC42OTEsMi4zNDIsMS43ODUsMi44ODhsOC40NjcsNC4yMzMNCgkJYzAuNTA4LDAuMjU0LDAuOTY3LDAuNTc1LDEuMzksMC45MzJjNS43MS00Ljc2Miw5LjM5OS0xMS44ODIsOS41MzYtMTkuOUM1My4yNDYsMTIuMzIsNDEuNTg3LDAuMjU0LDI2Ljk1MywwLjAwNHoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K')
}

/* -- sss -- */
.collapsed .fa-minus:before {
    content: '\f067'
}

#accordion i.fa {
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    border: 2px solid;
    text-align: center;
    color: #fb9902;
    border-color: #fb9902;
}

#accordion > .card {
    overflow: hidden
}
/* -- iletisim -- */

div#sayfa_iletisim {
    min-height: 800px;
}


#contactMap {
    height: 100%;
    width: 100%;
}

#contactMap iframe {
    height: 100%;
    min-height: 300px;
    border: 15px solid #ecf0f1 !important;
    width: 100%;
}

/* -- coklu resim -- */
#coklu_resim .img-thumbnail:hover {
    border-color: #dee2e6;
}

/* -- video -- */
.NT-video {
    position: relative;
    display: block;
}

.NT-video:before {
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    color: white;
    z-index: 3;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid white;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

a:hover .NT-video:after {
    background: rgba(0, 0, 0, 0.2);
}

.NT-video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    content: '';
    transition: all 0.3s ease;
}

.NT-video.isCat:before {
    content: '\f03a'
}

/* -- proje -- */
.yapimyili {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.35);
}

.projeBg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 470px;
}

/* -- dosya -- */
.fileList a[href$=".pdf"] .ico, .fileList a[href$=".doc"] .ico, .fileList a[href$=".xls"] .ico, .fileList a[href$=".docx"] .ico, .fileList a[href$=".xlsx"] .ico {
    text-decoration: none;
    position: relative;
    text-align: left !important;
    display: flex;
    align-items: center;
}

.fileList a[href$=".pdf"] .ico:before, .fileList a[href$=".doc"] .ico:before, .fileList a[href$=".xls"] .ico:before, .fileList a[href$=".docx"] .ico:before, .fileList a[href$=".xlsx"] .ico:before {
    content: "";
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    position: relative;
    margin-right: 12px;
    text-decoration: none !important;
    padding-top: 47px;
    text-align: center;
    width: 50px;
    min-width: 50px;
    height: 64px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    box-shadow: inset 0 -22px 0 rgba(0, 0, 0, 0.075);
    clip-path: polygon(38px 0, 100% 18px, 100% 100%, 0 100%, 0 0);
    letter-spacing: 1px;
    white-space: pre;
    transition: box-shadow 0.32s 0.05s cubic-bezier(0.4, 0, 0.6, 1.3), padding-top 0.3s ease-in-out;
    overflow: hidden;
}

.fileList a[href$=".pdf"] .ico:after, .fileList a[href$=".doc"] .ico:after, .fileList a[href$=".xls"] .ico:after, .fileList a[href$=".docx"] .ico:after, .fileList a[href$=".xlsx"] .ico:after {
    content: "";
    position: absolute;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.65);
    border-style: solid;
    left: 37px;
    top: calc(50% - 34px);
}

.fileList a[href$=".pdf"]:hover .ico:before, .fileList a[href$=".doc"]:hover .ico:before, .fileList a[href$=".xls"]:hover .ico:before, .fileList a[href$=".docx"]:hover .ico:before, .fileList a[href$=".xlsx"]:hover .ico:before {
    transition: box-shadow 0.2s ease-in-out, padding-top 0.32s 0.05s cubic-bezier(0.4, 0, 0.5, 1.2);
    box-shadow: inset 0 -80px 0 rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.fileList a[href$=".pdf"] .ico:before {
    content: "pdf\a\25bc";
    background-color: #e03939;
}

.fileList a[href$=".xls"] .ico:before {
    content: "xls\a\25bc";
    background-color: #39ad22;
}

.fileList a[href$=".doc"] .ico:before {
    content: "doc\a\25bc";
    background-color: #4773d2;
}

.fileList a[href$=".xlsx"] .ico:before {
    content: "xlsx\a\25bc";
    background-color: #39ad22;
}

.fileList a[href$=".docx"] .ico:before {
    content: "docx\a\25bc";
    background-color: #4773d2;
}

/* NTbilgi sablon css sonu */
