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

.green {
    width: 100%;
    height: 700px;
    background: url('../../images/green.png'),#F0F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    overflow: hidden;

}
.green * {
        font-family: Verdana;
}

.green .unit {
    padding: 40px 30px;
    text-align: left;
    display: flex;
    /* align-content: center; */
    align-items: center;

}

.unit .float-left {
    width: 200px;

}


.green h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 30px;


}

.green h3 {
    font-size: 20px;
    font-weight: bold;
    
}

.green .unit img {
    width: 80px;

}

.green .unit span {
    font-size: 35px;
    width: 320px;
    margin-left: 30px;

}


.ustSitedil {position: relative;display: inline-block;border-left: 1px solid rgba(112, 112, 111, 0.1);border-right: 1px solid rgba(112, 112, 111, 0.1);padding: 36px 30px;}
.ustSitedil a {cursor: pointer;font-size: 14px;font-family: var(--regular);position: relative;padding: 5px 15px;color: #FFF !important;text-transform: uppercase;font-weight: bold;}
body:not(#sf_anasayfa) #header .ustSitedil a {color: #000 !important; }
.ustSitedil .toggleBtn {position: relative;}
.ustSitedil:before{content:"";position: absolute;left: 50%;transform: translateX(-50%);top: -44px;width: 84px;height: 0px;background: var(--theme-color);transition: .5s;}
.ustSitedil ul {position: absolute;top: 100%;right: 0;opacity: 0;visibility: hidden;transition: all .3s ease; background: color(srgb 0.9706 0.5992 0.1106); width: 100%;text-align: center;padding: 10px 0;}
.ustSitedil .toggleBtn a:before {content: "\f063";font-family: "font awesome 5 pro";display: inline-block;vertical-align: middle; float: right;transition: all .3s ease;font-size: 14px;margin: 1px 0;}
.ustSitedil.active .toggleBtn a:before {top: 18px;transform: rotate(180deg);}
.ustSitedil.active:before {height: 120px;}
.ustSitedil.active ul {opacity: 1;visibility: visible;}
#header.active .ustSitedil { padding: 21px 30px; }

.referencescard {
    overflow: hidden;
}
.referencescard img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.referencescard:hover img {
    transform:scale(1.2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


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

div#site_kalip {
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.gotoup {
    opacity: 0 !important;
    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;
}

/* -------------------- 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: 94px;
    z-index: 999;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

.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: #fff;
    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 {
    /* top: 75%; */
}

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; */
}

/* NOT Loader */
body:not(.header_delay) #header {
    transform: translateY(-100%);
}

body.header_delay #header, body.loadedFull #header {
    transform: translateY(0);
}

body.header_delay #header {
    transition: all 1s ease;
    transition-delay: 0.3s;
}

#slider, .banner, .content_container {
    transition: all .5s ease;
}

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

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

.font-family-bold {
    font-family: 'Montserrat', 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 12px;
    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;
    font-size: 13px;
    color: #a3a3a3;
    font-weight: 500;
    height: 50px !important;
    background-color: #ffffff !important;
    border-color: #dcdcdc;
    box-shadow: none !important;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

textarea.form-control {
    height: auto;
    min-height: 90px;
}

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: #a3a3a3 !important;
}

::-moz-placeholder {
    color: #a3a3a3 !important;
}

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

:-moz-placeholder {
    color: #a3a3a3 !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: #66afe9;
    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);
}

.custom-file-label {
    border-radius: 0;
    height: 50px;
    display: inline-block;
    margin: 0;
    line-height: 37px;
    background: #f5f5f5 !important;
    border-color: transparent;
    color: #a3a3a3;
    font-size: 13px;
    font-weight: normal;
}

.custom-file-input {
    height: 50px !important;
}

.custom-file {
    height: 50px;
}

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

.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')
}

/* hazir form butonu */
.btn-submit {
    outline: none;
    height: 50px;
    text-align: center;
    width: 150px;
    border: 2px solid #000000 !important;
    letter-spacing: 1px;
    text-shadow: none;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0 !important;
    background: transparent !important;
    color: black !important;
    font-weight: normal;
}

.btn.btn-submit:hover {
    color: white !important;
}

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

.btn-submit:after {
    content: attr(text);
    position: relative;
    z-index: 5;
}

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

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

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

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

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

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

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

.btn-submit:before {
    background: #000000 !important;
}

