.darkback:before {content: '';position: fixed;width: 100vw;height: 100vh;z-index: 17;background: rgba(0, 0, 0, 0.6);left: 0;top: 0;}
div#site_kalip {overflow: hidden;min-height: 100%;}
body{
    font-family:"Poppins", Arial, Tahoma, sans-serif;
}
header{
    font-family:"Poppins", Arial, Tahoma, sans-serif;
}
/* -------------------- 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: 47px;z-index: 999;text-align: center;transform: translateX(-50%) translateY(-50%);}
.loaded .centering {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: white;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);}



.centering {width: 50%;margin: auto;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 999;}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(140px);
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
        transform: translateX(140px);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(140px);
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
        transform: translateX(140px);
    }
}



.loader, .loader__figure {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.loader {overflow: visible;padding-top: 2em;height: 0;width: 2em;z-index:  1000;}
.loader__figure {height: 0;width: 0;box-sizing: border-box;border: 0 solid #d8251d;border-radius: 50%;-webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);-moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);}
.loader__label {float: left;margin-left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);margin: 0.5em 0 0 50%;font-size: 0.875em;letter-spacing: 0.1em;line-height: 1.5em;color: #8d3b3e;white-space: nowrap;-webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);-moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);}

@-webkit-keyframes loader-figure { 0% {height: 0;width: 0;background-color: #FE665C;} 29% {background-color: #FE665C;} 30% {height: 2em;width: 2em;background-color: transparent;border-width: 1em;opacity: 1;} 100% {height: 2em;width: 2em;border-width: 0;opacity: 0;background-color: transparent;} }  @-moz-keyframes loader-figure { 0% {height: 0;width: 0;background-color: #FE665C;} 29% {background-color: #FE665C;} 30% {height: 2em;width: 2em;background-color: transparent;border-width: 1em;opacity: 1;} 100% {height: 2em;width: 2em;border-width: 0;opacity: 0;background-color: transparent;} }  @keyframes loader-figure { 0% {height: 0;width: 0;background-color: #FE665C;} 29% {background-color: #FE665C;} 30% {height: 2em;width: 2em;background-color: transparent;border-width: 1em;opacity: 1;} 100% {height: 2em;width: 2em;border-width: 0;opacity: 0;background-color: transparent;} }  @-webkit-keyframes loader-label { 0% {opacity: 0.25;} 30% {opacity: 1;} 100% {opacity: 0.25;} }  @-moz-keyframes loader-label { 0% {opacity: 0.25;} 30% {opacity: 1;} 100% {opacity: 0.25;} }  @keyframes loader-label { 0% {opacity: 0.25;} 30% {opacity: 1;} 100% {opacity: 0.25;} }






/* ------------------ fonts ------------------ */

