@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Lalezar&display=swap');
/* -------------------- NORMALİZE --------------------  */

:root {
    --container-width: 1300px;
    --theme-color: #000000;
    --theme-color2: #4ECCA3;
    --theme-color3: #BB2034;
    --theme-body-color: #353535;
    --NT-metin-color: #000000;
    --theme-font: 'Comfortaa',sans-serif;
    --text-font: 'Comfortaa',sans-serif;
    --title-font: 'Lalezar',cursive;
    --mobile-icon-color: #fff;
    --custom-grey: #edeef2;
    --placeholder-color: #a3a3a3;
    --menuPadding: 10vw;
}

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;padding:0;font-family: var(--theme-font);font-weight:400;color: var(--theme-body-color);}
*{ margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; box-sizing: border-box; }
img{max-width:100%;display:inline;vertical-align:bottom}
ul,li{margin:0;padding:0;text-decoration:none;display:block;list-style:none}
input,textarea{outline:0;display:block}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;text-transform:none;font-weight:700;}
h1{font-size:21px}
h2{font-size:19px}
h3{font-size:17px}
h4{font-size:16px}
h5{font-size:15px}
h6{font-size:13px}
.temizle,.clear{clear:both}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}
a:focus,a:hover,a:active{outline:0;text-decoration: none;color:#333}
a{text-decoration: none;color:inherit;}
.NT-metin { text-align: start; color: var(--NT-metin-color); font-family: var(--text-font); font-size: 1.26rem; line-height: 2.5rem; }
.NT-metin li  {display: list-item;list-style: circle;margin-left: 1em;}
.form-group{margin-bottom: 1rem;}
.fancybox-active #header ,.modal-open #header {width: calc(100% - 17px);}
.gotoup { font-size: 40px; z-index: 2050; display: none; }
.darkback:before {content: '';position: fixed;width: 100vw;height: 100vh;z-index: 17;background: rgba(0, 0, 0, 0.9);left: 0;top: 0;}
.title-font{font-family: var(--title-font);font-weight: normal;}
img[data-src]:not(.loaded) { width: 80px !important; } 
.isCursor{cursor: pointer;}

/* -------------------- NORMALİZE END --------------------  */


/* -------------------- Mobile Menu Start --------------------  */

#mobilMenu{} 


.mobileMenuIcon { cursor: pointer; position: relative; z-index: 99; }
.mobileMenuIcon span { display: block; position: relative; width: 30px; }
.mobileMenuIcon span i { position: relative; background: #fff; transition: all 0.3s; width: 100%; height: 3px; left: 0; top: auto !important; display: block; margin: 4px 0; }
.mobileMenuIcon span i:nth-child(1) { width: 80%; }
.mobileMenuIcon span i:nth-child(2) { }
.mobileMenuIcon span i:nth-child(3) { width: 80%; }
.mobileMenuIcon span i:nth-child(4) { }
.mobileMenuIcon span i:nth-child(5) { width: 80%; }

.mobileMenuIcon:hover span i { width: 40% !important; }
.mobileMenuIcon:hover span i:nth-child(1) { left: 10px; }
.mobileMenuIcon:hover span i:nth-child(2) { left: 5px; }
.mobileMenuIcon:hover span i:nth-child(3) { left: 0px; }
.mobileMenuIcon:hover span i:nth-child(4) { left: 5px; }
.mobileMenuIcon:hover span i:nth-child(5) { left: 10px; }

.mobileMenuIcon.active span i { width: 10px !important; }
.mobileMenuIcon.active span i:nth-child(1) { width: 29px !important; transform: rotate(-45deg) translateY(9px) translateX(-11px); left: 0; }
.mobileMenuIcon.active span i:nth-child(2) { opacity: 0; }
.mobileMenuIcon.active span i:nth-child(3) { opacity: 0; }
.mobileMenuIcon.active span i:nth-child(4) { opacity: 0; }
.mobileMenuIcon.active span i:nth-child(5) { width: 29px !important; transform: rotate(45deg) translateY(-9px) translateX(-10px); left: auto !important; }


.nt_main_menu_content{top:0;bottom:0;left:0;right:0;position:fixed;z-index:6;pointer-events:none;opacity:0;transition:all 0.5s cubic-bezier(0.2,1,0.2,1);transition-delay:0.1s;width: 100vw;height: 100vh;background: rgba(255, 255, 255, 0.8);transform: translateY(100vh);}
.nt_main_menu_content.active{ opacity:1}
.nt_main_menu_content.active{ pointer-events:auto;transition:all 0.5s cubic-bezier(0.2,1,0.2,1);transform: translateY(0);}
.mobileMenuContent{position:fixed;top:0;bottom:0;left:0;right:0;z-index:6;transition: all 1s cubic-bezier(0.2,1,0.2,1);opacity:0;overflow:hidden;pointer-events:none;padding-bottom:100px;width: 100vw;height: 100vh;padding-top: 100px;transform: translateY(100vh);}
.nt_main_menu_content_menu_copy{ margin-top:30px}
.mobileMenuContent.active{opacity:1;overflow-y:auto;pointer-events:auto;transition: 0.2s;background:rgba(255,255,255,0.57);transform: translateY(0);}
.mobileMenuContent ul{ padding:0;margin:0;list-style:none}
.mobileMenuContent ul ul{ display:none}
.mobileMenuContent ul ul a{ font-size:14px;transition:all 0.3s;margin-right:13px;margin-bottom:5px;color:#6f6f6f}
.mobileMenuContent ul ul li{ width:auto}
.mobileMenuContent.text-end ul ul a:hover{ margin-right:20px}
.mobileMenuContent a{ font-size: 21px; display: block; text-decoration: none; transition: color  0.5s ease; outline: 0; text-transform: uppercase; color: #000; }
.mobileMenuContent a:hover{color: var(--theme-color) !important;}
.mobileMenuContent.active a{}
.mobileMenuContent div>ul>li:not(.has-children ){}
.mobileMenuContent div>ul>li{ margin-bottom:15px}
.mobileMenuContent .has-children >a:after, .mobileMenuContent .has-children >a.active:after{content:"\f107";display:inline-block;font-size:16px;font-family:"Font Awesome 5 Pro", sans-serif;font-weight: 600;transform: none!important;position:initial!important;top:auto!important;right:auto!important;margin:auto auto auto 12px!important;background:initial!important;width:auto!important;height:auto!important;}
.has-children:last-child ul{ right:0}
.has-children >a.active:after{ content:"\f106"}


#mobilMenu.MenuType2 {position: absolute;right: 0;}
#mobilMenu.MenuType2 .mobileMenuIcon {width: 85px;height: 70px;padding: 22px 0;background: transparent;}
#mobilMenu.MenuType2 .mobileMenuIcon i {width: 26px !important;margin-left: 0 !important;margin-right: auto !important;}
#mobilMenu.MenuType2 .mobileMenuIcon:Before {content: 'Menu';position: absolute;right: 26px;text-transform: uppercase;font-weight: 700;color: var(--theme-color);font-size: 1rem;}
#mobilMenu.MenuType2 .nt_main_menu_content {transition: 0s 0s !important;background: black;opacity: 0.5 !important;position: absolute;width: 100vw;right: 0 !important;left: auto !important;top: 100%;}
#mobilMenu.MenuType2 .mobileMenuContent.active {transform: translateX(0);}
#mobilMenu.MenuType2 .mobileMenuContent {width: 370px;max-width: 100vw;margin-left: auto;position: absolute;top: 100%;background-color: white;transform: translateX(100vh);}


#header .headerContact { position: absolute; top: calc(100% + 15px); left: 0; width: 75px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.20); padding-left: 0; text-align: start; }
#header .headerContact li { margin-bottom: 13px; }
body:not(.menuopen) #header.active .headerContact { display: none; }
body:not(.menuopen) #header.active .mobileMenuIcon span i {} 
#header .headerContact li img { width: 24px; }

body:not(#sf_1) #header .headerContact{display: none;}


/* -------------------- Mobile Menu End --------------------  */


/* -------------------- webmaster tool --------------------*/

.webmaster_tool{height:auto; position:fixed; z-index:111111; background:#FFF; font-family:sans-serif; 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{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;transform: translateY(-100%);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 #loader {opacity: 0;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;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;transition: all .7s .3s cubic-bezier(0.645,0.045,0.355,1);}


/* 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;}

/* NOT Loader END */

/* ------------------ popup ------------------ */
#popup {position: static;}
#popup .fancybox-close-small {position: absolute;right: 20px;top: 20px;z-index: 1;width: 55px;height: 55px;background: #fff;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);cursor: pointer;}
#popup .fancybox-close-small:before, #popup .fancybox-close-small:after {content: "";position: absolute;background: var(--theme-color);height: 2px;width: 24px;right: auto;bottom: auto;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%) rotate(45deg);}
#popup .fancybox-close-small:after {transform: translateX(-50%) translateY(-50%) rotate(-45deg);}

/* ------------------ fonts ------------------ */

.font-family-light{font-family: var(--theme-font) !important;font-weight:200; }
.font-family-normal{font-family: var(--theme-font) !important;font-weight:400;}
.font-family-bold{font-family: var(--theme-font) !important;font-weight:700;}
.font-family-numbers{font-family: arial , sans-serif!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) {
    .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; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; border-radius: 0; font-size: 13px; color: #a3a3a3; font-weight: 100; height: 60px !important; background-color: transparent!important; border: 0; box-shadow: none !important; border-bottom: 3px #e9e9e9 solid; font-size: 18px; }
textarea.form-control { height: auto; min-height: 190px; }
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: var(--placeholder-color) !important;}
::-moz-placeholder { color: var(--placeholder-color) !important;}
:-ms-input-placeholder { color: var(--placeholder-color) !important;}
:-moz-placeholder {color: var(--placeholder-color) !important;}
.form-control:focus{border-color: #66afe9;outline: 0;box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.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: 0 2px 4px 0 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' , sans-serif;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: 0 2px 4px 0 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')}
.dropdown-menu.phoneCodeList {max-height: 300px;overflow: auto;}
.dropdown-menu.phoneCodeList .dropdown-item {font-size: 12px;padding: 4px 11px;cursor: pointer;}
.dropdown-menu.phoneCodeList .dropdown-item + .dropdown-item {border-top: 1px dashed #dedede;}
.dropdown-menu.phoneCodeList .dropdown-item:hover , .dropdown-menu.phoneCodeList .dropdown-item:focus , .dropdown-menu.phoneCodeList .dropdown-item:active {background: #dedede;color: #000;}

.btn-form-control {border-right: 1px solid #fff;background: whitesmoke;font-size: 13px;color:var(--placeholder-color);}
select option { color: #000; }
.styled-checkbox { position: absolute; opacity: 0; }
.styled-checkbox + label { position: relative; cursor: pointer; padding: 0; }
.styled-checkbox + label:before { content: ""; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 25px; height: 25px; background: white; border: 2px solid var(--theme-color3); float: left; }
.styled-checkbox:hover + label:before {}
.styled-checkbox:focus + label:before { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
.styled-checkbox:checked + label:before {}
.styled-checkbox:disabled + label { color: #b8b8b8; cursor: auto; }
.styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd; }
.styled-checkbox:checked + label:after { content: ""; position: absolute; left: 7px; top: 11px; background: #000; width: 2px; height: 2px; box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000; transform: rotate(45deg); }


/* hazir form butonu */
.btn-submit { outline: none; height: 73px; text-align: center; width: 220px; background: #fff; border: 3px solid var(--theme-color); color: var(--theme-color); font-weight: 400; transition: all 0.25s ease; margin-left: auto; line-height: 30px; font-family: var(--title-font); font-size: 1.45rem; text-transform: uppercase; border-radius: 10rem; }
.btn-submit:hover { color: white; box-shadow: inset 0 0 0 3.25rem var(--theme-color); background: transparent; }
.btn-submit:active {letter-spacing: 2px;}
.btn-submit:after {content: attr(text);}
.btn-submit.onclic { width: 40px !important; height: 40px !important; border-color: #bbbbbb !important; border-width: 3px !important; font-size: 0; border-left-color: #1ECD97 !important; animation: rotating 2s 0.25s linear infinite; border-radius: 50% !important; background: transparent !important; box-shadow: none !important; }
.btn-submit.onclic:after {content: "";}
.btn-submit.onclic:hover { color: #1ECD97; background: white !important; }
.btn-submit.validate { font-size: 13px !important; color: white !important; background: #1ECD97 !important; border-color: #1ECD97 !important; box-shadow: none !important; }
.btn-submit.validate:after {font-family: 'font awesome 5 pro' , sans-serif;content: "\f00c";}
.btn-submit.novalidate { font-size: 13px !important; color: white !important; background: #cd3330 !important; border-color: #cd3330 !important; box-shadow: none !important; }
.btn-submit.novalidate:after {font-family: 'font awesome 5 pro' , sans-serif;content: "\f00d";}
@-webkit-keyframes rotating { from {transform: rotate(0deg);} to {transform: rotate(360deg);} }
@keyframes rotating { from {transform: rotate(0deg);} to {transform: rotate(360deg);} }

.custom-file-label::after {content: attr(before-text);}
form .form-group .form-control ~ i { position: absolute; left: 9px; 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 {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: var(--theme-color);border: none;text-align: left;position: relative;}
.NT-dropdown .dropdown-toggle:after {content: '\f0ab';border: none;font-family: 'font awesome 5 pro' , sans-serif;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: var(--theme-color) !important;}
.NT-dropdown .dropdown-item.active, .NT-dropdown .dropdown-item:active {background: var(--theme-color);}
.NT-dropdown .dropdown-item + .dropdown-item {border-top: 1px solid var(--theme-color);}

/* -------------------- for bootstrap -------------------- */
nav[aria-label="breadcrumb"] {}
.breadcrumb{background: transparent;}
.breadcrumb-item+.breadcrumb-item::before{content:'\f105';font-family: 'Font Awesome 5 Pro' , sans-serif;padding:0 5px;font-weight: 600;color:inherit}
.breadcrumb-item {color: white;}
.breadcrumb-item a:hover , .breadcrumb-item a:focus, .breadcrumb-item a:active {color: white;}
.breadcrumb-item a {color: white;}


.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 {max-width: 100%;width:var(--container-width)}
.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%; transition: transform 0.5s ease; top: 0; color: white; padding: 15px 30px; }
#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 {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; }
#logo img { height: 83px; }

#logo>a>img:nth-child(1){position: absolute;left: 0;top: 0;opacity: 0;}
#logo>a {position: relative;}
body:not(.menuopen) #header.active #logo img:nth-child(2) {opacity: 1;}
body:not(.menuopen) #header.active #logo img:nth-child(1) {opacity: 0;}

#menu{}
#menu > li {display: inline-block;position: relative;}
#menu > li > a {padding: 0 15px;line-height: 50px;transition: all 0.3s ease;font-size: 14px;display: block;border-radius: 5px;font-weight: bold;text-transform: uppercase;}
#menu > li > a:before {content:'';position: absolute;width: 0; left:50%;top: calc(50% + 15px);height: 2px;background-color: var(--theme-color);transition: all 0.5s ease;}
#menu > li > ul {position: absolute;left: 0;top: 100%;z-index: 3;min-width: 250px;opacity: 0;transition: 0.4s;visibility: hidden;}
#menu > li > ul > li > a {font-size: 14px;color: #545557;display: block;padding: 14px 25px;line-height: 1em;position: relative;transition: all 0.5s ease;font-weight: bold;}
#menu > li:hover > ul {opacity: 1;visibility: visible;}
#menu.hoverType1 > li:hover > a:before {width: calc(100% - 50px);left:25px;}
#menu.hoverType2 > li:hover > a, #menu > li > ul > li > a:hover {color: white;background-color: var(--theme-color);}
#menu.hoverType3 > li:hover > a {color: var(--theme-color);}
#menu.acilirType2 > li > ul > li {position: relative;z-index: 2;}
#menu.acilirType2 > li > ul:before {content: '';position: absolute;width: 4000px;left: -2000px;height: 0;top: 0;background: white;z-index: 1;transition: 0.4s;}
#menu.acilirType2 > li:hover > ul:before {height: 100%;}
#menu.acilirType2 > li > ul {transform-origin: top center;padding: 15px 0 35px;}
#menu.acilirType1 > li > ul {transform: scale(0.7);background: white;}
#menu.acilirType1 > li:hover > ul {transform: scale(1);}

.social-container{display: block;}
.social-container li{display: inline-block;}
.social-container a{width: 30px;height: 30px;line-height: 30px;border-radius: 50%;color: black;font-size: 14px;text-align: center;display: block;border: 1px solid white;}
.social-container a:hover{color: white;background: var(--theme-color);border-color: var(--theme-color);}

body:not(.menuopen) #header.active{ color: black !important; background: black !important; position: fixed !important; padding: 0px 30px; }
body:not(.menuopen) #header.active #headerTop{display: none}
header#header.scrollDowning { /* transform: translateY(-100%); */ }
header#header.scrollUping {transform: translateY(0%);}

.searchFormContent {position: fixed;left: 0;top: 0;width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;z-index: 9999;visibility: hidden;opacity: 0;transition: all .3s ease;}
.searchFormContent.active {opacity: 1;visibility: visible;}
.searchFormContent:before {content:"";background: #000;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0.9;}
.searchFormContent form {position: relative;z-index: 5;background: white;border-radius: 10px;width: calc(100% - 30px);max-width: 800px;display: flex;align-items: center;justify-content: center;height: 70px;}
.searchFormContent form .form-control {height: 100% !important;font-size: 25px !important;padding: 0 20px;}
.searchFormContent form .btn {background: var(--theme-color);height: 100%;color: white;width: 70px;border-radius: 10px;font-size: 25px;}
.searchFormContent form .btn:hover {color: white;background: var(--theme-color);}
.searchFormContent .js-close {position: absolute;right: 0;bottom: calc(100% + 12px);color: white;font-size: 14px;text-transform: uppercase;letter-spacing: 1px;font-weight: 500;cursor: pointer;}

#langs { /* border-right: 1px solid rgba(255, 255, 255, 0.20); */ padding-right: 20px; }
#header #langs li { display: inline-block; }
#header #langs li a { display: block; width: 40px; height: 40px; color: white; line-height: 38px; text-align: center; font-size: 18px; text-transform: uppercase; font-weight: 700; }
#header #langs li a:is(.active,:hover,:focus,:active) { opacity: .7; }  


body:not(#sf_1):not(#sf_66):not(.menuopen) #header:not(.active) {}
body:not(#sf_1):not(#sf_66):not(.menuopen) #header:not(.active) #logo img:nth-child(1){opacity: 1;} 
body:not(#sf_1):not(#sf_66):not(.menuopen) #header:not(.active) #logo img:nth-child(2){opacity: 0;}
body:not(#sf_1):not(#sf_66):not(.menuopen) #header:not(.active) .mobileMenuIcon span i{background-color: #000;}
body:not(#sf_1):not(#sf_66):not(.menuopen) #header:not(.active) #langs li a{color: #000;} 

body#sf_66:not(.menuopen) #header:not(.active) {background-color: #000}


/* custom menu */

div#menuButton > .menuIconTitle {color: white;font-size: 19px;text-align: center;position: absolute;right: 68px;top: 50%;transform: translateY(-50%);}
.menu-icon-wrapper svg {position: absolute;top: -17px;left: -15px;-webkit-transform: scale(.1);-ms-transform: scale(.1);transform: scale(.0901);-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;}
.menu-icon-wrapper svg path { stroke: #fff; stroke-width: 19px; stroke-linecap: round; stroke-linejoin: round; fill: transparent; }
.menu-icon-wrapper .menu-icon-trigger { position: relative; width: 100%; height: 100%; cursor: pointer; pointer-events: auto; background: 0 0; border: none; margin: 0; padding: 0; }
.menu-icon-wrapper .svgWrapper { transform: scale(1.1); }
div#menuButton {position: relative;display: inline-block;width: 60px;height: 60px;top: 50%;z-index: 1999;transition: .5s ease;border: none !important;border-radius: 70px;cursor: pointer;}
.darkBg .menu-icon-wrapper svg path, body:not(.menuopen) header.active .menu-icon-wrapper svg path{ stroke:#000; }
header.nav-open .menu-icon-wrapper , body:not(.menuopen) header.active .menu-icon-wrapper { background-color: #fff; }
.menu-icon-wrapper.active svg path { stroke: #000; }

#fixedMenu {position: fixed;inset: 0;z-index: 9;/* visibility: hidden; *//* opacity: 0; */transition: all .3s ease;user-select: none;pointer-events: none;} 
#fixedMenu .leftFrame {padding: 120px var(--menuPadding) 50px;left: 0;top: 0;height: 100%;width: 70%;overflow-y: auto;/* transform: translateX(-100%); */}
#fixedMenu .leftFrame, #fixedMenu .rightFrame {transition: all .3s;float: left;opacity: 0;visibility: hidden;z-index: 5;position: relative;transition-delay: 1s;}
#fixedMenu .rightFrame {padding: 0 3rem 0 0 !important;right: 0;top: 0;height: 100%;width: 30%;overflow-y: auto;/* transform: translateX(100%); */position: relative;z-index: 5;}
body.menuopen #fixedMenu .leftFrame, body.menuopen #fixedMenu .rightFrame { opacity: 1; visibility: visible; transition-delay: .8s; }
body.menuopen #fixedMenu {/* visibility: visible; *//* opacity: 1; */user-select: initial;pointer-events: initial;}
#fixedMenu .leftFrame .logo {position: absolute;left: 10vw;top: 6vh;display: none;}
#fixedMenu .leftFrame .logo img {height: 95px;} 
#mobileMenu3 > li { opacity: 0; }
#mobileMenu3 a {color: #fff;font-size: 37px;position: relative;line-height: 1;text-transform: uppercase;margin-bottom: 12px;display: inline-block;font-weight: 100;overflow: hidden;}
#mobileMenu3 > li > a:before {content: "";position: absolute;left: 0;bottom: -3px;width: 0;height: 2px;background-color: #fff;transition: all .3s;}
#mobileMenu3 > li:hover > a:before { width: 50px;}

#mobileMenu3 > li > ul { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); user-select: none; pointer-events: none; }
.childrenActive #mobileMenu3 > li > a { user-select: none; pointer-events: none; }
#mobileMenu3 a > span {position: relative;display: inline-block;transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);vertical-align: middle;}
.childrenActive #mobileMenu3 > li > a > span {transform: translateY(120%);}
#mobileMenu3 > li > ul > li > a > span {transform: translateY(120%);}
.childrenActive #mobileMenu3 > li > ul > li > a > span {transform: translateY(0);transition-delay: 0.4s;}
.childrenActive #mobileMenu3 > li > ul { user-select: initial; pointer-events: initial; }
.closeButton {position: absolute;top: 50%;transform: translateY(-50%);left: calc(var(--menuPadding) - 35px);font-size: 29px;transition: all .3s ease;user-select: none;opacity: 0;cursor: pointer;background: white;width: 60px;height: 60px;line-height: 64px;border-radius: 50%;color: #000;text-align: center;}
.childrenActive .closeButton {opacity: 1;user-select: initial;transition-delay: .8s;}
#mobileMenu3 > .has-children > a span:after {content: "\f054";display: inline-block;vertical-align: middle;font-family: "font awesome 5 pro";font-size: 20px;margin: -4px 0px 0px 20px;}


#fixedMenu .rightFrame {width: 30%;height: 100%;/* right: -100%; */color:white;text-align: right;}
#fixedMenu .rightFrame a {/* color: whi;/* line-height: ;/* font-weight: ;/* font-size: 18px; *//*font-weight:300;*/font-size: 18px;}
#fixedMenu .rightFrame a.NTtel { font-size: 22px; }
#fixedMenu .rightFrame .menuItem a {position: relative;}
#fixedMenu .rightFrame .menuItem a:before {content:'';position: absolute;right: 0;top: 100%;height: 1px;width: 0;background: white;transition: all 0.5s ease;}
#fixedMenu .rightFrame .menuItem a:hover:before {width: 100%;}
#fixedMenu .rightFrame .contactItem a {position: relative;}
#fixedMenu .rightFrame .contactItem a i {transform: translateX(-30px);opacity: 0;transition: all 0.5s ease;}
#fixedMenu .rightFrame .contactItem a:hover i {transform: translateX(0);opacity: 1;}
#fixedMenu .rightFrame .contactItem a:before {content:'';position: absolute;left: 0;top: 100%;height: 1px;width: 0;background: white;transition: all 0.5s ease;}
#fixedMenu .rightFrame .contactItem a:hover:before {width: 100%;}
#fixedMenu .rightFrame .social a { width: 40px; height: 40px; border-radius: 20px; line-height: 40px; font-size: 17px; transition: all 0.2s ease; display: inline-block; text-align: center; border: 2px solid white; color: white; }
#fixedMenu .rightFrame .social a:hover { background: white !important; color: #000 !important; border-color: white !important; }
#fixedMenu .rightFrame .title { margin-bottom: 30px; font-size: 20px; display: block; }
#fixedMenu .fixedMenuInner {position: absolute;left: 0;/* bottom: auto; */top: 0;right: 0;background: black;/* transition: all .8s ease-in-out; *//* height: 0; */z-index: 1;}
.menuopen #fixedMenu .fixedMenuInner {/* height: 100%; *//* bottom: 0; *//* top: auto; */}

#fixedMenu .bottomLogo {position: fixed;bottom: 60px;z-index: 99;left: 50%;transform: translateX(-50%);}

#menuService {position: fixed;inset: 0;z-index: 17;transition: all .3s ease;opacity: 0;visibility: hidden;}
#menuService > div {height: 100%;margin: 0;}
#menuService .item {height: 100%;transition: all 2s cubic-bezier(0.46, 0.03, 0.52, 0.96);background-size: cover;background-position: left center;color: white;font-size: 25px;font-weight: 300;background-color: #f1f1f1;} 
#menuService .item:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: black; opacity: 0.7; z-index: 1; }
#menuService .item > * { position: relative; z-index: 5; }
#menuService .item:hover { background-position: right center; }
#menuService .item > .inner {position: absolute;bottom: 20px;left: 20px;width: calc(100% - 40px);}
#menuService .item > .inner .text { margin-bottom: 10px; }
#menuService .item .nextBtn {border: 2px solid #5d5d5d;line-height: 40px;padding: 0 17px;font-size: 15px;transition: all 0.3s;font-weight: 500;text-transform: uppercase;color: #5d5d5d;display: inline-block;}
#menuService .item .nextBtn span:last-child {display: inline-block;vertical-align: middle;}
#menuService .item .nextBtn span:first-child {transition: all .3s ease;position: relative;overflow: hidden;width: 0;display: inline-block;margin: 0;white-space: nowrap;vertical-align: middle;font-weight: 300;}
#menuService .item:hover .nextBtn span:first-child {width: 67px;}
#menuService .item:hover .nextBtn {background: white;border-color: white;color: #000;}

body.servicesActive.menuopen #menuService { opacity: 1; visibility: visible; }
#menuService .serviceGoBack { position: absolute; left: 50%; top: 50%; z-index: 99999; width: auto; transform: translate(-50%,-50%); background: white; color: #000; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; cursor: pointer; }

/* custom menu end */


/* -------------------- icerik --------------------*/

#content { position: relative; overflow: hidden; padding-top: 143px; }
body#sf_1 #content {padding-top: 0;}


/* -------------------- Anasayfa --------------------*/




#slider .sliderCenterContent { position: absolute; right: 50%; top: 50%; transform: translateY(-50%) translateX(50%); user-select: none; pointer-events: none; text-align: left !important; width: 100vw; max-width: var(--container-width); }
#slider .sliderCenterContent a { display: flex; align-items: center; justify-content: flex-start; padding: 0 0 100% 0; color: white; font-size: 30px; position: relative; user-select: initial; pointer-events: initial; cursor: pointer; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); font-family: var(--title-font); background: rgba(29, 34, 38, 0.5); border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s; }
#slider .sliderCenterContent a:after { background: linear-gradient(to right, #fff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 0 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 100% 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #fff 1px, transparent 1px) 0 100%, linear-gradient(to top, #fff 1px, transparent 1px) 0 100%; background-repeat: no-repeat; background-size: 7px 7px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.48; transition: background-size 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); content: ""; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; pointer-events: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style-type: none; outline: none; }
#slider .sliderCenterContent a:hover:after{ top: -5px; right: -5px; bottom: -5px; left: -5px; }



#slider .sliderCenterContent a span { position: absolute; left: 30px; top: 30px; }
#slider { position: relative; min-height: 100vh; overflow: hidden; }
#slider .sliderCenterContent .rightContent , #slider .sliderCenterContent .container { position: relative; }
#slider .sliderCenterContent .rightContent:before { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 100vh; width: 50%; border-right: 1px solid rgba(255, 255, 255, 0.20); }
#slider .sliderCenterContent .rightContent:after { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 100vh; border-left: 1px solid rgba(255, 255, 255, 0.20); width: 50%; border-right: 1px solid rgba(255, 255, 255, 0.20); }
#slider .sliderCenterContent .container:after { left: auto; right: 0; }
#slider .sliderCenterContent a:hover { backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }





#about_us { padding: 10rem 0; position: relative; }
.home_head { font-size: 5.3rem; line-height: 3.9rem; margin-bottom: 2.2rem; text-transform: uppercase; display: block; }
.home_head span{display: block;}
.home_head span:nth-child(2){}
.btn2.btn { display: inline-block; font-family: var(--title-font); font-size: 1.45rem; color: #fff; text-transform: uppercase; border-radius: 10rem; box-shadow: inset 0 0 0 0.25rem #fff; transition: all 0.3s ease-in-out 0s, opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 0s; padding: 1.3rem 3.7rem 1rem; }
.btn2.btn:hover { color: #000; box-shadow: inset 0 0 0 3.25rem #fff; }
.homeText { color: rgba(255, 255, 255, 0.66); font-size: 1.26rem; line-height: 2.5rem; }
.btn2.btnSm { padding: 0.8rem 2.9rem 0.6rem; font-size: 1.15rem; }
.btn.btn2.darkBg { box-shadow: inset 0 0 0 0.25rem var(--theme-color); color: var(--theme-color); }
.btn.btn2.darkBg:is(:hover,:focus,:active) { color: white; box-shadow: inset 0 0 0 3.25rem var(--theme-color); }
#about_us .homeText { margin-bottom: 4rem; }


#references { background-color: #fff; text-align: left; padding: 10rem 10rem 10rem; }
.list79 .img { display: block; position: relative; padding-bottom: 100%; border: 5px solid #e5e5e5; }
.list79 .img img { border-radius: 5px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all .2s ease; } 
#references .list79 .img img { filter: grayscale(1); } 
.list79 .item:hover .img img { filter:none; }

#references .home_head { max-width: 700px; }



#products {padding: 0 0 100px 0;}

#counter {margin-left: 0;margin-right: 0;position: relative;}
#counter.videoActive:before { content: ""; background: rgb(0 0 0 / 50%); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; user-select:none; pointer-events:none; }
 
.list3 .item .img {margin: 0 auto;display: flex;align-items: center;justify-content: center;position: relative;padding-bottom: 163%;overflow: hidden;}
.list3 .item  .count { font-size: 18px; line-height: 18px; margin-bottom: 10px; font-family: var(--title-font); font-weight: normal; }
.list3 .item strong { display: block; font-size: 32px; line-height: 32px; margin-bottom: 20px; font-family: var(--title-font); font-weight: normal; }
.list3 .item {position: relative;}
#counter > .list3 + .list3 > .item:before {border-left: 1px solid #656565;content: "";position: absolute;inset: 0;z-index: 1;}
.list3 .item .over {position: absolute;left: 0;top: 0;padding: 40px;width: 100%;z-index: 5;color: white;}
.list3 .item .img img {filter: grayscale(1);transition: all 0.3s;position: absolute;inset: 0;object-fit: cover;object-position: center center;}
.list3 .item .img:before {content: "";background: rgb(0 0 0 / 50%);position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.list3 .item .text {transition: all .3s ease-in-out;transform: translateY(20px);opacity: 0;font-weight: 100;}
.list3 .item:hover .text {transform: translateY(0);opacity: 1;}
#servicesVideos {position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;user-select: none;pointer-events: none;}
#servicesVideos video {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: auto;opacity: 0;transition: all .2s ease;}
#counter.videoActive .img { opacity: 0; }
#servicesVideos video.active {opacity: 1;}
.list3 .item .bottom {position: absolute;bottom: 0;z-index: 5;color: white;padding: 40px;}
.list3 .item .bottom .nextBtn { border: 4px solid #ffffff; line-height: 50px; padding: 3px 23px 0px 23px; font-size: 15px; transition: all 0.3s; font-weight: 500; text-transform: uppercase; color: #5d5d5d; border-radius: 50px; color: white; font-family: var(--title-font); }
.bottom .nextBtn span:last-child {display: inline-block;vertical-align: middle;}
.list3 .item .bottom .nextBtn span:first-child { transition: all .3s ease; position: relative; overflow: hidden; width: 0; display: inline-block; margin: 0; white-space: nowrap; vertical-align: middle; font-weight: 300; font-size: 1.45rem; }
.list3 .item:hover .bottom .nextBtn span:first-child { width: 130px; }
.list3 .item:hover .bottom .nextBtn { background: white; border-color: white; color: #000; padding: 3px 37px 0px 37px; }

.titleLG { font-size: 100px; text-align: center; text-transform: uppercase; letter-spacing: -7px; word-spacing: 11px; font-weight: 900; color: #f9f9f9; }
.textMD { font-size: 32px; margin: 0; }
.detailVideoContent { position: relative; overflow: hidden; min-height: 26vw; user-select: none; pointer-events: none; }
.detailVideoContent video {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;}
.nextItem {-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;     background-color: #e4e4e4; }
.nextItem a {color: inherit;-webkit-transition: -webkit-transform 0.5s ease;-moz-transition: -moz-transform 0.5s ease;-ms-transition: -ms-transform 0.5s ease;-o-transition: -o-transform 0.5s ease;transition: transform 0.5s ease;font-weight: 300;}
.nextItem i { display: inline-block; width: 30px; height: 50px; line-height: 50px; border: 2px solid; }
.nextItem:hover {background-color: #7b241f;color: white;}
.nextItem:hover a {-webkit-transform: translateY(15px);-moz-transform: translateY(15px);-ms-transform: translateY(15px);-o-transform: translateY(15px);transform: translateY(15px);}
.nextItem a h2 { font-size: 2rem; margin-bottom: 0.5rem; line-height: 1.2; }

 


#differences {padding: 0 0 100px 0;}
.list67 .item h5 {text-transform: uppercase;font-size: 16px;margin-bottom: 5px;}
.list67 .item p {max-width: 223px;font-size: 13px;}


#comments { background: var(--custom-grey); padding: 100px 0; color: #000; }
#comments .container {background-position: center center;background-size: cover;color: white;}
#comments .container .owl-item i {width: 100px;height: 100px;background: white;border-radius: 50%;color: #000;align-items: center;display: flex;justify-content: center;padding: 25px;font-size: 48px;}
#comments .container h3 {font-size: 22px;margin-bottom: 8px;text-transform: capitalize;}
#comments .container p {font-size: 16px;margin: 0;}
#comments .item {color: #000;}

#news {padding: 0 0 100px 0;}
.list73 .item .text {padding: 15px 0;}
.list73 .item .text strong {margin-bottom: 5px;display: inline-block;font-size: 20px;}
.list73 .item .text .desc {font-size: 14px;}
.list73 .item .img .date {position: absolute;right: 15px;bottom: 15px;background: white;text-align: center;font-weight: 700;font-size: 14px;padding: 3px 10px;border-radius: 4px;min-width: 80px;}
.list73 .item .img {position: relative;}
.list73 .item .img .date span {display: block;}
.list73 .item .img .date span:nth-child(1) {font-size: 40px;line-height: 1;}
.list73 .item .text .fastBtn {font-size: 14px;margin-top: 5px;display: inline-block;text-decoration: underline;color: var(--theme-color);font-weight: 500;}

#movieContent .tanitim-buton {cursor: pointer;transition: .4s;width: 100px;height: 100px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 5;background: var(--theme-color);}
#movieContent #movie #video {position: absolute;left: 50%;right: 0;top: 50%;transform: translate(-50%,-50%);height: auto;width: 100%;}
#movieContent #movie:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0.5;background: #000;}
#movieContent #movie  #video.full {position:  fixed !important;width:  100vw;height:  100vh;z-index: 110;top: 0;margin:  0 auto;background:  black;transform: none;left: 0;}
#movieContent #movie {min-height: 300px;position: relative;overflow: hidden;}
#movieContent #movie.full {z-index: 99999999999999;}
#movieContent .tanitim-buton:before {content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: var(--custom-bgColor);transition: all .2s ease;}
#movieContent .tanitim-buton:after {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-75%,-50%) rotate(45deg);border: 1.2rem solid;border-color: white white transparent transparent;}
#movieContent .tanitim-buton:hover:before {background: var(--theme-color);}
#movieContent #movie .kapat {position:  fixed;top: 20px;right: 55px;z-index: 111;color: white;transform: none;left: auto;align-items: center;justify-content: center;font-size: 50px;}
#movieContent #movie .kapat:hover{cursor: pointer;}
#movieContent .kapat.tanitim-buton:after {opacity: 0;}
#movieContent .kapat i {position: relative;z-index: 5;}
#movieContent .textContent {padding: 60px 0;}


#project { background-color: #1B1B1B; text-align: center; padding: 9rem 3.5rem 7rem; color: white; }
#project .homeText { margin-bottom: 4rem; }


section#sss {}
section#sss .card .card-header a:not(.collapsed) {color: var(--theme-color);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 var(--theme-color);}
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 { overflow: hidden; position: relative; background-color: #000000; padding: 10rem 8rem 8rem; color: white; }
#nt {/*filter: invert(1);*//*-webkit-filter: invert(1);*/vertical-align: sub;}
#footer #newsletter {background: #000000;padding: 47px 0;}
#footer #newsletter h6 {margin: 0;font-size: 25px;color: white;}
#footer #newsletter .form-control {border-radius: 4px;border: 0;max-width: 512px;width: 100vw;}
#footer #footer-top { margin-bottom: 6rem; }
#footer #footer-top .footerTitle { font-size: 5.3rem; line-height: 3.9rem; margin-bottom: 2.2rem; text-transform: uppercase; display: block; }
#footer #footer-top .footerTitle span{display: block;}
#footer #footer-top .footerText { color: rgba(255, 255, 255, 0.66); font-size: 1.26rem; line-height: 2.5rem; }
#footer #footer-top .footerTitle.text-end:before {left:auto;right: 0;}
#footer #footer-top #footer-socials {}
#footer #footer-top #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 #footer-top .footerList li {display: block;margin-bottom: 2px;}
#footer #footer-top .footerList li a {font-size: 14px;display: inline-block;}
#footer #footer-top .footerList li a:hover {color:white;}
#footer #footer-top .footerList li a i {font-size: 16px;margin-right: 8px;}
#footer #footer-bottom {}
#footer #footer-bottom .copyright {font-size: 13px;color: white;}
 
#footer #footer-bottom .footerItem { display: block; }
#footer #footer-bottom .footerItem .title { font-size: 1.6rem; color: #777A80; display: block; font-weight: 400; }
#footer #footer-bottom .footerItem .text { display: block; font-size: 4rem; color: white; }

#footer #footer-socials a { display: inline-block; line-height: 30px; text-align: center; border-radius: 50%; transition: all .2s ease; font-size: 1.2rem; font-family: var(--title-font); font-weight: normal; }
#footer #footer-socials a + a { margin : 0px 0px 0px 4px; }
#footer #footer-socials a:hover { background: transparent !important; color: white !important; }

/* -------------------- ic sayfalar --------------------*/
.banner {position: relative;height: 0;padding-bottom: 15%;background-position: center center;background-size: cover;background-color: black;}
.banner:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: black;opacity: 0.6;}
.banner > .content {position: absolute;left: 0;width: 100%;height: auto;top: 50%;transform: translateY(-50%);color: white;}
.banner .content h1 { font-size: 30px; text-transform: uppercase; }
div.content_container {min-height: 700px;padding: 50px 0;position: relative;overflow: hidden;}


.modal-header { display: flex; justify-content: space-between; align-items: center; padding: 30px; background: #F7F7F7; }
.modal-header .modal-title {color: rgb(85, 85, 85);font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin: 0;font-size: 18px;font-weight: 700;line-height: 1.2;}
.modal-header .modal-title ~ .closeBtn {color: #9099A9;font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight: 600;font-size: 14px;padding: 0;line-height: 1;}
.modal-body {padding: 30px 30px 0 30px;font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color: #42526E;font-size: 16px;font-weight: 400;line-height: 24px;}
.modal-custom { overflow: hidden; transition: opacity 0.1s linear; }
.modal-custom .modal-dialog {max-width: 100%;margin: 0;border-radius: 0;transform: none !important;position: relative;background: white;}
.modal-custom .modal-content {border-radius: 0;border: 0;}
.modal-custom .modal-content:after, .modal-custom .modal-content:before {content: "";position: absolute;top: 100%;width: calc(50% - 50px);height: 50px;background: white;left: 0;right: auto;}
.modal-custom .modal-content:after { right: 0; left: auto; }
.modal-custom .modal-content:before { border-radius: 0px 0px 0px 0px; }
.modal-custom .modal-header {border: 0;/* display: none; */background: transparent;justify-content: center;padding: 30px 30px;}
.modal-custom .modal-header .modal-title { font-size: 25px; }
.modal-custom .modal-body {padding: 0 30px 30px 30px;}
.modal-custom .customCloseBtn {position: absolute;top: 100%;color: white;left: 50%;transform: translateX(-50%);font-size: 25px;width: 100px;height: 50px;text-align: center;display: flex;align-items: center;justify-content: center;background-image: url(../../images/circle_reverse.png);background-color: transparent;background-size: cover;background-repeat: no-repeat;background-position: top center;z-index: 99999999999;cursor: pointer;}
.modal-custom .customCloseBtn img { width: 30px; }
.modal-custom .modal-dialog .modal-body { max-height: calc(100vh - 220px); overflow: auto; }



#content_79 .owl-carousel {position: relative;width: 100%;margin: 0;perspective: 1000px;}
#content_79 .owl-carousel:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 100%; width: 16.9%; background: url("../../images/phoneMock2.png?v=3"); z-index: 5; background-size: contain; background-position: center center; background-repeat: no-repeat; user-select: none; pointer-events: none; }
#content_79 .owl-carousel .owl-item .item {/* margin: 16%; */transition: all .3s ease;perspective: 1000px;posi: relative;}
#content_79 .owl-carousel .owl-item.cloned .item { /* margin: 22%; */ }
#content_79 .owl-carousel .owl-item .item .img { transform: scale(0.79); transition: all .3s ease; border-radius: 40px; position: relative; overflow: hidden; box-shadow: 0px 3px 21px 1px rgb(0 0 0 / 30%); padding-bottom: 216%; }
#content_79 .owl-carousel .owl-item .item .img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
#content_79 .owl-carousel .owl-item:not(.center) .item .img { transform: scale(0.6); }
#content_79 .owl-carousel .owl-item .item .title {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);text-align: center;z-index: 5;transition: all .3s ease;font-size: 18px;width: 100%;font-weight: 400;}
#content_79 .owl-carousel .owl-item:not(.center) .item .title {opacity: 0;}


.webImages .list79 .customItem{ display: block; }
.webImages .list79 .customItem .customImg{ border: 1px solid #dedede; position: relative; overflow: hidden; padding-bottom: 56%; }
.webImages .list79 .customItem .customImg img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }


.customCategoryList { display: flex; align-items: center; justify-content: center; /* background: #f2f4f5; */ border: 0; margin-bottom: 20px; }
.customCategoryList li { text-align: center; margin: 0 10px; }
.nav-tabs.customCategoryList li > a { padding: 16px 20px; display: block; position: relative; font-size: 18px; color: #92929D !important; background: transparent !important; cursor: pointer; border: 4px solid white; border-radius: 50px; }
.nav-tabs.customCategoryList li.active > a, .nav-tabs.customCategoryList li > a.active, .nav-tabs.customCategoryList li > a:is(:hover,:focus,:active)  { color: #000 !important; border-color: var(--theme-color) !important; }


.content_container .tarih {padding-bottom: 5px;}
.content_container .tarih2 {font-weight: normal;}
.content_container .tarih span {font-size: 32px;font-weight: 700;line-height: 35px;display: block;text-align: center;}
.content_container .tarih span:nth-child(2) {font-size: 18px;font-weight: 700;line-height: 25px;}
.content_container .tarih span:nth-child(3) {font-size: 12px;line-height: 23px;}
#sf_haberler #otherProduct:before , #sf_mesaji #otherProduct:before{content: '';width: 2000px;height: calc(100% + 10rem);left: 0;top: 0;position: absolute;border-left: 1px solid #eee;}
.goruntuleme {border-top: 1px solid #dee2e6;border-bottom: 1px solid #dee2e6;margin: 10px 0;padding: 5px 0;}
hr {margin-top: 0;}
.at-resp-share-element .at-share-btn {background: transparent !important;border: 2px solid #444 !important;border-radius: 25px !important;}
.at-resp-share-element .at-share-btn * {fill: #444 !important;}
.at-resp-share-element .at-share-btn:hover {background: #000 !important;transform: none !important;}
.at-resp-share-element .at-share-btn:hover * {fill: white !important;}

.NT-list-group{color: white;z-index: 2;padding: 0;background: transparent;}
.NT-list-group div.head{background: var(--theme-color);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: #000000 !important;color: white !important;}
.NT-list-group .list-group-item + .list-group-item {background: var(--theme-color);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;margin-top: 0;}


.listType2_79 {}
.listType2_79 .item { display: block; position: relative; }
.listType2_79 .item .img { position: relative; overflow: hidden; }
.listType2_79 .item .img:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #232931; opacity: 0; z-index: 1; transform-origin: center center; transform: scale(0.9); transition: all 0.4s ease; }
.listType2_79 .item:hover .img:after{ transform: scale(1.1); opacity: 0.8; }
.listType2_79 .item .img img { transition: all 2s ease; }
.listType2_79 .item:hover .img img { transform: scale(1.1); }
.listType2_79 .item .text { position: absolute; bottom: 64px; left: 50%; transform: translateX(-50%); z-index: 5; color: white; }
.listType2_79 .item .text .title { display: block; font-size: 30px; text-transform: uppercase; font-family: var(--title-font); font-weight: 400; }
.listType2_79 .item .text .titleSm { display: block; font-size: 16px; }

#teams { padding: 100px 0; margin-top: 100px; position: relative; }
#teams:before { content: ""; position: absolute; left: 50%; top: 0; height: 65%; background: var(--theme-color); width: 100vw; transform: translateX(-50%); z-index: -1; }
.list80 {}
.list80 .item { text-align: center; }
.list80 .item .img { display: inline-block; border-radius: 50%; position: relative; overflow: hidden; width: 232px; height: 232px; }
.list80 .item .img img { display: block; margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
#teams .owl-item:nth-child(odd) .list80 .item { margin: 56px 0px 0px 0px; }


/* -- yorumlar -- */
.btn-yorum {}
#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: var(--theme-color);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' , sans-serif;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);}

/* -- sss -- */
.collapsed .fa-minus:before{content:'\f067'}
#accordion i.fa {width: 24px;height: 24px;line-height: 22px;border-radius: 50%;border: 2px solid  var(--theme-color);text-align: center;color: var(--theme-color);}
#accordion > .card {overflow: hidden}

.pageTitle{ font-size: 90px; line-height: 1; display: block; font-family: var(--title-font); text-transform: uppercase; }

/* -- iletisim -- */
#contactMap{ position: relative; z-index: 5; }
#contactMap iframe{ width: 100%; min-height: 790px; }
#content_13 .leftContent { padding-top: 80px; }
#content_13 .leftContent .titleLg { font-size: 90px; line-height: 1; display: block; font-family: var(--title-font); text-transform: uppercase; }
#content_13 .leftContent .item .title { font-size: 27px; line-height: 1.5; color: #999999; text-transform: uppercase; font-weight: 700; display: block; }
#content_13 .leftContent .item .listItem { display: block; font-size: 21px; line-height: 1.5; color: #999999; font-weight: 100; margin-bottom: 10px; max-width: 550px; }
#content_13 .leftContent .item .listItem span { display: inline-block; margin-right: 20px; font-weight: 900; min-width: 80px; }
#content_13 .selectAddressContent { background: var(--theme-color3); padding-top: 110px; padding-bottom: 110px; margin: -200px 0 0 0; }
#content_13 .selectAddressContent .selectTitle { }
#content_13 .selectAddressContent .form-control { color: white !important; }
#content_13 .leftContent .item .listItem .inner { display: inline-block; }

.head2{ font-size: 50px; line-height: 50px; color: #ffffff; font-family: var(--title-font); display: block; }
.customLeftPadding{ padding-left: 160px; }


.list74 {}
.list74 .itemCounter { color: #fff; font-size: 16px; padding: 60px; transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); background: #26282c; text-align: center; margin-bottom: 100px; }
.list74:nth-child(odd) .itemCounter { background: #212326; }
.list74 .itemCounter .img { margin-bottom: 30px; }
.list74 .itemCounter .img img {}
.list74 .itemCounter .text {}
.list74 .itemCounter .text .title { display: block; font-family: var(--title-font); font-weight: 400; font-size: 25px; }
.list74 .itemCounter .text .desc { font-size:14px; }
.list74 .countContent { text-align: center; }
.list74 .countContent .count { font-size: 90px; line-height: 1; font-family: var(--title-font); }
.list74 .countContent .countTitle { font-size: 18px; display: block; }


.listStyle2_80 { margin-bottom: 30px; }
.listStyle2_80 .item {}
.listStyle2_80 .item .task { display: block; font-size: 2.4rem; line-height: 2.5rem; text-transform: uppercase; font-family: var(--title-font); }
.listStyle2_80 .item .unvan { display: block; color: rgba(0, 0, 0, 0.66); font-size: 1.26rem; line-height: 2.5rem; margin-bottom: -6px; }


/* -- 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' , sans-serif;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;}

 
/* -- cookie -- */

div#cookie {width: 340px;max-width: 100%;opacity: 0.8;border-radius: 4px;background-color: rgb(0, 0, 0);z-index: 9999;position: fixed;left: 20px;font-size: 12px;bottom: 18px;color: white;line-height: 1.25;padding: 24px 16px;}
div#cookie >i:first-child {position: absolute;top: 0;right: 0;padding: 8px;cursor: pointer;font-size: 16px;color: white;}
div#cookie a {color: white;text-decoration: underline !important;}


@media(max-width: 1200px){

} 

@media(max-width: 992px){
    #mobilMenu.MenuType1 {position: relative;display: block;vertical-align: inherit;} 
    #mobilMenu.MenuType1 .nt_main_menu_content {display: none !important;}
    #mobilMenu.MenuType1 .mobileMenuContent {position: initial;max-height: 0;top: auto;left: auto;padding: 0;opacity: 1;overflow: hidden !important;height: 100%;transform: none;transition: max-height 0.8s ease, padding 0.8s ease !important;}
    #mobilMenu.MenuType1 .mobileMenuIcon {margin-right: 0;margin-left: auto;}
    #mobilMenu.MenuType1 .mobileMenuContent.active {max-height: 100vh;padding: 30px 0;}
    #header {/* position: static; */}
    #header.activing {position: fixed;}
    header#header.scrollDowning {transform: translateY(0%);}
    #content {padding-top: 107px;}
    body#sf_anasayfa #content {padding-top: 0;} 
    nav[aria-label="breadcrumb"] {display: none;}
    .searchFormContent form{height: 60px;}
    .searchFormContent form .form-control{font-size: 18px !important;}
    .searchFormContent form .btn{padding: 0;font-size: 18px;}
    #content_79 .owl-carousel:before{ width: 41.4%; }
}

@media(max-width: 768px){
    #content_79 .owl-carousel:before{ width: 62.2%; }
}

@media(max-width: 576px){
    .btn-yorum {position: relative;right: auto;top: auto;transform: none;width: 100%;margin-top: 5px;}
    .dates2 {display: inline-block;width: 110px;}
    .sosyaller{display: inline-block;vertical-align: sub;}
    .dates2>* {display: inline-block;vertical-align: middle;margin-right: 15px;border: 0 !important;}
    #content_79 .owl-carousel:before{width: 125%;height: 97%;}
    #content_79 .owl-carousel .owl-item .item .img{ border-radius: 20px; }
}

/* NTbilgi sablon css sonu */