@-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);
    height: 100%;
    line-height: 38px;
    border-radius: 0;
}

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.btn {
    width: 100%;
    border-radius: 0;
    background: #0d3155;
    border: none;
    text-align: left;
    position: relative;
    padding: 9px 15px;
    color: white !important;
}

.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.btn {
    background: #0d3155;
}

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

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

.NT-dropdown .dropdown-toggle.btn:hover, .NT-dropdown .dropdown-toggle.btn:focus, .NT-dropdown .dropdown-toggle.btn:Active {
    background: #0d3155 !important;
}

/* -------------------- for bootstrap -------------------- */
nav[aria-label="breadcrumb"] {
    justify-content: flex-end !important;
}

.breadcrumb {
    background: transparent;
}

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

.breadcrumb-item {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.breadcrumb-item a:hover, .breadcrumb-item a:focus, .breadcrumb-item a:active {
    color: white;
    opacity: .8;
}

@media (max-width: 992px) {
    .breadcrumb > .breadcrumb-item:not(:last-child) {
        display: none;
    }

    .breadcrumb > .breadcrumb-item:last-child:before, nav[aria-label="breadcrumb"] {
        display: none;
    }
    .ustSitedil ,  #header.active .ustSitedil{
        padding: 21px 10px;
        margin-left: auto;
    
    }
}

.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, #socials .sosyal_fb {
    color: white !important;
    background: #3b5998 !important;
    border-color: #3b5998 !important;
}

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

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

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

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

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

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

.wp:hover, #socials .wp {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !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: #0d3155 !important; */
    background-position: center center;
    background-size: cover;
}

#header > * :last-child .container {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.12) */
}

#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: 10px;
}

#logo img {
    position: relative;
    z-index: 5;
    width: 250px;
    transition: all 0.3s ease;
}

#logo > a > img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#logo > a {
    position: relative;
}

#header.active #logo img:nth-child(2) {
    opacity: 0;
}

#header.active #logo img:nth-child(1) {
    opacity: 1;
}

body:not(#sf_anasayfa) #logo > a > img:nth-child(2) {
    opacity: 0 !important;
}

body:not(#sf_anasayfa) #logo > a > img:nth-child(1) {
    opacity: 1 !important;
}

ul#menu {
    color: #222222;
}

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

ul#menu > li > a {
    padding: 0 15px;
    line-height: 104px;
    transition: all 0.3s ease;
    font-size: 15px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Montserrat";
    font-weight: 600;
    color: white;
}

ul#menu > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 15px;
    top: calc(50% + 15px);
    height: 2px;
    background-color: #f7991d;
    -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;
}

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

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

ul#menu > li > ul > li > a {
    font-size: 13px;
    color: #000000;
    display: block;
    padding: 14px 25px;
    line-height: 1em;
    position: relative;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    font-weight: 500;
}

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;
    background-color: #fb333e;
}

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

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;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    transform: translateY(50px);
}

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

ul#menu.acilirType1 > li > ul > li + li {
    border-top: 1px solid #eee;
}

ul#menu.hoverType1 > li:hover > a, ul#menu > li.menuAktif > a {
    color: #f7991d;
}

ul#menu > li > ul > li:hover > a {
    background: #0d3155;
    color: white;
}

body:not(#sf_anasayfa) #header {
    background: white !important;
}

body:not(#sf_anasayfa) #header ul#menu > li > a {
    color: #000;
}

li.quote {
    height: 100%;
    padding: 0;
}

li.quote a {
    background: #0d3155;
    height: 100%;
    width: 100%;
    padding: 0 54px;
    color: white !important;
    align-items: center;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

li.quote a:hover {
    background: #0d3155;
    color: white !important;
}

#mobilMenu li.quote a {
    padding: 10px 30px;
    display: inline-block !important;
    width: initial;
}

li.mobile-socials {
    display: flex;
    justify-content: center;
}

li.mobile-socials a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    margin: 0 3px;
}

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

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

#header.active {
    position: fixed !important;
    background: white !important;
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 10%);
}

#header.active #headerTop {
    display: none
}

#header.active ul#menu > li > a {
    color: #000;
}

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

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

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

@media (max-width: 992px) {
    #header {
    }

    #header.activing {
        position: fixed;
    }

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

/* -------------------- icerik --------------------*/
#icerik {
    padding-top: 0;
}

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

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

    body#sf_anasayfa #icerik {
        padding-top: 0 !important;
    }
}

/* -------------------- Anasayfa --------------------*/
.headHome {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-weight: 800;
    letter-spacing: 5px;
    text-align: center;
}

#references .img {
    border: 1px solid rgb(0 0 0 / 16%);
}