.font-family-light{font-family: 'Sintony',sans-serif !important;font-weight:400; }
.font-family-normal{font-family: 'Sintony',sans-serif !important;font-weight:400;}
.font-family-medium{font-family: 'Sintony',sans-serif !important;font-weight:700;}
.font-family-bold{font-family: 'Sintony',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-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-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;border: 1px solid #dcdcdc;font-size: 13px;color: #a3a3a3;font-weight: 500;height: 50px !important;}
textarea.form-control {height: auto;min-height: 90px;}
select.form-control {-webkit-appearance: none;background: url('data:image/svg+xml;utf8,<svg version="1.1" id="katman_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><g><path style="fill:#a3a3a3;" d="M26.9,43L46.8,8.6c0.8-1.5-0.2-3.3-1.9-3.3H5.2c-1.7,0-2.7,1.8-1.9,3.3L23.1,43C23.9,44.5,26.1,44.5,26.9,43z" /></g></svg>')  no-repeat white;background-position: right 10px center;background-size: 14px;padding-right: 30px;}
::-webkit-input-placeholder {color: #a3a3a3;}
::-moz-placeholder { color: #a3a3a3;}
:-ms-input-placeholder { color: #a3a3a3;}
:-moz-placeholder {color: #a3a3a3;}
.btn-submit{color: white;background-color: #d8251d;background-image: none;width: auto;border-width: 2px;border-radius: 4px;padding: 11px 30px;}
.btn-submit:hover,.btn-submit:focus,.btn-submit:active{color: white;}
.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::after {content: attr(before-text);}

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%;}
/* -------------------- for bootstrap -------------------- */
nav[aria-label="breadcrumb"] {margin-top: -42px;display:  none;}
.breadcrumb-item:nth-last-child(1) {display:  block;}
.breadcrumb-item:nth-last-child(1):before {display:  none;}

.breadcrumb{background: transparent;}
.breadcrumb-item+.breadcrumb-item::before{content:'\f105';font-family: 'Font Awesome 5 Free';padding:0 5px;font-weight: 600;color:inherit}
.breadcrumb-item {color: #d8251d;display:  none;}
.breadcrumb-item a:hover {color: #eee;}
@media (max-width: 992px) {
    .breadcrumb>.breadcrumb-item:not(:last-child) {display: none;}
    .breadcrumb>.breadcrumb-item:last-child:before {display: none;}
    .banner b{display: none;}
    .sf_urunler_detay .banner b{display: block;}
}



.fill {height: 100%;}
.bg-lightgray {background-color: #eee!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;}



.btn-sozkesen:hover:before {width:  100%;color}
.btn-sozkesen {background: #d8251d;padding: 0px 0px 0px 15px;border-radius: 6px;position: relative;color: white !important;/* overflow: hidden; */display: inline-block;font-size:  14px;font-weight:  bold;font-family:  'Sintony';}
.btn-sozkesen i {color: white !important;background: rgba(0, 0, 0, .05);padding: 13px 14px;border-radius: 0px 6px 6px 0px;}
.btn-sozkesen:before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 0px;z-index: 1;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;background: rgba(0, 0, 0, .05);}


.container {width: 1300px;max-width: 100%;}
.relative{position: relative;}
.rounded-25{border-radius: 25px;}
.table td, .table th {padding: 6px;border: 0;}
/* ------------------ social ------------------ */
.sosyal_fb:hover,footer .sosyal_fb:hover{color: #3b5998 !important;}
.sosyal_tw:hover,footer .sosyal_tw:hover{color: #00aced !important;}
.sosyal_ins:hover,footer .sosyal_ins:hover{color: #c9367d !important;}
.sosyal_fs:hover,footer .sosyal_fs:hover{color: #0072b1 !important;}
.sosyal_gp:hover,footer .sosyal_gp:hover{color: #dd4b39 !important;}
.sosyal_pt:hover,footer .sosyal_pt:hover{color: #cd2229 !important;}
.sosyal_lk:hover,footer .sosyal_lk:hover{color: #1c7bb5 !important;}
.sosyal ul li {float:  left;}
.sosyal ul li:before {content:  none!important;}
.sosyal ul li a {font-size: 14px;background: transparent;border-radius: 50%;width: 32px;height: 32px;line-height: 33px;text-align: center;display: inline-block;color: white;}

.sosyal ul li a.sosyal_fb {background: #3b5998!important;}
.sosyal ul li a.sosyal_tw {background:  #00aced !important;}
.sosyal ul li a.sosyal_ins {background:  #c9367d !important;}
.sosyal ul li a.sosyal_fs {background:  #0072b1 !important;}
.sosyal ul li a.sosyal_gp {background:  #dd4b39 !important;}
.sosyal ul li a.sosyal_pt {background:  #cd2229 !important;}
.sosyal ul li a.sosyal_lk {background:  #1c7bb5 !important;}
.sosyal_fb:hover, footer .sosyal a:hover {color: #b5b5b5!important;}
.sosyal ul li a:before {content: ''!important;background: none!important;margin: 0!important;font-weight: 100!important;}
.sosyal ul li a {transition:  all 0.4s;}
.sosyal ul li a:hover {color: white !important;transform:  rotate(360deg);}


/* -------------------- 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:  white;border-bottom: 1px solid #6f6f6f1a;}
#header > *:last-child .container {border-bottom: 1px solid rgba(255, 255, 255, 0.12)}
#headerTop{padding-top: 5px;padding-bottom: 5px;}
@media (min-width: 768px) {
    #header.active #logo a img {padding:  0; }

}
#header.active #logo {}

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 {}

header #logo{/* padding: 15px; */margin-top:  -5px;text-align:center;}
#logo a img {transition: all 0.5s;max-width:  204px;}
ul#menu{color:  black;align-items:  center;}
ul#menu>li {display: inline-block;position: relative;}
ul#menu>li>a:not(.buy) {padding: 0 18px;line-height: 90px;transition: all 0.3s ease;font-size: 15px;display: block;color: black!important;text-transform: capitalize;}
ul#menu>li>ul {position: absolute;overflow: hidden;left: 0;top: 100%;z-index: 3;background: white;min-width: 250px;-webkit-transform: scale(0.7);-moz-transform: scale(0.7);-ms-transform: scale(0.7);-o-transform: scale(0.7);transform: scale(0.7);opacity: 0;-webkit-transition: ease all 300ms;-moz-transition: ease all 300ms;transition: ease all 300ms;padding: 5px 0;visibility: hidden;}
ul#menu>li>ul>li {}
ul#menu>li>ul>li>a {font-size: 14px;color: #545557;display: block;padding: 14px 18px;line-height: 1em;transition: all 0.3s ease;}
ul#menu>li>ul>li:not(:last-child)>a{border-bottom: 1px solid #d6d6d6;}
ul#menu>li:hover {}
ul#menu>li:hover>a:not(.buy) {color: #d8251d!important;}
ul#menu>li:hover>ul {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;visibility: visible;}
ul#menu>li>ul>li>a:hover {background: #d8251d;border-color: #d8251d;color: white;}
#mobilMenu .teklif {background:  #d8251d;display:  inline-block;padding: 5px 20px;color:  white;border-radius:  5px;}
#mobilMenu .teklif i {color:  white !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: #fff;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;/* padding:  10px 0px; */}
#header.active #headerTop{display: none}

header#header.scrollDowning {position: fixed!important;}
header#header.scrollUping {transform: translateY(0%);position:  fixed;}
/*header#header.scrollDowning {transform: translateY(-100%);}*/

/* ------------------------- Teklif Al Butonu ------------------------- */

/*
a.buy {background: #d8251d;color: white!important;padding: 17px 34px;text-transform:  capitalize;font-size:  14px;!* line-height: 89px; *!border-radius: 4px;position:  relative;}
a.buy:before {background: #d5262d33;content:  '';position:  absolute;top: 0;left:  0;height:  100%;width: 0;transition:  all 0.5s;}
a.buy:hover:before {width:  100%;}
*/

/* -------------------- icerik --------------------*/

#icerik {padding-top: 92px !important;}
body#sf_anasayfa.slider-fullscreen #icerik {padding-top: 0px;}
@media (max-width: 992px) {#icerik {}}

div#slider {position: relative;}
.ms-anim-layers a {color: black;text-transform: capitalize!important;}
a.ms-layer {/* text-transform: capitalize!important; */}
a.ms-layer {background: rgb(255, 90, 96)!important;border-radius:  11px;height:  11px;font-size: 17px!important;line-height: 17px!important;padding: 21px 61px!important;/* position: absolute!important; *//* left: 61px!important; *//* top: 0!important; *//* bottom:  0!important; */margin: auto 0!important;}

/* -------------------- Anasayfa --------------------*/

#sf_anasayfa .calisan-box {margin-bottom: 54px;position: relative;background: white!important;width: 100%;z-index: 7;}
#sf_anasayfa .icerik .text {margin: 2px 33px;font-size: 14px;}
#sf_anasayfa .icerik .NT-metin {color: #ff5a33;margin: 2px 33px;font-size: 14px;}
#sf_anasayfa .calisan-box:after {position: absolute;background: #f1f4f9;width: 84%;height: 26px;bottom: 0;left: 0;content: '';margin: 0 auto;left: 0;right: 0;bottom: -3px;border-radius: 20px;z-index: -1;}
#sf_anasayfa .calisan-box .icerik {border: 1px solid #e7eaf0;width: 100%;padding: 25px 0px;background: white;min-height: 183px!important;}
.calisan_box {margin-bottom:  54px;position:  relative;background: white!important;width:  100%;z-index:  7;}
.calisan_box .icerik {border:  1px solid #e7eaf0;width:  100%;padding: 44px 0px;background:  white;}
.calisan_box .icerik .baslik {color: #3c4653!important;width: 76%!important;margin: 0px 33px 20px 33px!important;}
.calisan_box .icerik .metin {color:  #ff5a33;margin: 2px 33px;font-size:  14px;}
.calisan_box .icerik .yer {color:  #acb3bb;font-size:  14px;margin: 0px 0px 0px 33px;}
.calisan_box:after {position:  absolute;background: #f1f4f9;width: 84%;height: 26px;bottom:  0;left:  0;content:  '';margin:  0 auto;left:  0;right:  0;bottom: -3px;border-radius:  20px;z-index: -1;}
.icerik a i {color: black;background: rgba(0, 0, 0, .05);padding: 13px 14px;border-radius: 0px 6px 6px 0px;}
.icerik b.sayfaadi {font-size:  30px;}
.icerik b.siteadi {font-size:  21px;}
.icerik p.adres {margin:  16px 0px;}
.icerik_alt {color: #a9b2bf;width: 43%;margin:  0px 50px;font-weight:  bold;}
.icerik a {background: #d8251d;padding: 12px 0px 12px 15px;color: white;border-radius: 6px;position: relative;margin: 0px 50px;}
.icerik .buton:before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 0px;z-index: 1;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;background: rgba(0, 0, 0, .05);}
.icerik a:hover:before {width:  100%;}
#employment{background-color:#303945;height: 200px;position:  relative;margin-top: 200px;}
#employment .ust{background: white;font-weight: bold;box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);position:  absolute;bottom: -70px;}
#employment b:not(.baslik) {font-size: 25px;line-height: 35px;font-weight: bold;letter-spacing: 0px;/* margin:  0px 73px; */color:  #3c4653;}
#employment .box {text-align:  center;/* margin:  0px 16px; */margin:  0;transition:  all 0.5s;overflow:  hidden;}
#employment .box .img {border: 2px solid;border-color: #b6bbc366;overflow:  hidden;}
#employment .kategori-text p {display:  inline-block;/* margin: 0px 73px; */font-weight:  normal;font-size: 25px;line-height: 25px;}
#employment .box:hover {cursor:  pointer;border-color: #b6bbc3fc;}
#employment .box .img img {transition: all 0.5s;margin:  0 auto;}
#employment .box:hover .img img{transform: scale(1.3);}
.box2 i {position:  absolute;top: 0;left:  0;color:  rgb(255, 90, 96);}
.box2 {padding: 83px;margin: 0px 15px;}
.box2 p {position:  absolute;bottom:  0;left:  0;margin:  0;}
.box3 {width: 100%;height: 450px;margin: 50px 0px;background-position: -54px 0px;background-repeat:  no-repeat;}
.box4 {height: 175px;}
.box4 .icon {display:  block;float:  right;position:  absolute;right:  0;margin: 0px 67px;}
.box4 .NT-metin {color:  white;font-size:  21px;width: 33%;margin:  0px 49px;position:  absolute;font-weight: bold;}
#orta {/* top: -189px; */margin-top: -100px;margin-bottom: 33px;}
#orta #logo p {display:  inline-block;color:  #d8251d!important;font-weight:  bold;font-size:  31px;margin-top:  16px;}
#orta .icerik .baslik {font-size: 21px;font-weight:  bold;color: #3c4653!important;width: 76%!important;margin: 0px 33px 0 33px!important;}
#news {background:  #eff2f7;}
#news .box {padding:  38px 19px;}
#news .calisanlar_baslik{font-size: 40px;color: black;font-weight:  bold;padding: 0px 0px 37px 0px;margin:  0;}
#news .img {overflow: hidden;transition: all 0.5s;}
#news .img img {transition:  all 0.5s;}
#news .img img:hover {transform: scale(1.1);cursor: pointer;}
#referanslar p.referanslar-b {display: inline-block;padding: 0px 0px 13px 0px;font-weight: bold;font-size: 31px;margin: 0;}
.hakkimizda_ana .NT_metin {color:  #868d95;}
.hakkimizda_ana {margin-top: 88px;}
.NT-metin {margin:  26px 0px;}
.kat-baslik {color: #d8251d;font-size:  23px;width: 52%;/* font-weight:  bold; */padding: 6px 0px 25px 0px;}
.metin {/* width: 60%; */margin: 13px auto;font-size:  19px;}
.read {color:  #d8251d!important;}
.read i {color: #868d95;padding: 0px 0px 0px 6px;}
.read:hover, .read:hover a {text-decoration:  underline;color: #d5262d!important;}
.box .read {width: 50%;display:  inline-block;margin:  0 auto;float:  right;/* font-weight:  bold; */}
.icerik .icerik-alt .NT-metin {margin: 26px 0px;text-align: inherit;line-height: 15px;}
.box3 .icerik .baslik {font-weight: normal!important;font-size: 25px!important;}
.box3 .icerik_alt .NT-metin {font-size: 17px;}
#sf_kariyer .img-2 {margin-top: -3%;}
.img3 {display:  inline-block;border: 1px solid white;padding:  10px;background:  white;}



/* -------------------- Footer --------------------*/


#footer {background:#303945;  color: rgba(255, 255, 255, 0.6); }
#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;}
footer#footer #footer-socials {}
footer#footer #footer-socials a {width: 32px;height: 32px;display: inline-block;line-height: 30px;text-align: center;border-radius: 50%;font-size: 14px;border: 2px solid rgba(255, 255, 255, 0.6);}
footer h1 {margin:  0px 0px 9px 0px;color: white;}
footer p, footer li a i:before {
    font-size:  15px;
    margin:  9px 0;
}
footer ul li:hover {color:  white;}
div#footer-bottom {border-top: 1px solid #ddd1;}
div#footer-bottom .container {/* border-top: 1px solid #ddd1; */}
#footer-top ul li {color:  #868d95;padding: 4px 2px;text-transform:  capitalize;}
#footer-top ul li:hover a {}
#footer-top ul li a {display:  block;font-size:  15px!important;}
#footer-top ul li a:before {content: '\f054 ';color:  #d8251d;font-family: 'font awesome 5 free';font-weight:  600;margin-right: 5px;}
#footer-top .container .row .col-lg-2:nth-child(4) ul li a:before {content:  none;}
#footer a:active , #footer a:focus {color:  white !important;}

/* -------------------- ic sayfalar --------------------*/

.banner {position: relative;height: 0;padding-bottom: 13%;background-position: top center;margin: 0 -15px;background-size: cover;background-color: rgba(0,0,0,0.1);z-index: 0;/* min-height: 180px; */}
.banner:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0);}
div.content_container {min-height: 700px;}
.banner .banner-text {
    top: 50%;
    position:  absolute;
    left:  0;
    right:  0;
    margin:  0 auto;
    transform: translateY(-50%);
}

.NT-list-group{z-index: 2;padding: 40px 25px 40px 35px;background: #d8251d;color: white;}
.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{border-color: white !important;}
.NT-list-group .list-group-item + .list-group-item {background: transparent;color: white;border-left: 6px solid transparent;padding: 8px 15px;}


/* ------------------ Urunler Sayfasi ---------------- */
#sf_urunler .img {border: 1px solid #b6bbc366;overflow:  hidden;}
#sf_urunler .img {transition:  all 0.4s;}
#sf_urunler .liste76 a:hover .img {
    border-color: rgba(216, 37, 29, 0.6);
}
.sf_urunler_detay .coklu_gorsel {display:  block;border: 1px solid rgba(0, 0, 0, 0.2);}

/* -- 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 Free';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;}
}


/* -- iletisim -- */
#sf_iletisim div#sayfa_iletisim {min-height: 800px;}
#sf_iletisim #contactMap{height: 550px;width:  100%;}
#sf_iletisim #contactMap iframe{width: 100%;height: 100%;min-height: 300px;}
#sf_iletisim form#iletisim_form i {position: absolute;left: 15px;top: 1px;width: 45px;height: 50px;text-align: center;font-size: 15px;line-height: 50px;color:#a3a3a3}
#sf_iletisim form#iletisim_form input,form#iletisim_form textarea ,form#iletisim_form select {padding-left: 45px;}
#sf_iletisim textarea.form-control {height: 250px!important;}
#sf_iletisim p.iletisim_baslik b {font-size: 26px;margin: 80px 0px 15px 0px;font-weight: 600!important;}
a.send {background: #d8251d;width: 100%;margin: auto;text-align: center;margin: 14px 0px;padding: 7px 0px;color: white;border-radius: 8px;}
#sf_iletisim .iletisim_box {background:  #d8251d;margin-top: -90px;border: 10px solid white;}
#sf_iletisim .iletisim_box .icerik {padding: 48px 13px;color:  white;}
#sf_iletisim button:before {content:  '';background: #d5262d33;content: '';position: absolute;top: 0;left: 0;height: 100%;width: 0;transition: all 0.5s;}
#sf_iletisim button {position:  relative;}
#sf_iletisim button:hover:before {width:  100%;}
#sf_iletisim button:focus {box-shadow: none;}
#sf_iletisim .iletisim_box .icerik i {color:  #c6464b;}
#sf_iletisim .iletisim_box .icerik p {display: inline-flex;}
#sf_iletisim .iletisim_box .img img {width:  100%;}
#sf_iletisim .iletisim_box .icerik td {font-size:  15px;text-align: left;}
#sf_iletisim .table {margin-bottom: 0; }



@media (max-width: 767px) {
    #sf_iletisim .iletisim_box{margin-top: 25px;border: 0;}
    .banner b{display: none;}
    .banner h1{/* top: 50% !important; *//* transform: translateY(-50%); */font-size: 19px !important;}
    .kurumsalDetay .img-2{margin-top: 3% !important;}
    #sf_teklifal .img-2 {margin-top: 4% !important;}
    .sf_urunler_detay .banner b{display: none;}
}


/* -- coklu resim -- */
#coklu_resim .img-thumbnail:hover{border-color: #77cc6d;}


/* -- video -- */
.NT-video {position: relative;display: block;}
.NT-video:before {position: absolute;content: '\f04b';font-family: 'Font Awesome 5 Free';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: #ffffff57;}
.projeBg {background-repeat: no-repeat;background-position: center center;background-size: cover;}
/* NTbilgi sablon css sonu */





/* --------------------------------- Ic sayfalar ------------------------------- */

.banner h1 {/* position: absolute; *//* top: calc(56% - 50px); *//* left: 0; *//* right: 0; */color: white;text-transform: capitalize!important;text-align: center;font-size: 25px;}
.banner b {color: #d8251d;font-size: 30px;/* top: 49%; *//* position: absolute; *//* left: 0; *//* right: 0; */text-transform:  uppercase;font-weight:  normal;}
#sf_teklifal .img-2 {margin-top: -3%;}

.steps-down {background:  #eff2f7;}
.steps-down-c {position: relative;bottom: 80px;}
#steps {margin-top:  90px;}


#sf_teklif div#icerik2 {margin-top: -335px;z-index: 1;}
#sf_teklif #employment {background: white; height: inherit;}
#sf_teklif #employment .box {margin-bottom: 39px;}
#sf_teklif #employment .box .baslik:after {content: '\f054';font-family:  'font awesome 5 free';font-weight:  600;margin-left:  6px;color:  #d8251d;}
#sf_teklif #employment .ilk {border: none;padding: 14px;font-size: 18px;text-align: left;background:  #d8251d;color:  white;}
#sf_teklif #employment .ilk i {margin-bottom:  42px;}
#sf_teklif #icerik3{background: white;}
#sf_teklif .urunler-baslik {padding: 50px 15px;}
#sf_teklif .urunler-baslik h1 {font-size:  26px;font-weight:  normal;}
#sf_teklif #kurumsal .sol{background:url(../../images/home_employment_pic12.png);padding: 0px 90px!important;background-color:  rgb(48, 57, 69);}
#sf_teklif .NT-metin {font-size:  38px;line-height: 45px;width: 56%;color:  white;font-weight: 900;}
#sf_teklif #kurumsal .sol:before {content:  '';position:  absolute; /* background: #060038c7; */left:  0;top: 0;width:  100%;z-index: 1;height:  100%;}
#sf_teklif .is {color:  #d8251d;margin:  0;}
#sf_teklif .yer2 {color:  #acb3bb;}
#sf_teklif .kat-baslik {width: fit-content;color:  black;font-size:  30px;font-weight:  bold;}
#sf_teklif #employment .box .baslik {color: #3c4653!important;font-weight: normal;}
#sf_teklif .calisan_box .icerik {min-height: 202px!important;}
#sf_teklif .calisan_box {height:  100%;}


#sf_yeni .box {margin-bottom:  19px;}
#sf_yeni .box .kisi-ve-tarih {width:  91%;}
#sf_yeni .box .metin {margin: 7px 25px;}
#sf_yeni .box .img {overflow:  hidden;}
#sf_yeni .box .img img:hover {transform: scale(1.1);cursor: pointer;}
#sf_yeni .box .img img {transition:  all 0.5s;}


.kurumsalDetay .baslik {font-size:  40px;line-height:  43px;font-weight: bold;margin:  27px 0px;color:  #3c4653;}
.kurumsalDetay .metin {width:  100%;margin:  0;}
.kurumsalDetay .img-2 {margin-top: -3%;}
.kurumsalDetay .butonlar a.sol {background:  #d8251d;padding: 12px 0px 12px 15px;color:  white;border-radius:  6px; position:relative;}
.kurumsalDetay .butonlar a.sol i {color:  black;background: rgba(0, 0, 0, .05);padding: 13px 14px;border-radius: 0px 6px 6px 0px;}
.kurumsalDetay a.sol:after {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 0;z-index: 1;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;background: rgba(0, 0, 0, .05);}
.kurumsalDetay a.sol:hover:after {width:  100%;}
.kurumsalDetay .butonlar .sag {float:  right;background: #3c4551;padding: 0px 0px 0px 15px;color: white;border-radius: 6px;position: relative;}
.kurumsalDetay .butonlar .sag i {color: black;background: rgba(0, 0, 0, .05);padding: 13px 14px;border-radius: 0px 6px 6px 0px;}
.kurumsalDetay #istatistik{background-color: #eff2f7;background-image: url(../../images/istatistik.png);min-height: 500px;background-repeat:  no-repeat;background-position:  center top;margin-top: 100px;}
.kurumsalDetay #istatistik > .container > .row {margin-top:  180px;margin-bottom:  100px;}
.kurumsalDetay #istatistik > .container {align-items: center;display:  flex;}
.kurumsalDetay #istatistik .kat-box {background:  #d8251d;/* text-align:  center; */padding: 47px 42px;color:  white;height: 87%;}
.kurumsalDetay #istatistik .kat-box .resim {padding: 0px 0px 32px 0px;}
.kurumsalDetay #istatistik .kat-box p {color:  #fff;font-size:  28px;width: 180px;line-height:  34px;}
.kurumsalDetay #istatistik .box {padding: 47px 42px;color: black;background:  #fff;text-align: center; height: 100%;}
.kurumsalDetay #istatistik .box .baslik {font-size:  15px;color:  #a8a8a8;}
.kurumsalDetay #istatistik .box .metin {color:  #868d95;font-size:  15px;padding:  0px 25px;/* font-weight:  bold; */}
.kurumsalDetay #istatistik .box .duzey span {font-size:  50px;}
.kurumsalDetay #editors {padding: 100px 0px;}
.kurumsalDetay .box-mavi {background:  #375d90;height: 98%;padding:  36px 40px;}
.kurumsalDetay .box-mavi i{color: #214779;}
.kurumsalDetay .box-mavi .metin {color:  #829bbc;padding: 24px 0px;line-height:  26px;}
.kurumsalDetay .box-mavi .telefon {color:  white;padding: 0px 0px 18px 0px;font-weight:  bold;}