#starproducts {
    padding: 100px 0;
}

.starproducts .item .head {
    padding: 12px 12px 0 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.starproducts .item {
    position: relative;
}

.starproducts .item .img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transition: -moz-transform 0.6s;
    -moz-transition: transform 0.6s;
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    z-index: 1;
}

.starproducts .item .img {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    display: block;
    transform: translate3d(0, 0, 0);
}

.starproducts .item:hover .img:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.starproducts .item:hover .img img {
    transform: scale(1.3);
    opacity: .6;
}

.starproducts .item .img img {
    transition: all .6s ease;
    display: block;
}

.starproducts .item:hover .img {
    background: #3085a3;
}

.ms-skin-light-4 .ms-bullet-selected {
    background: #f5821f !important;
}

.home_head {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 30px;
}

.content_home {
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
}

.btn:not([data-toggle]):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #ffffff;
    z-index: 1;
}

.btn {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    color: white;
    padding: 14px 20px;
    font-family: "Montserrat";
    border: 2px solid white;
    font-weight: 700;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn:hover, .btn:focus, .btn:active {
    color: black !important;
}

.btn.onclic:before, .btn.validate:before, .btn.novalidate:before {
    opacity: 0;
}

.formDiv8 .btn-submit {
    color: white !important;
    border-color: white !important;
}

.formDiv8 .btn-submit:before {
    background: white !important;
}

.formDiv8 .btn-submit:hover {
    color: #000 !important;
}

#socials {
    position: fixed;
    left: 0;
    top: 50%;
    width: 40px;
    overflow: hidden;
    border-radius: 0px 5px 5px 0;
    z-index: 50;
    transform: translateY(-50%);
}

#socials a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 0 0 10px;
}

#socials a:hover {
    /* Equal to rotateZ(45deg) */
}

#corparate {
    padding: 85px 0 85px;
    position: relative;
}

#corparate .about_us {
    padding: 50px;
    background: url(../../images/about_us.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    color: white;
    /* max-width: 820px; */
    margin-left: -220px;
}

#corparate .about_us:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.9;
}

#corparate .about_us * {
    position: relative;
    z-index: 5;
}

#corparate .about_us h1, #corparate #slogan h1 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-weight: 800;
    letter-spacing: 5px;
}

#corparate .about_us p, #corparate #slogan p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 50px;
    font-family: "Montserrat";
}

#corparate #slogan {
    background: #0d3155;
    position: relative;
    padding: 50px 50px 60px 40px;
    color: white;
    max-width: 555px;
    position: absolute;
    bottom: -150px;
    left: 300px;
    width: 100%;
    z-index: 3;
}

#number {
    background: url(../../images/corporateBg.jpg);
    background-position: center center;
    background-size: cover;
    color: white;
    padding: 75px 0;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 100px;
    /* max-width: 1600px; */
    text-align: center;
}

#number #numbers .number {
    font-size: 33px;
    display: block;
    margin-top: 19px;
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;
    font-family: "Montserrat";
}

#number #numbers .item h3 {
    display: block;
    font-weight: 400;
    font-family: "Montserrat";
    color: #fff;
}

#number #numbers {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid #fff;
}

#number:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0d3155;
    opacity: 0.9;
}

#numbers .item .img {
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 25px;
}

#number .NT-metin {
    margin: 40px 0;
    text-align: center;
}

.btn span {
    position: relative;
    z-index: 5;
}

#references {
    margin: 0 auto 100px auto;
}

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

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

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

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

@media (max-width: 992px) {
    #corparate #slogan {
        position: static;
        padding: 40px 20px;
    }

    #corparate .about_us {
        margin: 0;
        padding: 40px 20px;
    }

    #corparate {
        padding: 50px 0;
    }

    #products {
        padding-bottom: 0;
    }

    #starproducts .item .img h1 {
        width: calc(100% - 15px) !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        font-size: 18px;
        max-height: 61px;
    }

    #socials {
        display: none;
    }
}

/* -------------------- Footer --------------------*/
#footer {
    background: #000;
    color: #b2b2b2;
}

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

#footer #footer-top {
    padding: 70px 0;
}

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

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

#footer #footer-top h3 {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 28px;
    font-size: 17px;
}

#footer #footer-top h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
}

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

#footer #footer-top #footer-socials a {
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
}

#footer #footer-top .foot_content {
    margin: 0;
    max-width: 270px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 15px;
}

#footer #footer-top #footer-socials a:hover, #footer #footer-top #footer-socials a:focus, #footer #footer-top #footer-socials a:active {
    color: #999 !important;
    background: transparent !important;
    border-color: transparent !important;
}

#footer #footer-top .haslogo {
    display: inline-block;
    margin-bottom: 30px;
    width: 300px;
}

#footer #footer-top .formDiv5 {
    max-width: 330px;
    margin: 0 auto;
}

#footer #footer-top .formDiv5 .form-control {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 21px;
    height: 42px !important;
    font-size: 14px;
    color: #a3a3a3 !important;
}

#footer #footer-top .formDiv5 .btn-submit {
    position: absolute !important;
    bottom: 9px !important;
    right: 0 !important;
    width: 69px !important;
    border-radius: 0px 21px 21px 0px !important;
    border-width: 1px !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background: #e3161e !important;
    height: 42px !important;
    color: white !important;
}

#footer #footer-top .formDiv5 .btn-submit:after {
    content: '\f1d8';
    font-family: "font awesome 5 pro";
}

#footer #footer-top .formDiv5 .form-group .form-control ~ i {
    height: 40px !important;
    line-height: 43px;
    width: 20px;
}

#footer #footer-top .formDiv5 select.form-control option {
    color: black !important;
}

#footer #footer-top .formDiv5 .form-control::placeholder {
    color: #a3a3a3 !important;
}

#footer #footer-bottom .container > div {
    border-top: 1px solid #333;
}

/* -------------------- ic sayfalar --------------------*/
.banner {
    position: relative;
    height: 0;
    padding-bottom: 300px;
    background-position: center center;
    margin: 0 -15px;
    background-size: cover;
    background-color: #7b7b7b;
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgb(0 0 0);
    opacity: .4;
    user-select: none;
    pointer-events: none;
}

.banner > .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: calc(50% + 50px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important;
    z-index: 5;
}

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

.banner > .content h1 {
    font-size: 30px;
    font-weight: 900;
}

body:not(#sf_iletisim) table {
    font-family: "poppins";
    border: 1px solid #e2e2e2;
}

body:not(#sf_iletisim) td {
    border: 1px solid #e2e2e2 !important;
    font-size: 14px;
    padding: 9px 6px;
    vertical-align: middle;
}

body:not(#sf_iletisim) tr:nth-child(even) {
    background: #f3f3f3;
}

body:not(#sf_iletisim) td p {
    margin: 0;
}

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

.customForm {
    padding: 25px 25px 10px 25px;
    background: #0d3155;
    border-radius: 5px;
    position: absolute;
    top: -118px;
    z-index: 6;
}

#sf_cozumler div.content_container {
    padding-bottom: 20px !important;
}

.cozumOrtaklari .img {
    border-width: 3px !important;
}

#sf_referanslar .references {
    padding: 30px;
    height: 100%;
}

.homeImg {
    position: relative;
}

.homeImg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.coklu_resimler a {
    transition: all .2s ease;
}

.coklu_resimler a:hover {
    opacity: .6;
}

.NT-list-group {
    background: #ecbb30;
    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: #ecbb30 !important;
    color: black !important;
}

.NT-list-group .list-group-item + .list-group-item {
    background: #0d3155;
    color: #ffffff;
    padding: 17px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 0;
    font-weight: 600;
}

/* -- 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: 576px) {
    .btn-yorum {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 5px;
    }
}

/* -- 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 {
}

#contactMap {
    height: 100%;
}

#contactMap iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

/* -- 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;
}

.fark {
    font-size: 20px;
    display: block;
    margin-top: 19px;
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;
    font-family: "Montserrat";
    text-transform: uppercase;
}

/* -- 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;
}

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

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

    .info {
        width: 100% !important;
    }

    .banner > .content {
        top: calc(50% + 40px);
    }

    #logo img {
        width: 170px;
    }

    .customForm {
        position: sticky;
        top: initial;
    }

    #sf_referanslar .references {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        transform: none;
        padding: 30px 15px;
    }

    div#map {
        min-height: 400px;
    }

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

@media (max-width: 768px) {
    #starproducts {
        padding: 60px 0;
    }

    .starproducts .item .head {
        font-size: 12px;
        padding: 12px 5px 0 5px;
    }

    #logo img {
        width: 160px;
    }

    .banner {
        padding-bottom: 160px;
    }

    .banner > .content {
        top: calc(50% + 36px);
    }

    #footer #footer-top .haslogo {
        width: 200px;
    }
}

/* NTbilgi sablon css sonu */
