*,::before,::after{box-sizing:border-box;outline:unset}
html,body{min-height:100%;height:100%;font-family:'Montserrat', sans-serif;}
a{text-decoration:none;color:unset;}
.container{max-width:1200px;width:100%;display:block;margin:0 auto;}

#mFull {height: 0;width: 100%;position: fixed;z-index: 9999999999;top: 0;left: 0;background: linear-gradient(136deg,  #009fe3 50%, #005a9a 100%);overflow-x: hidden;transition: 0.5s;box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 32%);}
#mFull .container {height: 100%;padding: 0 20px;display: grid;grid-template-rows: 100px 1fr 120px;max-width: 90%;}
#mFull .container .header {display: flex;justify-content: space-between;align-items: center;padding: 10px 0;border-bottom: 1px solid rgb(255 255 255 / 36%);}
#mFull .container .header span {color: #fff;font-weight: 500;flex: 1;padding-left: 15px;}
#mFull .container .content {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: center;}
#mFull .container .content .info {position:relative;flex: 1;display: flex;flex-direction: column;text-align: right;padding-right: 20px;}
#mFull .container .content .info > div {margin-bottom: 20px;}
#mFull .container .content .info::after {content:'';position:absolute;left: 0;top: 0;bottom: 0;width:1px;background: rgb(255 255 255 / 36%);}
#mFull .container .content .info i {font-size: 32px;color: rgb(255 255 255 / 38%);display: block;margin-bottom: 15px;}
#mFull .container .content .info a {font-size: 17px;display: block;line-height: 0.5;padding: 15px 0 0 0;color: rgb(255 255 255 / 75%);}
#mFull .container .content .info .phone {position: relative;}
#mFull .container .content .info .phone a {font-size: 23px;}
#mFull .container .content .info > div::before {content: '';position: absolute;top: 45px;right: 0;width: 25px;height: 2px;background: rgb(255 255 255 / 38%);}
#mFull .container .content .info .mail { position: relative; }
#mFull .container .content .info .social { position: relative; }
#mFull .container .content .info .social .socials {padding: 15px 0 0 0;}
#mFull .container .content .info .social .socials a {text-decoration:none;color:#FFF;width: 45px;height: 40px;display:inline-block;border-radius:10px;margin-left: 10px;font-size: 25px;line-height: 40px;overflow:hidden;position:relative;text-align:center;transition:transform .4s linear 0s,border-top-left-radius .1s linear 0s,border-top-right-radius .1s linear 0.1s,border-bottom-right-radius .1s linear 0.2s,border-bottom-left-radius .1s linear .3s;padding: 0;}
#mFull .container .content .info .social .socials i {color: inherit;display: inline-block;font-size: inherit;margin: 0;}
#mFull .container .content .info .social .socials a.facebook{background-color:#3b5998;border:2px solid #3b5998}
#mFull .container .content .info .social .socials a.twitter{background-color:#00aced;border:2px solid #00aced}
#mFull .container .content .info .social .socials a.youtube{background-color:#b00;border:2px solid #b00;}
#mFull .container .content .info .social .socials a.facebook:hover{transform:rotate(360deg);border-radius:50%;}
#mFull .container .content .info .social .socials a.twitter:hover{transform:rotate(360deg);border-radius:50%;}
#mFull .container .content .info .social .socials a.youtube:hover{transform:rotate(360deg);border-radius:50%;}
#mFull .closebtn {font-size: 50px;color: #ffffff;text-align: right;width: 100%;max-width: 100px;}
#mFull .container .content ul{flex: 1;list-style-type:none;margin: 0;padding-left: 20px;}
#mFull .container .content ul li{position:relative;padding: 12px 0;}
#mFull .container .content ul li::before{position:absolute;content:'';width:25px;height: 2px;bottom:0;left: 0;background-color: rgb(255 255 255 / 30%);transition: .4s all;}
#mFull .container .content ul li:last-child::before{display:none}
#mFull .container .content ul li a{color: rgb(255 255 255 / 84%);text-decoration:none;font-size: 18px;font-weight: 500;}
#mFull .container .content ul li a:hover{color: #ccc;}
#mFull .container .content ul li:hover::before{width: 50px;}
#mFull .container .header .leftMenu{display: flex;}
#mFull .container .header .langM{display: flex;align-items: center;justify-content: center;margin-right: 18px;}
#mFull .container .header .langM a{padding: 6px 10px;background: #575453;color: #fff;font-size: 12px;}
#mFull .container .header .langM .langActive{background: #ae1716;}
#mFull .dropdownMenu {position: relative;display: none;}
#mFull .dropdownMenu a{padding-top: 10px;}
#mFull .dropdownMenu .colmnMenu{display: flex;flex-direction: column;}
#mFull .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#mFull .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}
#mFull .footerNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding: 20px 0;border-top: 1px solid rgb(255 255 255 / 36%);}
#mFull .footerNav-social{display:flex}
#mFull .footerNav-social span{color: #ffffffd1;font-weight:300;font-size: 13px}
#mFull .flags img{width: 100%;height: 50px;object-fit: contain;margin: 0 5px;opacity: 0.7;}
#mFull .flags img:hover{opacity: 1; filter: brightness(150%);}
#mFull .flags img.aktif {opacity: 1;/* filter: brightness(150%); */}
#mFull .footerNav-social a{margin-left:5px}
#mFull .footerNav-social a:first-child{margin-left:0}
#mFull .footerNav-social img{width: 26px;height: 26px;}
#mFull .footerNav-inviva{display:flex}
#mFull .footerNav-inviva img{width:62px;height:16px}



#header{position: relative;height: 122px;transition: all .3s;}
#header.sticky{position: fixed;top: 0;left: 0;right: 0;transition: all .2s;background: #fff;top: 0;height: 90px;z-index: 999999999;box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 11%);}
#header.sticky:before{transition: all .3s;opacity: 0;}
#header:before{position: absolute;content: "";right: 0;height: 45px;width: 55%;background: #3b3b3b;}
#header.sticky .container .logo img{height: 60px;transition: all .3s;}
#header.sticky .container .rightHeader .topHeader{display: none;transition: all .3s;}
#header.sticky .container .rightHeader {height: 100%;transition: all .3s;}
#header.sticky .container .rightHeader .bottomHeader{height: 100%;transition: all .3s;}
#header.sticky .container .rightHeader .bottomHeader .menu ul li:hover .altMenu{ top: 90px;transition: all .3s;}
#header.sticky .container .rightHeader .bottomHeader .langSelect{height: 100%;transition: all .3s;}
#header.sticky .container .rightHeader .bottomHeader .langSelect .lang{height: 100%;transition: all .3s;}


#header .container{height: 100%;display: flex;flex-wrap: wrap;z-index: 99999999;position: relative;}
#header .container .logo{flex: .7;display: flex;align-items: center;justify-content: flex-start;height: 100%;}
#header .container .logo img{height: 71px;object-fit: contain;transition: all .3s;}
#header .container .rightHeader{flex: 2;display: flex;flex-direction: column;background: #fff;}
#header .container .rightHeader .topHeader{display: flex;justify-content: flex-end;height: 45px;}
#header .container .rightHeader .topHeader .socials{position: relative;display: flex;background: #009fe3;height: 100%;padding: 0 30px;align-items: center;border-top-left-radius: 13px;border-bottom-left-radius: 13px;}
#header .container .rightHeader .topHeader .socials h1{margin: 0;padding: 0;font-size: 16px;font-weight: 300;margin-right: 20px;color: #fff;}
#header .container .rightHeader .topHeader .socials .icons{display: flex;align-items: center;justify-content: center;}
#header .container .rightHeader .topHeader .socials .icons a{display: flex;align-items: center;justify-content: center;border-left: 1px solid #fff;padding: 0 10px;transition: all .3s;}
#header .container .rightHeader .topHeader .socials .icons a:hover{opacity: .89;transition: all .3s;transform: scale(.9);transition: all .3s;}
#header .container .rightHeader .topHeader .socials .icons img{height: 16px;object-fit: contain;}
#header .container .rightHeader .topHeader .phone{display: flex;align-items: center;justify-content: center;height: 100%;padding-left: 20px;background: #3b3b3b;transition: all .3s;}
#header .container .rightHeader .topHeader .phone:hover{transition: all .3s;opacity: .89;}
#header .container .rightHeader .topHeader .phone img{margin-right: 16px;}
#header .container .rightHeader .topHeader .phone p{padding: 0;margin: 0;color: #fff;font-weight: 600;}
#header .container .rightHeader .bottomHeader{display: flex;align-items: center;justify-content: flex-end;height: 78px;}
#header .container .rightHeader .bottomHeader .menu{display: flex;flex-wrap: wrap;justify-content: center;width: 100%;height: 100%;margin-right: 27px;}
#header .container .rightHeader .bottomHeader .menu ul{display:flex;height: 96%;align-items:center;flex-direction:row;list-style:none;padding:0;margin:0;width: 100%;justify-content: flex-end;}
#header .container .rightHeader .bottomHeader .menu ul .mobileMenu{width: auto;border-left: 1px solid #ddd;height: auto;border-right: 1px solid #ddd;}
#header .container .rightHeader .bottomHeader .menu ul .mobileMenu img{margin: 5px;}
#header .container .rightHeader .bottomHeader .menu ul li{position: relative;height: 100%;justify-content: space-between;font-weight: 400;font-size: 15px;border-radius:0;padding: 6px 10px;width: auto;color: #000000;display: flex;align-items: center;transition: all ease .5s;cursor: pointer;}
#header .container .rightHeader .bottomHeader .menu ul .menuActive{border-bottom: 2px solid #a1aaba;}
#header .container .rightHeader .bottomHeader .menu ul li:first-child::after{display: none;}
#header .container .rightHeader .bottomHeader .menu ul li a{font-weight: 400;font-size: 15px;transition:all .5s;border-radius:0;width: 100%;display: flex;align-items: center;color: #000000;transition: all ease .5s;/* flex: 1; */height: 100%;}
#header .container .rightHeader .bottomHeader .menu ul li img{margin: 11px 0 11px 11px;}
#header .container .rightHeader .bottomHeader .menu ul li::after {position: absolute;content: '';height: 2px;right: 0;bottom: -3px;left: 0;background-color: #31b1c6;transform: scale(0);transform-origin: center;transition: all ease .5s;}
#header .container .rightHeader .bottomHeader .menu ul li:hover::after {transform: scale(1);}
#header .container .rightHeader .bottomHeader .menu ul li:hover{color:#fff;transition: all ease .5s;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu{display:none;position:absolute;top: 120px;left: 0;width: 260px;background: #ffffff;z-index: -111;font-size: 15px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-shadow: 1px 8px 6px 0px rgba(0, 0, 0, 0.2);transition: all .4s;opacity: 0;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu ul{flex-direction: column!important;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li{display:block!important;border-radius: 0;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li {/* padding: 10px; */width: 100%;padding: 0;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li:after{display: none;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li a:after{display: none!important;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li a{padding: 11px!important;background: unset!important;color: #000000!important;border-bottom: 1px solid #ddd;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li:last-child a{border-bottom: unset;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li:hover a{background: #009fe3!important;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li:hover{border-radius: 0!important;/* background: #ce0f1b!important; */transition: all .3s;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li:hover a{border-radius: 0!important;/* background: #fff!important; */transition: all .3s;color: #ffffff!important;}
#header .container .rightHeader .bottomHeader .menu ul li:hover .altMenu{top: 75px;left: 0;transition: all .4s;opacity: 1;z-index: 9999;display: block;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu li:hover ul.subMenu {visibility: visible;opacity: 1;left: -100%;transition: all .3s;display: inline-table;box-shadow: 1px 8px 6px 0px rgb(0 0 0 / 20%);}
#header .container .rightHeader .bottomHeader .menu ul .altMenu .subMenu li{min-width:190px;color:#f2f2f2;/* border-bottom: 1px solid rgba(173, 173, 173, 0.46); */height: auto!important;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu .subMenu li:last-child{border-bottom: unset;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu .subMenu li:hover a{background-color: #6f6f6f!important;background: #fbd34a!important;color: #fff!important;}
#header .container .rightHeader .bottomHeader .menu ul .altMenu .subMenu li a{padding: 10px;line-height: 16px;font-size: 12px;background: #fff!important;color: #000000!important;}

#header .container .rightHeader .bottomHeader .lang{height: 100%;/* border-radius: 5px; */display: flex;background: #009fe3;margin-top: 0;}
#header .container .rightHeader .bottomHeader .lang .langLeft{width: 64px;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#header .container .rightHeader .bottomHeader .lang .langLeft span{font-family: 'Raleway', sans-serif;font-size: 15px;font-weight: 400;color: #fff;}
#header .container .rightHeader .bottomHeader .lang .langRight{/* width: 30px; *//* height: 100%; */position: relative;display: flex;align-items: center;justify-content: flex-end;}
#header .container .rightHeader .bottomHeader .lang .global{width: 35px;height: 100%;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
#header .container .rightHeader .bottomHeader .lang i{color: #e4e3dd;font-size: 12px;}
#header .container .rightHeader .bottomHeader .lang .global i{color: #fbfbfb;padding-left: 8px;font-size: 20px;}
#header .container .rightHeader .bottomHeader .lang .dropbtn {background-color: #ffffff;color: white;border: none;cursor: pointer;outline: none;width: 100%;display: contents;}
#header .container .rightHeader .bottomHeader .lang .dropbtn:hover, .dropbtn:focus {background-color: #ffffff;}
#header .container .rightHeader .bottomHeader .lang .dropdown {position: relative;display: inline-block;width: 100%;display: flex;}
#header .container .rightHeader .bottomHeader .lang .dropdown-content {display: none;top: 64px;left: 0;position: absolute;background-color: #009fe3;width: 100%;overflow: auto;z-index: 99999;}
#header .container .rightHeader .bottomHeader .lang .dropdown-content a {color: #fbfbfb;width: 100%;height: 40px;text-decoration: none;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #fff;font-weight: 700;font-size: 10px;}
#header .container .rightHeader .bottomHeader .lang .dropdown-content a img{margin-left: 6px;width: 21px;height: 14px;}
#header .container .rightHeader .bottomHeader .lang .dropdown-content a:last-child {border-bottom: unset}
#header .container .rightHeader .bottomHeader .lang .dropdown a:hover {background-color: #8e8e8e;color: #e5e5e5;}
#header .container .rightHeader .bottomHeader .lang .show {display: block;}
#header .container .rightHeader .bottomHeader .lang .langue{width: 100%;display: flex;flex-direction: column;align-items: center;flex-direction: column;}

#header .container .rightHeader .bottomHeader .menu ul .altMenu .subMenu{position:absolute;left: -150%;top:0;visibility: hidden;opacity: 0;z-index: 99999;background-color: #ffffff;transition: all .3s;height: 100%;bottom: 0;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
#header .container .rightHeader .bottomHeader .langSelect .lang{/* height: 100%; */display: flex;transition: all .3s;z-index: 999999;border-left: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;position: relative;z-index: 9999999999;border-bottom: 5px solid #d5d5d5;}
#header .container .rightHeader .bottomHeader .langSelect .lang:hover{opacity: .8;transition: all .3s;}
#header .container .rightHeader .bottomHeader .langSelect .lang .langLeft{height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: row;color: #737373;}
#header .container .rightHeader .bottomHeader .langSelect .lang .langLeft span{font-size: 14px;font-weight: 300;margin: 0px 20px 0 0;text-align: left;}
#header .container .rightHeader .bottomHeader .langSelect .lang .langRight{/* width: 30px; *//* height: 100%; */position: relative;display: flex;align-items: center;justify-content: flex-end;}
#header .container .rightHeader .bottomHeader .langSelect .lang .global{width: 35px;height: 100%;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
#header .container .rightHeader .bottomHeader .langSelect .lang i{font-size: 18px;color: #ffffff;}
#header .container .rightHeader .bottomHeader .langSelect .lang .global i{color: #fbfbfb;padding-left: 8px;font-size: 20px;}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropbtn {background-color: #ffffff;color: red;border: none;cursor: pointer;outline: none;width: 100%;display: contents;}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropbtn:hover, .dropbtn:focus {background-color: #ffffff;}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropdown {position: relative;display: inline-block;/* width: 100%; */display: flex;padding: 20px 30px;}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropdown-content {display: none;top: 77px;left: 0;position: absolute;width: 100%;overflow: auto;z-index: 999999999999999;background: #00662e;}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropdown-content a {color: #ffffff;width: 100%;/* height: 31px; */text-decoration: none;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #fff;transition: all .3s;padding: 10px;font-size: 12px;}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropdown-content a img{width: 30px;}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropdown-content a:last-child {border-bottom: unset}
#header .container .rightHeader .bottomHeader .langSelect .lang .dropdown a:hover {background-color: #818285;color: #e5e5e5;transition: all .3s;}
#header .container .rightHeader .bottomHeader .langSelect .lang .show {display: block;}
#header .container .rightHeader .bottomHeader .langSelect .lang .langue{width: 100%;display: flex;align-items: center;flex-direction: row;}

#slider{width:100%;height: 86vh;position: relative;}
#slider .swiper-container{position:relative;width:100%;height:100%;/* box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 54%); */}
#slider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%}
#slider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(85deg,rgb(0 0 0 / 28%) 0,rgb(0 0 0 / 12%));z-index:2;}
#slider .swiper-container video{width:100%;height:100%;object-fit:cover}
#slider .swiper-container img{width:100%;height:100%;object-fit:cover}
#slider .mainSliderText{position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width:100%;text-align: left;z-index:999;height:auto;font-weight: 700;max-width: 1200px;padding-right: 33px;text-align: left;}
#slider .mainSliderText h1{font-size: 41px;color: #ffffff;/* text-shadow:1px 1px #000; */margin:0;font-weight: 400;margin: 0;padding: 0;line-height: 1;padding-left: 50px;}
#slider .mainSliderText p{font-size: 43px;margin:0;color: rgb(255 255 255 / 75%);margin: 0;padding: 0;line-height: 1;margin-bottom: -1px;font-weight: 400;}
#slider .swiper-pagination {text-align: right;bottom: 122px;/* transform: translateY(-61%); */left: 10%;background: none;z-index: 99;display: flex;flex-direction: row;/* background: rgba(0, 0, 0, 0.5); */border-radius: 20px;}
#slider .swiper-pagination-bullet {width: 13px;height: 13px;background: transparent;/* border: 1px solid rgba(255, 255, 255, 0.75); */opacity: 1;margin: 0 5px 0 0;z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;outline: unset;}
#slider .swiper-pagination-bullet::before {content: "";width: 9px;height: 9px;border-radius: 100%;background: rgb(138 138 138);}
#slider .swiper-pagination-bullet-active::before {content: "";width: 8px;height: 8px;border-radius: 100%;background: hsl(0deg 0% 100% / 0%);}
#slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 1px solid rgb(255 255 255 / 30%);background: unset;}
#slider .swiper-button-prev{height: unset;width: unset;left: unset;outline:unset;background-image: unset;right: unset;margin-top: 0;top: unset;position: relative;background-size: unset;}
#slider .swiper-button-prev i{position:absolute;top:50%;left:50%;transform:translate(-59%,-48%);font-size: 15px;color: #00595a;}
#slider .swiper-button-next{width: unset;height: unset;right: 0;outline:unset;background-image: unset;margin-top: 0;top: unset;position: relative;padding-left: 20px;margin-left: 20px;border-left: 1px solid #ccdede;background-size: unset;}
#slider .swiper-button-next i{position:absolute;top:50%;left:50%;transform:translate(-35%,-47%);font-size: 15px;color: #00595a;}
#slider .swiperButton{position:absolute;bottom: 0px;right: 0;left: unset;width:100%;text-align: left;z-index:999;height:auto;/* max-height:200px; */font-style: italic;font-weight: 700;padding-right: 5%;max-width: 210px;height: 70px;background: #f1f1f0;display: flex;align-items: center;justify-content: end;flex-direction: row-reverse;border-top-left-radius: 13px;border-bottom-left-radius: 13px;min-width: 105px;}
#slider .swiperButton .triangle{content: "";/* position: absolute; */left: -70px;/* top: 0; */border-bottom: 0 solid transparent;border-top: 70px solid transparent;border-right: 70px solid #f1f1f0;z-index: 999;display: none;}
#slider .swiperButton img{height: 21px;}
#slider .sliderFavicon{position: absolute;right: 188px;bottom: -20px;z-index: 999;height: 50px;/* filter: drop-shadow(2px 4px 6px #3b3b3b); */transform: rotate(91deg);}

/* Ana Sayfa hakkimizda */
#homeCorporate{width: 100%;background: #f1f1f0;border-bottom: 5px solid #e0e0df;position: relative;height: 475px;}
#homeCorporate .container{display: flex;flex-direction: column;height: 100%;}
#homeCorporate .container .content{display: flex;flex-wrap: wrap;height: 100%;justify-content: flex-start;}
#homeCorporate .container .content .image{flex: 1;display: flex;align-items: center;justify-content: flex-start;padding-right: 90px;position: absolute;right: 0;top: 0;bottom: 0;width: 50%;height: 100%;}
#homeCorporate .container .content .image img{width: 100%;height: 100%;object-fit: contain;/* filter: drop-shadow(2px 4px 6px #aeaeae); */}
#homeCorporate .container .content .text{display: flex;flex-direction: column;align-items: baseline;width: 51%;justify-content: center;/* padding: 0 0 0 61px; */height: 100%;}
#homeCorporate .container .content .text .title{width: auto;color: #000;position: relative;letter-spacing: -0.5px;}
#homeCorporate .container .content .text .title h1{font-size: 40px;margin: 0;padding: 0;color: #00b3ff;font-weight: 400;}
#homeCorporate .container .content .text .title h1:last-child{margin: 00px 0 22px 0;font-weight: 700;}
#homeCorporate .container .content .text strong{color: #525252;font-size: 18px;width: 83%;}
#homeCorporate .container .content .text p{font-weight: 400;padding: 17px 0 0 0;margin: 0;text-align: left;color: rgb(82 82 82 / 62%);font-size: 16px;width: 75%;}
#homeCorporate .container .content .text .button{display: flex;margin-top: 50px;align-items: center;-webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;transition: opacity 0.3s;transition: all .3s;}
#homeCorporate .container .content .text .button .texte{background: #00b3ff;padding: 14px;font-size: 15px;color: #fff;font-weight: 500;border-radius: 10px;}
#homeCorporate .container .content .text .button .icon {padding: 15px;background: #e52431;height: 100%;display: flex;align-items: center;justify-content: center;}
#homeCorporate .container .content .text .button .icon i{color: rgb(255 255 255 / 78%);}
#homeCorporate .container .content .text .button:hover{opacity: .8;-webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;transition: all .3s;transform: scale(.8);}

#homeProducts{height: 600px;background: #243340;position: relative;}
#homeProducts .rTop{position: absolute;right: 0;top: 0;z-index: 9999;height: 200px;}
#homeProducts .lBottom{position: absolute;left: 0;bottom: 0;height: 200px;}
#homeProducts .container{display: flex;height: 100%;}
#homeProducts .container .tabs {display: flex;flex-wrap: wrap;height: 100%;}
#homeProducts .container .tabs-nav{padding: 0;margin: 00;/* background: #e1e1e1; */display: flex;flex-direction: column;flex: 1;width: 100%;align-items: center;justify-content: center;padding-right: 50px;background: linear-gradient(270deg,hsl(0deg 0% 0% / 28%) 0,rgb(0 0 0 / 0%)75%);}
#homeProducts .container .tabs-nav li {transition: all .3s;display: flex;flex-direction: row;align-items: center;justify-content: center;/* margin-right: 10px; */width: 100%;position: relative;transition: all .3s;background: transparent;}
#homeProducts .container .tabs-nav a {transition: all .3s;color: #fff;font-size: 16px;/* border-radius: 4px; */text-align: center;width: 100%;font-weight: 300;align-items: center;display: flex;justify-content: end;padding: 10px 20px;margin: 0 20px;border-bottom: 1px solid rgb(255 255 255 / 37%);transition: all .3s;}
#homeProducts .container .tabs-nav li:hover{background: rgb(5 121 158);transition: all .3s;}
#homeProducts .container .tabs-nav li:hover a{transition: all .3s;border-bottom: unset;color: #fff;margin: 0 5px;}
#homeProducts .container .tabs-nav .tab-active{background: #fff;transition: all .3s;}
#homeProducts .container .tabs-nav .tab-active a {border-bottom: unset;color: #000000;cursor: default;position: relative;font-weight: 700;padding: 10px 2px;transition: all .3s;}
#homeProducts .container .tabs-stage{padding: 0;flex: 2;height: 100%;padding-left: 50px;}
#homeProducts .container .tabs-stage .tabsVisibility{height: 100%;}
.productSliderHome{width:100%;height: 100%;position: relative;}
.productSliderHome .swiper-container{position:relative;width:100%;height:100%;/* box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 54%); */}
.productSliderHome .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%;background: #243340;display: flex;flex-direction: column;}
.productSliderHome .swiper-container .swiper-slide::before{position:absolute;bottom:0;right:0;left:0;height: 100%;z-index:2;}
.productSliderHome .swiper-container video{width:100%;height:100%;object-fit:cover}
.productSliderHome .swiper-container img{width:100%;height: 57%;object-fit: contain;}
.productSliderHome .mainSliderText{padding: 37px 0;}
.productSliderHome .mainSliderText h1{font-size: 37px;color:#fff;/* text-shadow:1px 1px #000; */margin:0;font-weight: 600;margin: 0;padding: 0;transition: all .3s;cursor: pointer;}
.productSliderHome .mainSliderText h1:hover{opacity: .89;transition: all .3s;transform: scale(.89);}
.productSliderHome .mainSliderText p{font-size: 19px;margin:0;color: rgb(255 255 255 / 61%);margin: 0;padding: 0;line-height: 1;margin-bottom: 0;font-weight: 300;}
.productSliderHome .button{width: 100%;display: flex;justify-content: flex-end;}
.productSliderHome .button a{background: rgb(255 255 255 / 46%);padding: 15px;font-size: 14px;color: #fff;font-weight: 500;}
.productSliderHome .button a:hover{opacity: .7;transition: all .3s;background: #4a5c6b;transform: scale(0.89);}
.productSliderHome .swiper-pagination {text-align: right;bottom: 30px;/* transform: translateY(-61%); */left: 0;background: none;z-index: 99;display: flex;flex-direction: row;/* background: rgba(0, 0, 0, 0.5); */border-radius: 20px;}
.productSliderHome .swiper-pagination-bullet {width: 13px;height: 13px;background: transparent;/* border: 1px solid rgba(255, 255, 255, 0.75); */opacity: 1;margin: 0 5px 0 0;z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;outline: unset;}
.productSliderHome .swiper-pagination-bullet::before {content: "";width: 9px;height: 9px;border-radius: 100%;background: rgb(255 255 255 / 60%);}
.productSliderHome .swiper-pagination-bullet-active::before {content: "";width: 8px;height: 8px;border-radius: 100%;background: hsl(0deg 0% 100%);}
.productSliderHome .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: unset;}
.productSliderHome .swiper-button-prev{transition: all .3s;background: url(../img/homeProducts/leftArrow.png);background-position: center;background-repeat: no-repeat;background-size: contain;width: 55px;left: 0;opacity: .5;}
.productSliderHome .swiper-button-next{transition: all .3s;background: url(../img/homeProducts/rightArrow.png);background-position: center;background-repeat: no-repeat;background-size: contain;width: 55px;opacity: .5;right: 6px;}
.productSliderHome .swiper-button-prev:hover{transition: all .3s;opacity: .89;transform: scale(.89);}

#homeServices .container  .hakkimizda{color: #FFF;display: flex;flex-direction: column;justify-content: center;height: 100%;}
#homeServices .container  .hakkimizda h1{margin: 0; padding: 10px 0;}    
#homeServices{width: 100%;background: #f1f1f0;border-bottom: 5px solid #e0e0df;position: relative;height: 475px;}
#homeServices .container{display: flex;flex-direction: column;height: 100%;}
#homeServices .container img{width: 50%;height: 100%;filter: grayscale(20%); }
#homeServices .container .ince-yazi{font-weight: 200;}
#homeServices .container .content{display: flex;flex-wrap: wrap;height: 100%;justify-content: flex-start;}
#homeServices .container .content .image{flex: 1;display: flex;align-items: center;justify-content: flex-start;padding-right: 90px;position: absolute;right: 0;top: 0;bottom: 0;width: 50%;height: 100%;}
#homeServices .container .content .image img{width: 100%;height: 100%;object-fit: contain;/* filter: drop-shadow(2px 4px 6px #aeaeae); */}
#homeServices .container .content .text{display: flex;flex-direction: column;align-items: baseline;width: 51%;justify-content: center;/* padding: 0 0 0 61px; */height: 100%;}
#homeServices .container .content .text .title{width: auto;color: #000;position: relative;letter-spacing: -0.5px;}
#homeServices .container .content .text .title h1{font-size: 40px;margin: 0;padding: 0;color: #00b3ff;font-weight: 400;}
#homeServices .container .content .text .title h1:last-child{margin: 00px 0 22px 0;font-weight: 700;}
#homeServices .container .content .text strong{color: #525252;font-size: 18px;width: 83%;}
#homeServices .container .content .text p{font-weight: 400;padding: 17px 0 0 0;margin: 0;text-align: left;color: rgb(82 82 82 / 62%);font-size: 16px;width: 75%;}
#homeServices .container .content .text .button{display: flex;margin-top: 50px;align-items: center;-webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;transition: opacity 0.3s;transition: all .3s;}
#homeServices .container .content .text .button .texte{background: #00b3ff;padding: 14px;font-size: 15px;color: #fff;font-weight: 500;border-radius: 10px;}
#homeServices .container .content .text .button .icon {padding: 15px;background: #e52431;height: 100%;display: flex;align-items: center;justify-content: center;}
#homeServices .container .content .text .button .icon i{color: rgb(255 255 255 / 78%);}
#homeServices .container .content .text .button:hover{opacity: .8;-webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;transition: all .3s;transform: scale(.8);}

#homeProductsK{width: 100%;height: 850px;padding: 75px 0;background-image: url(../img/Backgorund-img/arkaplan.png);background-size: cover; background-position: center;background-repeat: no-repeat; position: relative;}
#homeProductsK .container{display: grid;grid-template-columns: 20% 76%;grid-gap: 0 50px;height: 100%;position: relative;}
#homeProductsK .container .leftText{}
#homeProductsK .container .content{
    overflow: hidden;
}
#homeProductsK .container .content .swiper-container{height: 100%;}
#homeProductsK .container .single{position: relative;transition: all .3s;/*box-shadow: 0 0 8px 5px rgb(0 0 0 / 3%);*/height: 100%;}
#homeProductsK .container .single:before{transition: all .3s;content: '';position: absolute;top: 0;bottom: 0;left: 0;/* right: 0; */width: 100%;height: 100%;background: linear-gradient(62deg,rgb(27 31 41), rgb(0 0 0 / 15%));z-index: 9999;}
#homeProductsK .container .single:first-child:before{display: none;}
#homeProductsK .container .single:first-child:after{display: none;}
#homeProductsK .container .single:first-child{display: flex;flex-direction: column;margin-left: 0;box-shadow: unset;}
#homeProductsK .container .single .top{margin: 0;padding-bottom: 50px;}
#homeProductsK .container .single .top h1{margin: 0;padding: 0;font-weight: 300;letter-spacing: 5.5px;font-size: 50px;color:#ffffff;}
#homeProductsK .container .single .top h1:first-child{font-weight: 600;font-size: 48px;color: #009fe3;}
#homeProductsK .container .single .bottom{padding: 16px 16px 16px 0;}
#homeProductsK .container .single .bottom img{width: 96%;object-fit: contain;opacity: .65;}
#homeProductsK .container .single .bottom p{margin: 0;padding: 15px 0;font-size: 16px;font-weight: 300;color: #fff}
#homeProductsK .container .single .bottom a{font-size: 28px;font-weight: 200;color: rgb(201 201 201 / 77%);}
#homeProductsK .container .single a:before{content: '';position: absolute;display: inline-block;width: 50px;height: 2px;background: #d70f17;margin: 0 0 3px 15px;transition: transform .4s ease-in-out;right: 0;top: 50%;}
#homeProductsK .container .single a:hover:before{top:95%; transform: rotate(360deg);transition: all .3s; }
#homeProductsK .container .single img{width: 100%;height: 100%;object-fit: cover;filter: blur(10px);transition: all .3s;}

#homeProductsK .container .single .detailsPro{transition: all .3s;position: absolute;left: 50%;top: 50%;z-index: 99999;color: rgb(255 255 255 / 88%);font-size: 57px;font-weight: 300;width: 66%;margin: 0;padding: 0;transform: translate(-50%, -50%);text-align: center;opacity: 0.8;}
#homeProductsK .container .single:hover{transform: scale(.88);transition: all .3s;}
#homeProductsK .container .single:after{content: '';position: absolute;display: inline-block;width: 2px;height: 50px;background: #009fe3;margin: 0;transition: transform .4s ease-in-out;left: 50%;top: 0;z-index: 9999999;transform: translateX(-50%);}
#homeProductsK .container .single:hover:after{transform: rotate(360deg);transition: all .3s;top: 95%;}
#homeProductsK .container .swiper-pagination {text-align: right;top: -20px;right: 6px;background: none;z-index: 99999999;display: flex;flex-direction: row;/* background: rgba(0, 0, 0, 0.5); */border-radius: 0;/* position: relative; */}
#homeProductsK .container .swiper-pagination-bullet {width: 5px;height: 5px;background: #aaaaaa;opacity: 1;margin: 0 5px 0 0;z-index: 9999999;display: flex;align-items: center;justify-content: center;transition: all .3s;outline: unset;border-radius: 0;position: relative;}
#homeProductsK .container .swiper-pagination-bullet::before {content: "";width: 5px;height: 5px;}
#homeProductsK .container .swiper-pagination-bullet-active::before {content: "";}
#homeProductsK .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #009fe3;border-radius: 0;width: 26px;height: 5px;}
#homeProductsK .container .single.swiper-slide-active img{filter: unset;transition: all .3s;}
#homeProductsK .container .single.swiper-slide-active .detailsPro{transition: all .3s;font-size: 39px;font-weight: 200;top: 83%;}
#homeProductsK .container .single:hover img{filter: unset;transition: all .3s;}
#homeProductsK .container .single:hover .detailsPro{transition: all .3s;font-size: 39px;font-weight: 200;top: 83%;}
#homeProductsK .container .single.swiper-slide-active:after{transition: all .3s;top: 95%;}
/*Banner Services*/
#homeServices{width: 100%;padding: 70px 0;height: 717px;position: relative;background-image: url('../img/Backgorund-img/uka.jpg');background-size: cover; background-position: center;background-repeat: no-repeat; box-shadow: inset -1px 0px 11px 2px rgb(11 11 11 / 10%);margin: 4px 0;  filter: grayscale(60%);}
#homeServices .lineOut{position: absolute;width: 100%;left: 0;top: 50%;height: 5px;/* background: #064876; */}
#homeServices .container{display: flex;flex-wrap: wrap;height: 100%;align-items: center;}
#homeServices .image{width: 100%;height: 100%;display: flex;align-items: center;justify-content: end;padding-right: 50px;}
#homeServices .image img{width: 50%;height: 60%;    object-fit: cover;}
#homeServices .image video{width: 100%;height: 100%;object-fit: cover;/* border-top-left-radius: 13px; *//* border-bottom-left-radius: 13px; */}
#homeServices .container .text{position: relative;/* flex: 1; */background: #df6716;padding: 31px 0;text-align: start;z-index: 999;width: 45%;box-shadow: 50px 0px 20px 5px rgb(0 0 0 / 5%);border-radius: 13px;}
#homeServices .container .text h1{z-index: 99999;/* top: 29px; *//* left: 0; */font-size: 44px;/* margin: 0; */padding: 0;color: rgb(65 72 84);font-weight: 700;margin: 0;overflow: 0;}
#homeServices .container .text h1:nth-child(2){color: #ffffff;/* -webkit-text-stroke: 1px #f8a543; */}
#homeServices .container .text p{font-size: 20px;margin: 0;padding: 0;line-height: 1.7;padding-top: 15px;}
#homeServices .container .text .servicesListHome{display: flex;flex-wrap: wrap;margin: 20px 0;}
#homeServices .container .text .servicesListHome a{flex: 1 0 45%;display: flex;flex-direction: column;align-items: center;margin: 7px;padding: 4px;border-right: 1px solid rgb(255 255 255 / 30%);transition: all .3s;}
#homeServices .container .text .servicesListHome a:hover{transform: scale(.8);transition: all .3s;}
#homeServices .container .text .servicesListHome a:nth-child(2n){border-right: unset;}
#homeServices .container .text .servicesListHome a img{width: 71px;opacity: .75;}
#homeServices .container .text .servicesListHome a p{font-size: 17px;line-height: 1.2;text-align: center;color: rgb(255 255 255);font-weight: 600;}
#homeServices .container .text .button{position: relative;padding: 15px;width: fit-content;transition: all .3s;background: rgb(255 255 255 / 16%);color: #fff;border-radius: 13px;}
#homeServices .container .text .button a{display: flex;} 
#homeServices .container .text .button:hover{transition: all .3s;background: #d2d2d2;color: #7f8284;transform: scale(.89);}
#homeServices .container .text .button .line{position: absolute;left: -10000%;width: 10000%;height: 1px;background: rgb(255 255 255 / 29%);top: 53%;}
#homeServices .container .text .button p{font-size: 16px;padding-top: 0;} 

#homeServices .container .hoodSocks{position: relative;/* flex: 1; */background: #282c33;padding: 30px 30px 30px 86px;text-align: start;z-index: 999;width: 45%;box-shadow: 50px 0px 20px 5px rgb(0 0 0 / 5%);/* border-radius: 13px; */height: 50%;display: flex;flex-direction: column;justify-content: center;border: 5px solid #005a99;}
#homeServices .container .hoodSocks h1{z-index: 99999;/* top: 29px; *//* left: 0; */font-size: 45px;/* margin: 0; */padding: 0;color:  #005a99;font-weight: 500;margin: 0;text-transform: uppercase;margin-top: 9px;letter-spacing: 1.5px;}
#homeServices .container .hoodSocks h1:nth-child(1){font-size: 50px;letter-spacing: 1px;}
#homeServices .container .hoodSocks h1:nth-child(2){color: rgb(255 255 255);font-weight: 300;font-size: 30px;}

/*Banner Products*/
#bannerProducts{width: 100%;padding: 70px 0 70px 0;height: 680px;/* background: #009fe3; */position: relative;}
#bannerProducts .container{display: flex;flex-wrap: wrap;height: 100%;align-items: center;}
#bannerProducts .container .image{flex: 1.5;height: 100%;}
#bannerProducts .container .image img{width: 120%;height: 100%;object-fit: cover;box-shadow: 50px 0px 20px 5px rgb(0 0 0 / 2%);border-radius: 13px;}
#bannerProducts .container .text{position: relative;flex: .8;background: #009fb5;padding: 56px 85px;text-align: end;border: 5px solid #009fe3;box-shadow: 0px 4px 12px 4px rgb(0 0 0 / 5%);border-radius: 13px;}
#bannerProducts .container .text h1{z-index: 99999;font-size: 43px;margin: 0;padding: 0;color: #ffffff;}
#bannerProducts .container .text h1:nth-child(2){color: #045c68;/* -webkit-text-stroke: 1px #f8a543; */}
#bannerProducts .container .text p{font-size: 18px;margin: 0;padding: 0;line-height: 1.7;padding-top: 15px;color: rgb(255 255 255 / 79%);}

#homeBottomBaner{width: 100%;height: 600px;position: relative;}
#homeBottomBaner:before{position: absolute;content: "";left: 0;top: 0;right: 0;bottom: 0;background: rgb(234 234 234 / 19%);z-index: 9;}
#homeBottomBaner .video{position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
#homeBottomBaner .video video{width:100%;height:100%;object-fit:cover}
#homeBottomBaner .container{position: relative;height: 100%;display: flex;z-index: 9;background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 50%) 44%, rgba(0,212,255,0) 100%);flex-wrap: wrap;}
#homeBottomBaner .container .text{position: relative;flex: .7;padding: 56px 0 56px 85px;/* text-align: end; *//* box-shadow: 0px 4px 12px 4px rgb(0 0 0 / 5%); *//* border-radius: 13px; */height: 100%;opacity: .8;display: flex;flex-direction: column;justify-content: center;background: #fff;}
#homeBottomBaner .container .text h1{z-index: 99999;font-size: 60px;margin: 0;padding: 0;color: #009fb5;/* text-transform: uppercase; */letter-spacing: -1px;}
#homeBottomBaner .container .text h1:nth-child(1){color: #3b3b3b;/* -webkit-text-stroke: 1px #f8a543; */font-size: 32px;}
#homeBottomBaner .container .text p{font-size: 19px;margin: 0;padding: 0;line-height: 1.3;padding-top: 15px;color: rgb(0 0 0);width: 67%;}
#homeBottomBaner .container .image{height: 100%;flex: 1;display: flex;align-items: flex-end;}
#homeBottomBaner .container .image img{height: 100%;/* width: 100%; */object-fit: contain;opacity: .98;filter: drop-shadow(2px 4px 6px rgb(255 255 255 / 25%));}


#bannerProductsTwo{width: 100%;padding: 70px 0;height: 680px;background: #ebc15d;}
#bannerProductsTwo .container{display: flex;flex-wrap: wrap;height: 100%;align-items: center;}
#bannerProductsTwo .container .image{flex: 1.5;height: 100%;position: relative;}
#bannerProductsTwo .container .image img{width: 120%;height: 100%;object-fit: cover;position: absolute;right: 0;}
#bannerProductsTwo .container .text{position: relative;flex: .8;/* font-family: 'Hind Madurai', serif; */background: rgb(255 255 255);padding: 70px 50px;text-align: start;border: 5px solid #3c3c3b;z-index: 999;box-shadow: 0 0 12px 4px rgb(0 0 0 / 22%);}
#bannerProductsTwo .container .text h1{z-index: 99999;font-size: 48px;margin: 0;padding: 0;color: #3c3c3b;}
#bannerProductsTwo .container .text h1 b{color: #f9b000;margin: 0;padding: 0;}
#bannerProductsTwo .container .text h1 span{margin-left: -10px;}
#bannerProductsTwo .container .text p{font-size: 16px;margin: 0;padding: 0;line-height: 1.7;padding-top: 15px;}


#fastAcces{padding: 75px 0 125px 0;position: relative;background: #009fe3;margin-bottom: 3px;}
#fastAcces .line{position: absolute;left: 50%;transform: translateX(-50%);display: flex;flex-direction: column;align-items: center;top: -121px;}
#fastAcces .line .border{height: 40px;width: 2px;background: #009fe3;}
#fastAcces .line .circle{width: 10px;height: 10px;border-radius: 100%;background: #009fe3;}
#fastAcces .line .borderT{height: 40px;width: 2px;background: #000000;}
#fastAcces .line .circleT{width: 10px;height: 10px;border-radius: 100%;background: #000000;}
#fastAcces:before{position: absolute;content: "";right: 0;top: 35px;bottom: 50px;width: 41%;background: #009fb5;border-top-left-radius: 13px;border-bottom-left-radius: 13px;box-shadow: 0 0 12px 4px rgb(0 0 0 / 3%);}
#fastAcces .container{display: grid;grid-template-columns:  73% 23%;grid-gap: 0 50px;position: relative;z-index: 9999999;}
#fastAcces .container .title {display: flex;flex-direction: column;padding: 0;text-align: end;justify-content: center;color: #fff;}
#fastAcces .container .title h1{margin: 0;padding: 0 20px;font-size: 48px;border-right: 2px solid #ffffff;color: #fff;line-height: 1;}
#fastAcces .container .title h1 strong{color: #000000;}
#fastAcces .container .title p{padding: 0 22px;margin: 0;font-size: 21px;font-weight: 200;line-height: 1.7;margin-top: -15px;}
#fastAcces .container .content{display: flex;align-items: center;}
#fastAcces .container .content .single{flex: 1;display: flex;flex-direction: column;align-items: center;transition: all .3s;}
#fastAcces .container .content .single .number{transition: all .3s;padding: 0;margin: 0;border-radius: 100%;border: 1px solid #ffffff;width: 75px;height: 75px;display: flex;align-items: center;justify-content: center;font-size: 35px;font-weight: 500;color: #ffffff;}
#fastAcces .container .content .single .border{width: 1px;height: 50px;background: #ffffff;}
#fastAcces .container .content .single .text{display: flex;}
#fastAcces .container .content .single .text h1{margin: 0;padding: 0;font-size: 30px;color: #ffffff;}
#fastAcces .container .content .single .text h1:nth-child(2){color: #000000;/* -webkit-text-stroke: 1px rgb(255 255 255); */}
#fastAcces .container .content .single:hover{flex-direction: column-reverse;transition: all .3s;opacity: .88;transform: scale(.88);}
#fastAcces .container .content .single:hover .number{transform: rotate(360deg);transition: all .3s;}

#footer{background: #f7f7f7;position: relative;padding: 100px 0 50px 0;box-shadow: inset 0px 0px 11px 2px rgb(11 11 11 / 15%);}
#footer:before{position: absolute;content: "";right: 0;height: 50px;width: 33%;background: #009fe3;top: 25px;}
#footer .fTop{position: absolute;height: 225px;left: 50%;top: 0;transform: translateX(-50%);opacity: .6;}
#footer .fLeft{position: absolute;height: 179px;bottom: 0;opacity: .6;}
#footer .fRight{position: absolute;height: 158px;top: -57px;right: 0;opacity: .6;}
#footer .container{display: flex;flex-wrap: wrap;position: relative;z-index: 99999;/* background: rgb(245 241 238 / 54%); */}
#footer .container .leftF{flex: 1;display: flex;flex-direction: column;justify-content: space-between;}
#footer .container .leftF .logo{margin-bottom: 10px;}
#footer .container .leftF .logo img{max-height: 75px;}

#footer .container .rightF{flex: 1;display: flex;flex-direction: column;align-items: end;}
#footer .container .rightF .topFooter{display: flex;justify-content: flex-end;height: 50px;position: absolute;top: -75px;background: #009fe3;border-top-left-radius: 13px;border-bottom-left-radius: 13px;}
#footer .container .rightF .topFooter .socials{position: relative;display: flex;/* background: #0e3213; */height: 100%;padding: 0 30px;align-items: center;}
#footer .container .rightF .topFooter .socials h1{margin: 0;padding: 0;font-size: 16px;font-weight: 300;margin-right: 20px;color: #fff;}
#footer .container .rightF .topFooter .socials .icons{display: flex;align-items: center;justify-content: center;}
#footer .container .rightF .topFooter .socials .icons a{display: flex;align-items: center;justify-content: center;border-left: 1px solid #fff;padding: 0 10px;transition: all .3s;}
#footer .container .rightF .topFooter .socials .icons a:hover{opacity: .89;transition: all .3s;transform: scale(.9);transition: all .3s;}
#footer .container .rightF .topFooter .socials .icons img{height: 16px;object-fit: contain;}
#footer .container .rightF .topFooter .phone{display: flex;align-items: center;justify-content: center;height: 100%;padding-left: 20px;/* background: #0e3213; */transition: all .3s;}
#footer .container .rightF .topFooter .phone:hover{opacity: .5;transition: all .3s;transform: scale(.98);}
#footer .container .rightF .topFooter .phone img{margin-right: 16px;}
#footer .container .rightF .topFooter .phone p{padding: 0;margin: 0;color: #fff;font-weight: 600;}
#footer .container .rightF .text{margin-top: 16px;color: #373d45;text-align: end;}
#footer .container .rightF .text h1{font-size: 15px;margin: 0;padding: 0;font-weight: 500;}
#footer .container .rightF .text p{margin: 0;padding: 0;font-size: 14px;}
#footer .container .rightF .adress{margin-top: 0;text-align: end;font-size: 16px;/* background: rgb(245 241 238 / 54%); */font-weight: 500;}
#footer .container .rightF .adress p{padding: 0;margin: 0;color: #373d45;}

#footerInviva{padding: 15px 0;}
#footerInviva .container{display: flex;align-items: center;justify-content: flex-end;background: rgb(255 255 255 / 51%);z-index: 999999;position: relative;}
#footerInviva .container a{font-size: 13px;}


/*pageTitle*/
.pageImage{width: 100%;height: 42vh;position: relative;}
.pageImage img{width: 100%;height: 100%;object-fit: cover;}
.pageImage::after{position: absolute;content: "";left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.36);}
.pageImage .container{position: relative;}
.pageImage .container h1{padding: 0;margin: 0;color: #ffffff;font-size: 20px;position: absolute;left: 0;bottom: 25px;z-index: 9999;}

.pageTitle{width: 100%;padding: 30px 0;background: #0474bd;display: flex;align-items: center;}
.pageTitle h1{padding: 0;margin: 0;color: #fff;font-size: 20px;}

.pageInfo{width: 100%;height: 50px;background: #484848;}
.pageInfo .container{display: flex;flex-direction: row;justify-content: space-between;height: 100%;}
.pageInfo .container .nextPrev{display: flex;color: #fff;align-items: center;justify-content: center;height: 100%;}
.pageInfo .container .nextPrev a{color:#fff;text-decoration: none;font-size: 15px;margin: 0 20px;}
.pageInfo .container .nextPrev a:first-child{margin-left: 0;}
.pageInfo .container .nextPrev a p{margin: 0;padding: 0;}
.pageInfo .container .productNavigation{display: flex;color: #fff;align-items: center;justify-content: center;height: 100%}
.pageInfo .container .productNavigation a{color:#fff;text-decoration: none;font-size: 13px;padding: 0 2px;}

/*Sayfa*/
.pageContent{padding: 20px 0;display: flex;}
.pageContent h2{margin: 0;padding: 5px 0;font-size: 21px;color: #db5e32;/* border-bottom: 1px solid #19244c; */font-weight: 400;position: relative;}
.pageContent h2::after{position: absolute;content: "";left: 0;bottom: -6px;width: 50px;height: 5px;background: #274185;border-top-right-radius: 5px;}
.pageContent img{/* float: left; */margin-right: 20px;width: 500px;}
.pageContent p{margin: 0;padding: 10px 0 0 0;color: #000d;line-height: 1.7;}
 
.docsTitle{margin: 0;padding: 0;font-size: 20px;color: #f3a45f;margin-bottom: 10px;display: flex;align-items: center;}
.docs{display: flex;flex-wrap: wrap;}
.docs a{display: flex;width: 100%;flex:1 0 25%;margin: 10px;height: 270px;padding: 10px;border: 1px dashed #94dbe9;}
.docs a img{width: 100%;height: 100%;object-fit: contain;}

.kadromuz{flex-wrap: wrap;display: flex;align-items: center;/* justify-content: center; */padding: 15px 0;}
.kadromuz .single{flex-basis: 23%;display: flex;flex-direction: column;margin: 10px;height: 300px;margin-top: 15px;border-bottom: 1px solid #dddd;}
.kadromuz .single .image{display: flex;align-items: center;justify-content: center;height: 177px;}
.kadromuz .single .image img{height: 100%;object-fit: contain;width: 100%;}
.kadromuz .single .title{padding: 14px 0 0;}
.kadromuz .single .title h1{margin: 0;padding: 0;font-size: 23px;color: #e51e20;}
.kadromuz .single .title p{padding: 0;margin: 0;font-size: 13px;padding-top: 5px;}

/*Urun List*/

#pageDetailContent .container .pageLeft .content .tabsVisibility{width: 100%;}
#pageDetailContent .container .pageLeft .content .tabsVisibility-one{/* padding: 30px 0 100px 40px; */}
#pageDetailContent .container .pageLeft .content .tabs-nav-one{list-style: none;display: flex;margin: 0;padding: 0;border-bottom: 2px solid #d9d9d9;flex-wrap: wrap;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li{position: relative;height: 51px;display: flex;align-items: center;flex: 1 0 25%;text-align: center;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li:last-child{border-right: unset;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li:after{position: absolute;content: "";right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #d9d9d9;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li a{padding: 0 19px;height: 100%;display: flex;align-items: center;flex-direction: column;justify-content: center;width: 100%;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li .triangle {position: absolute;content: "";left: 0;bottom: -3px;display: none;width: 100%;height: 3px;background: #009ba4;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li.activeCategory .triangle{display: block;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li.tab-active-one{}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li a h1{color: #393e43;margin: 0;padding: 0;font-size: 14px;font-weight: 300;width: 100%;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li a p{padding: 0;margin: 0;color: #888888;font-size: 11px;padding-top: 3px;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li.tab-active-one a h1{font-weight: 600;}

#pageDetailContent .container .pageLeft .content .projeList{display: flex;flex-wrap: wrap;padding: 30px 0;}
#pageDetailContent .container .pageLeft .content .projeList .single{flex: 0 0 30%;transition: all .3s!important;transform: scale(1)!important;margin-right: 15px;margin-top: 15px;border: 3px outset #cfd9e0;padding: 15px;}
#pageDetailContent .container .pageLeft .content .projeList .single .image{width: 100%;height: 200px;}
#pageDetailContent .container .pageLeft .content .projeList .single .image img{width: 100%;height: 100%;object-fit: cover;}
#pageDetailContent .container .pageLeft .content .projeList .single .title{position: relative;margin: 0;padding: 8px 0;font-size: 13px;font-weight: 400;color: #1d2f3d;}
#pageDetailContent .container .pageLeft .content .projeList .single .title:before{content: "";left: 0;bottom: 0;width: 0;height: 3px;transition: all .3s;position: absolute;}
#pageDetailContent .container .pageLeft .content .projeList .single:hover{transform: scale(0.9)!important;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .projeList .single:hover .title:before{background: #009ba4;transition: all .3s;width: 50%;}

#productsList .list {width: 100%;margin: 0;padding: 20px 0;list-style: none;display: flex;flex-wrap: wrap;}
#productsList .list li {flex-basis: 47%;width: 100%;height: 250px;margin: 0 15px 15px 0;position: relative;overflow: hidden;transition: all .4s;}
#productsList .list li:hover .katImage{transform: scale(1.2);transition: all .4s;}
#productsList .list li .katImage {width: 100%;height: 100%;transition: all .4s;}
#productsList .list li .katImage img {width: 100%;height: 100%;object-fit: cover;display: block;}
#productsList .list li .katTitle {width: 100%;position: absolute;bottom: 0;z-index: 100;background: rgb(255 255 255 / 58%);padding: 11px 0 15px 15px;transition: all .4s;}
#productsList .list li:hover .katTitle{transition: all .8s;letter-spacing: 1px;padding: 15px 0 15px 20px;}
#productsList .list li .katTitle h2 {font-size: 14px;margin: 0;padding: 0;color: #000000;}
#productsList .list li::after{width:100%;height:5px;background: #4e4e4e;position: absolute;content:"";bottom: 0;left: 0;right: 0;z-index: 998;}
#productsList .list li::before{position:absolute;content:"";left:0;bottom: 0;height:5px;width:20%;background: #00a3c0;z-index: 999;transition: all .3s;}
#productsList .list li:hover::before{width:30%;transition: all .3s;}

/*Urun List*/
#productsListe .list {width: 100%;margin: 0;padding: 20px 0;list-style: none;display: flex;flex-wrap: wrap;}
#productsListe .list a{flex-basis: 30%;background: #fff;position:relative;transition: all .3s;padding: 15px;border-radius: 8px;padding: 0;display: flex;flex-direction: column;border: 1px solid #ddd;margin-right: 15px;margin-bottom: 15px;}
#productsListe .list a:nth-child(3n){margin-right: 0;}
#productsListe .list a:before{transition: all .3s;position: absolute;content: "";left: 0;right: 0;top: -22px;height: 30px;border-top-left-radius: 8px;border-top-right-radius: 8px;}
#productsListe .list a:hover{opacity: 0.98;transition: all .3s;transform: scale(.88);}
#productsListe .list a img{width: 100%;/* height: 246px; */object-fit: contain;padding: 20px;}
#productsListe .list a .title{margin: 0;font-size: 17px;color: #e4af00;font-weight: 500;/* position: relative; */padding: 20px 30px;/* border-top: 1px solid #e5e9ec; */min-height: 64px;transition: all .3s;display: flex;align-items: center;justify-content: center;}
#productsListe .list a .title:before{content: "";position: absolute;left: 0;bottom: 0;width: 10px;height: 80px;background: #b2b2b2;transition: all .3s;border-bottom-left-radius: 8px;}
#productsListe .list a:hover .title{opacity: .7;transition: all .3s;}
#productsListe .list a span{position: absolute;left: 20px;top: 20px;background: #823f91;border-radius: 100%;margin: 0;width: 50px!important;height: 50px;display: flex;align-items: center;justify-content: center;color: #fff;box-shadow: 0 0 4px 2px rgb(0 0 0 / 23%);}
#productsListe .list a:hover .title:before{transition: all .3s;height: 100%;background: #009640;width: 5px;border-top-left-radius: 8px;}

/*Urun Detay*/
#productContent{padding: 0;background: #fff;display: flex;flex-direction: column;position: relative;padding: 15px 0;}
#productContent .left{float: none!important;width: 100%!important;}
#productContent .left .image{width: 100%;overflow: hidden;}
#productContent .right{width: 100%;padding: 1%;display: flex;border-right: unset;flex-direction: column;justify-content: center;background: rgb(255, 255, 255);z-index: 2;/* color: #ffffff; */margin-top: 15px;}
#productContent .right h2{margin: 0;padding: 5px 0;font-size: 21px;color: #000000;/* border-bottom: 1px solid #19244c; */font-weight: 400;position: relative;}
#productContent .right h2::after{position: absolute;content: "";left: 0;bottom: -6px;width: 50px;height: 5px;/* background: #274185; */border-top-right-radius: 5px;}
#productContent .right strong{margin: 0;padding: 10px 0;font-size: 17px;color: #484848;/* border-bottom: 1px solid #19244c; */font-weight: 700;position: relative;}
#productContent .right strong::after{position: absolute;content: "";left: 0;bottom: 3px;width: 50px;height: 3px;/* background: #94dbe9; */border-top-right-radius: 5px;}
#productContent .right p{margin: 2px 0px;padding: 5px 0;font-size: 16px;color: #232323dd;line-height: 1.7;}
#productContent .fotorama__thumb-border{border-color: #ec6707!important;background-image: linear-gradient(to bottom right,rgba(12, 77, 162, 0.34),rgba(236, 103, 7, 0.13))!important;}

#pageDetailContent .container .pageLeft .content .link{padding: 15px;background: #e2ad24;color: #fff;margin-bottom: 10px;font-size: 14px;width: fit-content;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .link a{padding: 15px;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .link:hover{opacity: .7;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .table{width: 93%;overflow: hidden;overflow-x: auto;}
#pageDetailContent .container .pageLeft .content table{width: 100%;overflow-x:auto;margin-top: 10px;/* text-transform: uppercase; */border-collapse: collapse;}
#pageDetailContent .container .pageLeft .content table th{color: #fff;background: #0072bc;border-radius: 0;padding: 10px;font-size: 13px;}
#pageDetailContent .container .pageLeft .content table td, th{padding: 6px;font-size: 12px;}
#pageDetailContent .container .pageLeft .content table td:first-child{/* font-weight: 700; */}
#pageDetailContent .container .pageLeft .content table tr{border-bottom: 1px solid #c6c3c7;/* background: #dddd; */}

/*ekip List*/
#teamList .list {width: 100%;margin: 0;padding: 20px 0;list-style: none;display: flex;flex-wrap: wrap;}
#teamList .list li {flex: 1 0 100%;width: 100%;/* height: 250px; */margin: 0 15px 15px 0;position: relative;overflow: hidden;transition: all .4s;border: 1px solid #e8e9ed;}
#teamList .list li:hover .katImage{transform: scale(1.2);transition: all .4s;}
#teamList .list li .katImage {width: 100%;height: 100%;transition: all .4s;}
#teamList .list li .katImage img {width: 100%;height: 100%;object-fit: contain;display: block;}
#teamList .list li .katTitle {width: 100%;position: absolute;bottom: 0;z-index: 100;background: #ffffff;padding: 11px 0 15px 15px;transition: all .4s;}
#teamList .list li:hover .katTitle{transition: all .8s;letter-spacing: 1px;/* padding: 15px 0 15px 20px; */}
#teamList .list li .katTitle h2 {font-size: 14px;margin: 0;padding: 0;color: #484848;}
#teamList .list li::after{width:100%;height:5px;background: #e8e9ed;position: absolute;content:"";bottom: 0;left: 0;right: 0;z-index: 998;}
#teamList .list li::before{position:absolute;content:"";left:0;bottom: 0;height:5px;width:20%;background: #00a3c0;z-index: 999;transition: all .4s;}
#teamList .list li:hover::before{width: 25%;transition: all .4s;}

/*Ekibimiz Detay*/
#teamContent{padding: 27px 0;background: #ffffff;}
#teamContent .container{display: flex;flex-direction: row;position: relative;flex-wrap: wrap;}
#teamContent .container .left{float: none!important;width: 30%!important;flex: 1 0 27%;}
#teamContent .container .right{width: 100%;padding: 0 4%;display: flex;border-right: unset;flex-direction: column;/* justify-content: center; */margin-bottom: 15px;background: rgba(255, 255, 255, 0.58);z-index: 2;color: #000000;/* position: absolute; *//* bottom: 3%; *//* right: 3%; */flex: 1 0 40%;}
#teamContent .container .right p{margin: 0px;padding: 0;font-size: 15px;line-height: 1.7;}
#teamContent .container .left .fotorama__thumb-border{border-color: #4db848;background-color:rgba(0, 0, 0, 0.5);}
#teamContent .container .right h1{margin: 10px 0;padding: 5px 0px;font-size: 20px;color: #009bdf;position: relative;}
#teamContent .container .right h1:after{position: absolute;content: "";left: 0;bottom: -3px;width: 50px;height: 5px;background: #a1a8b8;}
#teamContent .container .right h2{font-size: 15px;color: #102a60;margin: 0 0 2px 0;padding: 0;}
#teamContent .container .right h2 span{font-weight: 500;font-size: 15px;color: #102a60;}
#teamContent .container .right h3{margin: 0 0 2px 0;padding: 0;font-size: 16px;color: #102a60;}
#teamContent .container .right p{margin: 0 0 10px 0;padding: 0;}
#teamContent .container .right span{font-size: 10px;color:#000;}
#teamContent .container .content .text{flex: 1;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;margin-left: 5%;}
#teamContent .fotorama{max-width:800px;width:100%;margin:0 auto;border: 1px solid #dee1e6;border-bottom: 5px solid #dee1e6;padding-bottom: 10px;}
#teamContent .fotorama__nav{border-top: 1px solid #dee1e6;padding-top: 10px;width: 90%!important;}

/*Haber Categori*/
#newsList .container{display: flex;flex-wrap: wrap;padding: 0 0 17px 0;}
#newsList .single {flex: 1 0 48%;padding: 10px;}
#newsList .single .catSingle{width: 100%;height: 240px;margin: 20px 0 0;transition: all 1s ease 8ms;border: 1px solid #e6e6e6;box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 0.6196078431372549);display: flex;flex-direction: column;align-items: center;justify-content: space-between;padding: 30px;}
#newsList .single .catSingle .top{position: relative;height: 45px;width: 100%;}
#newsList .single .catSingle .top:after{position: absolute;content: "";width: 100%;height: 2px;background: #ddd;right: 0;top:50%;transform: translateY(-50%);z-index: -1;}
#newsList .single .catSingle .midle h1{color: #102a60;font-size: 23px;font-weight: 500;text-align: center;}
#newsList .single .catSingle .bottom{width: 50px;height: 50px;font-size: 18px;border-radius: 100%;border:1px solid #ddd;display: flex;align-items: center;justify-content: center;transition: all .3s;color: #bc4f19;}
#newsList .single:hover .catSingle .bottom{transform: rotate(360deg);}

/*Haberler List*/
#news-list{background: #fff;}
#news-list .list{display: flex;flex-direction: row;flex-wrap: wrap;padding: 15px;}
#news-list .list .inner-container {width: 100%;height: auto;position:relative;margin: 15px;box-shadow: 0px 0px 15px rgba(0,0,0,0.06);flex-basis: 42%;}
#news-list .list .inner-container .date {position: absolute;top: 0px;left: 0px;width: 80px;height: auto;background-color: #0d1c30;z-index: 2;padding: 18px 19px 10px 19px;}
#news-list .list .inner-container .date:before {position: absolute;content: '';left: 0px;bottom: -13px;border-top: 15px solid #0d1c30;border-right: 80px solid transparent;z-index: -1;}
#news-list .list .inner-container .date  h3 {font-size: 36px!important;font-weight: 300;margin-top: 10px!important;margin-bottom: 4px;}
#news-list .list .inner-container .date  h3 span {position: relative;color: #fff;}
#news-list .list .inner-container .date  h3 span:before {position: absolute;content: "";width: 100%;height: 1px;background-color: #fff3db;left: 0px;bottom: 3px;}
#news-list .list .inner-container .date  h5 {margin: 0px;padding: 0px;color: #fff;letter-spacing: 0px;font-size: 14px;line-height: 14px;font-weight: 400;text-transform: uppercase;}
#news-list .list .inner-container .date  h5:first-child {padding: 10px 0 0 0;}
#news-list .list .inner-container .image img {width: 100%;height: 250px;object-fit: cover;filter: grayscale(1);transition: 1s linear;}
#news-list .list .inner-container:hover .image img{filter: unset;transition: 1s linear;}
#news-list .list .inner-container .desc {width: 100%;height: auto;padding: 0 20px 30px 30px;}
#news-list .list .inner-container .desc .title h3 {font-size: 21px;line-height: 1;font-weight: 400;color: #14141c;margin-bottom: 10px;text-transform: capitalize;}
#news-list .list .inner-container .desc .title h3 a {text-decoration: none;color: #181a2f;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#news-list .list .inner-container .desc .title h3 a:hover {color: #274185;}
#news-list .list .inner-container .desc .info {width: 100%;margin-bottom: 24px;border-bottom: 1px solid #ccc;padding-bottom: 4px;}
#news-list .list .inner-container .desc .info span {position: relative;color: #000000;font-size: 12px;padding-right: 22px;font-style: italic;font-weight: 400;}
#news-list .list .inner-container .desc .info span:last-child {position:unset}
#news-list .list .inner-container .desc .info a{text-decoration: none;color: #666;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#news-list .list .inner-container .desc .info a:hover{color: #274185;}
#news-list .list .inner-container .desc .explanation {margin-bottom: 17px;}
#news-list .list .inner-container .desc .explanation p {font-size: 15px;color: #3b3b3b;line-height: 1.6;}
#news-list .list .inner-container .desc .readmore {width: 100%}
#news-list .list .inner-container .desc .readmore a {text-decoration: none;background-color: #505050;color: #fff;line-height: 1.6;font-weight: 600;padding: 10px 20px;border-radius: 3px;display: inline-block;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#news-list .list .inner-container .desc .readmore a:hover {opacity: 0.7;}

/*Haber Detay*/
#pageDetailContent .container .pageRight .newsContent .image{width: 100%;height: 480px;margin-bottom: 20px;}
#pageDetailContent .container .pageRight .newsContent .image img{width: 100%;height: 100%;object-fit: contain;}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer{position:relative;display:flex;flex-direction:column;justify-content: center;margin:20px 0;padding:10px 0;text-align:center;border-top: 1px solid #d8d8d7;border-bottom: 1px solid #d8d8d7;}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer:before{position:absolute;content:'';width:100px;height:2px;top:-1px;left:0;background-color: #d64b18;}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer:after{position:absolute;content:'';width:100px;height:2px;bottom:-1px;right:0;background-color: #519fd7;}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items a {width: 70px;height: 40px;position: relative;display: inline-block;color: #fff;}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items a:hover {opacity: .8;}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#pageDetailContent .container .pageRight .newsContent .newsGallery .topTitle{width: 100%;margin: 10px 0 20px;color: #ff4d00;}
#pageDetailContent .container .pageRight .newsContent .newsGallery .topTitle h1{margin: 0;padding: 0;font-size: 24px;}
#pageDetailContent .container .pageRight .newsContent .newsGallery .content{width: 100%;flex-wrap: wrap;display: flex;}
#pageDetailContent .container .pageRight .newsContent .group1{flex: 1 0 44%;margin: 10px;height: 250px;}
#pageDetailContent .container .pageRight .newsContent .group1 img{width: 100%;height: 100%;object-fit: cover;}

#pageDetailContent .container .pageRight .brosurs{display: flex;flex-direction: column;margin: 10px;}
#pageDetailContent .container .pageRight .brosurs .single{display: flex;justify-content: space-between;padding: 7px;border-bottom: 1px solid #ddd;margin: 0 20px;align-items: center;transition: all .3s;}
#pageDetailContent .container .pageRight .brosurs .single:first-child{border-top: unset;}
#pageDetailContent .container .pageRight .brosurs .single .left{font-size: 13px;}
#pageDetailContent .container .pageRight .brosurs .single:hover{color:#015a99;transition: all .3s;}
#pageDetailContent .container .pageRight .brosurs .single .left i{padding-right: 9px;}
#pageDetailContent .container .pageRight .brosurs .single .right i{color: #3d4243;font-size: 23px;}

#pageDetailContent .container .pageRight .referanceList{flex-wrap: wrap;display: flex;/* padding: 20px 0 0; */}
#pageDetailContent .container .pageRight .referanceList .single{cursor:pointer;position: relative;flex: 1 0 30%;width: 100%;display: flex;min-height: 66px;align-items: center;justify-content: center;transition: all .3s;border:1px solid #cccccc;flex-direction: column;margin: 14px;/* padding: 23px; */text-decoration: unset;color: unset;}
#pageDetailContent .container .pageRight .referanceList .single:hover{transform: scale(0.95);transition: all .3s;}
#pageDetailContent .container .pageRight .referanceList .single img{width: 100%;object-fit: contain;height: 115px;padding: 11px;}
#pageDetailContent .container .pageRight .referanceList .single h1{font-size: 17px;font-weight: 500;/* color: #fff; */padding: 10px 0;margin: 0;width: 100%;text-align: center;text-decoration: unset;}
#pageDetailContent .container .pageRight .referanceList .single:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 5px;background: linear-gradient(256deg, rgba(20,111,145,1) 23%, #0d1c30 75%);transition: all .3s;}
#pageDetailContent .container .pageRight .referanceList .single:hover:before{width: 100%;background: #456aa4;transition: all .3s;}

/*Video List*/
#videoList .container .list{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
#videoList a{display: flex;flex: 1 0 47%;width: 100%;height: 300px;margin: 10px;position: relative;transition: all .4s;}
#videoList a img{width: 100%;height: 100%;object-fit: cover;filter: grayscale(1);}
#videoList a p{position: absolute;bottom: 0;left: 0;width: 100%;background: #3b3b3b7a;color: #fff;padding: 11px;margin: 0;}
#videoList a:hover{opacity: 0.7;}
#videoList a:hover img{filter: unset;}

 /*Iletisim*/
 .page-contact {display: flex;flex-direction: column;margin: 20px 0;}
.page-contact .boxes {display: flex;flex-direction: column;justify-content: flex-start;padding: 0 50px 0 0;width: 100%;}
.page-contact .box {display: flex;align-items: center;justify-content: flex-start;border-bottom: 1px solid #d1287917;padding: 15px 0;}
.page-contact .box .icon {text-align: center;height: 100%;min-width: 70px;display: flex;align-items: center;justify-content: center;}
.page-contact .box .icon i {font-size: 20px;color: #009fe3; /* Orjinal Renk 9ba6b1*/}
.page-contact .box .ctitle {display: flex;flex-direction: column;justify-content: center;padding: 0;width: 100%;}
.page-contact .box:first-child .ctitle {justify-content: center;}
.page-contact .box .ctitle a {font-weight: 400;letter-spacing: 1px;color: #8c8c8c;}
.page-contact .box .ctitle p {color: #8c8c8c;margin: 0;font-size: 14px;line-height: 1;}.page-contact .contact-top {display: flex;flex: 1;margin: 20px 0;gap: 20px;}
.page-contact .boxe h1 {margin: 0;padding: 17px 0;font-size: 16px;color: #519fd7;border-bottom: 1px solid #ddd;}
.form {flex: 1 0 45%;}



/*Cerezler*/
.cookie-banner {position: fixed;bottom: 50px;left: 10%;right: 10%;width: 80%;padding: 5px 14px;display: flex;align-items: center;justify-content: space-between;background-color: #1b2650;color: #fff;border-radius: 5px;box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);z-index: 99999;flex-direction: column;}
.cookie-banner p{margin:0; padding: 10px;}
.cookie-banner a:hover{text-decoration: underline;}
.cookie-close {background-color: #bc4f19;border: none;color: white;border-radius: 2px;cursor: pointer;padding: 10px;font-size:14px;}

/*Sayfalama*/
ul.pagination{display: flex;flex-direction: row;width: 100%;list-style: none;margin: 0;flex-wrap: wrap;padding: 10px 0;margin:10px 0;border-top:1px solid #ddd;border-bottom: 1px solid #ddd;}
ul.pagination li:first-child{border-left: unset;}
ul.pagination li{display: flex;align-items: center;justify-content: center;list-style: unset;width: 100%;flex: 1;border-left: 1px solid #ddd;}
ul.pagination li a{width: 100%;display: flex;align-items: center;justify-content: center;}
li.active{color: #2c8db1;}

#pageNavigation{background: #b8b8b8;padding: 30px 0;}
#pageNavigation .container a{font-size: 20px;color: #fff;font-weight: 400;}
#pageNavigation .container a:last-child{font-weight: 500;}

/*Page Sayfalama*/
#pageNavigationImg{width:100%;height: 375px;/* z-index: -1; */position:relative;margin-top: 0;}
#pageNavigationImg .container{width:100%;height:100%;/* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
#pageNavigationImg::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(19deg,rgb(0 0 0 / 55%) 0,transparent);z-index:2;}
#pageNavigationImg::after{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(187deg,rgb(0 0 0 / 10%) 0,rgb(0 0 0 / 32%));z-index:2;}
#pageNavigationImg img{width:100%;height:100%;object-fit:cover}
#pageNavigationImg .container .text{position: absolute;bottom: 20px;left: 0;z-index: 999999;color: #d9d9d9;font-style: italic;}
#pageNavigationImg .container .text h1{margin:0;font-weight: 300;line-height: 1.1;font-size: 45px;}
#pageNavigationImg .container .text a{font-size: 21px;color: #9d9d9c;}
#pageNavigationImg .container .text a:last-child{color: #ffffff;}
#pageNavigationImg .container .text p{margin:0;font-weight: 700;}
#pageNavigationImg .container .image{position: absolute;bottom: 40px;right: -25px;z-index: 999999;width: 200px;height: 175px;}
#pageNavigationImg .container .image img{object-fit: contain;}

#pageDetailContent{width: 100%;}
#pageDetailContent .container{/* display: flex; *//* flex-wrap: wrap; *//* flex-direction: row; */display: -ms-grid;display: grid;grid-template-columns: 27% 69%;grid-gap: 0 50px;}
#pageDetailContent .container .pageLeft{width: 100%;    background-color: #fff;/* padding: 30px 0; */border-bottom-right-radius: 15px;padding-top:15px; border-right: 1px solid #d9d9d9;}
#pageDetailContent .container .pageRight{width: 100%;padding: 30px 0 60px;}
#pageDetailContent .container .pageRight .pageTitle{border-bottom: 2px solid #d9d9d9;padding: 0 0 16px 0;display: flex;align-items: center;justify-content: flex-start;font-style: italic;}
#pageDetailContent .container .pageRight .pageTitle a{font-size: 24px;}
#pageDetailContent .container .pageRight .pageTitle a:nth-child(2){position: relative;display: flex;align-items: center;font-weight: 700;}
#pageDetailContent .container .pageRight .pageTitle a:nth-child(2):before{content: '\E5CC';color: rgb(0 0 0 / 70%);vertical-align: top;display: inline-block;font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 30px;-webkit-font-smoothing: antialiased;}
#pageDetailContent .container .pageRight .content{position: relative;height: 100%;padding-bottom: 50px;}
#pageDetailContent .container .pageRight .content .contentTitle{width: 100%;max-width: 531px;font-size: 55px;margin: 0;margin-bottom: 35px;font-style: italic;font-weight: 900;}
#pageDetailContent .container .pageRight .content p{font-size: 17px;line-height: 1.5;width: 94%;margin: 0;padding: 0;margin-top: 10px;/* text-align: justify; */}
#pageDetailContent .container .pageRight .contentP p{width: 100%;}
#pageDetailContent .container .pageRight .content .kurumsalImg{position: absolute;right: 0;bottom: 52px;z-index: -1;}

#pageDetailContent .container .pageLeft .filter{display: none;padding: 10px 0;/* background: linear-gradient(256deg, rgba(20,111,145,1) 23%, rgb(44 141 177) 75%); */color: #fff;cursor: pointer;align-items: center;justify-content: center;margin-bottom: 10px;}
#pageDetailContent .container .pageLeft .filter i{margin-right: 13px;}


#pageDetailContent .container .pageRight .contentP{display: flex;flex-wrap: wrap;padding-top: 20px;height: auto!important;}
#pageDetailContent .container .pageRight .content .singleU{flex: 0 0 30%;margin-right: 20px;margin-bottom: 20px;box-shadow: 0px 6px 6px 5px rgb(159 159 159 / 14%);transition: all .2s;position: relative;/* background: linear-gradient(256deg, rgb(244 235 221) 23%, rgb(228 218 200) 75%); */border-radius: 15px;height: auto;}
#pageDetailContent .container .pageRight .content .singleU:hover{transition: all .2s;transform: scale(.8);}
#pageDetailContent .container .pageRight .content .singleU img{width: 100%;object-fit: contain;/* border-top-right-radius: 5px; *//* border-top-left-radius: 5px; */height: 180px;max-height: 180px;border-top-left-radius: 15px;border-top-right-radius: 15px;padding: 010px;}
#pageDetailContent .container .pageRight .content .singleU h1{font-size: 14px;padding: 15px;margin: -4px 0 0 0;background: linear-gradient(304deg, rgb(244 235 221) 23%, rgb(228 218 200) 75%);font-weight: 400;min-height: 83px;height: auto;border-top: 1px solid rgb(255 255 255 / 30%);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
#pageDetailContent .container .pageRight .content .singleU::before{content: "";position: absolute;left: 25px;height: 43%;width: 1px;background: linear-gradient(3deg,  #7d656f 50%, #381c12 100%);transition: all .3s;}
#pageDetailContent .container .pageRight .content .singleU:hover::before{transition: all .3s;height: 100%;left: 90%;}
#pageDetailContent .container .pageRight .contentP .build{font-size: 17px;margin-top: 0;padding: 10px 0;margin-bottom: 10px;border-bottom: 1px solid #ddd;width: 100%;}


#pageDetailContent .container .pageRight .content .ourTeams{flex-wrap: wrap;display: flex;/* padding: 20px 0 0; */}
#pageDetailContent .container .pageRight .content .ourTeams .single{position: relative;flex: 1 0 25%;width: 100%;display: flex;min-height: 220px;align-items: center;justify-content: center;transition: all .3s;border:1px solid #cccccc;flex-direction: column;margin: 14px;/* padding: 23px; */padding: 5px;cursor: pointer;}
#pageDetailContent .container .pageRight .content .ourTeams .single:hover{transform: scale(0.95);transition: all .3s;}
#pageDetailContent .container .pageRight .content .ourTeams .single img{width: 100%;object-fit: contain;height: 200px;/* padding: 10px; */}
#pageDetailContent .container .pageRight .content .ourTeams .single h1{font-size: 15px;font-weight: 500;/* color: #fff; */padding: 7px 0 5px 0;margin: 0;width: 100%;text-align: center;}
#pageDetailContent .container .pageRight .content .ourTeams .single p{font-size: 12px;font-weight: 500;/* color: #fff; */padding: 8px 0;margin: 0;width: 100%;text-align: center;}
#pageDetailContent .container .pageRight .content .ourTeams .single:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 5px;background: #cccccc;transition: all .3s;}
#pageDetailContent .container .pageRight .content .ourTeams .single:hover:before{width: 100%;background: #00a3c0;transition: all .3s;}


/*Ana Sayfa Slider*/
#pageDetailContent .container .pageRight #productSlider{width:100%;height: 45vh;position: relative;}
#pageDetailContent .container .pageRight #productSlider .swiper-container{position:relative;width:100%;height:100%;/* box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 54%); */}
#pageDetailContent .container .pageRight #productSlider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%}
#pageDetailContent .container .pageRight #productSlider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;/* background: rgb(255 255 255 / 35%); */z-index:2;}
#pageDetailContent .container .pageRight #productSlider .swiper-container video{width:100%;height:100%;object-fit:cover}
#pageDetailContent .container .pageRight #productSlider .swiper-container div{width: 100%;height: 100%;}
#pageDetailContent .container .pageRight #productSlider .swiper-container img{width:100%;height:100%;object-fit: contain;}
#pageDetailContent .container .pageRight #productSlider .swiper-pagination {text-align: right;left: 50%;transform: translateX(-50%);bottom: 6px;background: none;z-index: 99;display: flex;/* flex-direction: column; *//* background: rgba(0, 0, 0, 0.5); */border-radius: 20px;align-items: flex-end;}
#pageDetailContent .container .pageRight #productSlider .swiper-pagination-bullet {width: 20px;height: 3px;background: #4e4e4e;opacity: 1;z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;margin-right: 6px;border-radius: unset;}
#pageDetailContent .container .pageRight #productSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #5b616a;height: 5px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-prev{background:unset;background-position:center;background-repeat:no-repeat;background-size:contain;width: 30px;left:3%;height: 60px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-prev i{color: #009fe3;font-size: 35px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-next{background:unset;background-position:center;background-repeat:no-repeat;background-size:contain;width: 30px;right:3%;height: 60px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-next i{color: #009fe3;font-size: 35px;}
#pageDetailContent .container .pageRight #productSlider .buyutec{position: absolute;width: 50px;height: 50px;right: 20px;top: 20px;z-index: 99999999;opacity: .7;}
#pageDetailContent .container .pageRight #productSlider .buyutec i{font-size: 35px;color: #2e2e2e;}

#pageDetailContent .container .pageRight .productDetail{width: 100%;padding: 0!important;}
#pageDetailContent .container .pageRight .productDetail .tabs{width: 100%;margin-top: 10px;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav{display: flex;flex-wrap: wrap;list-style: none;margin: 0;padding: 0;margin-bottom: 10px;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee{flex: 1;list-style: none;/* padding: 20px; */background: #cfd9e0;display: flex;transition: all .3s;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee:hover{opacity: .7;transition: all .3s;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee.tab-active{background: #1d2f3d;width: 100%;color: #fff;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee a{width: 100%;height: 100%;padding: 20px;text-align: center;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-stage{width: 100%;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-stage .tabsVisibility{width: 100%;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-stage .tabsVisibility img{width: 100%;object-fit: contain;padding: 10px;border: 2px solid #ddd;}
#pageDetailContent .container .pageRight .productDetail .din{margin: 8px 0;padding: 0;font-size: 25px;color: #009ba4;}


#pageDetailContent .container .pageLeft .pageDetailSlider{position: relative;padding: 50px 50px 100px 50px;height: 610px;display: flex;flex-direction: column;justify-content: space-around;}
#pageDetailContent .container .pageLeft .pageDetailSlider img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}
#pageDetailContent .container .pageLeft .pageDetailSlider .text{font-style: italic;}
#pageDetailContent .container .pageLeft .pageDetailSlider .text .title h1{font-size: 35px;color:#fff;margin:0;font-weight: 700;/* line-height: 91px; */}
#pageDetailContent .container .pageLeft .pageDetailSlider .text .title p{color: #ff991a;text-shadow:1px 1px #000;margin:0;font-weight: 400;font-size: 20px;}
#pageDetailContent .container .pageLeft .pageDetailSlider .text .content p{font-size: 17px;color: #a09f9f;font-weight: 400;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container{position:relative;width:100%;/* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide{position:relative;display: flex;flex-direction: column;height: 100%;align-items: center;justify-content: center;/* box-shadow: inset 0 0 150px 7px #f3f3f3; */}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide .image{width: 100%;height: 80px;display: flex;align-items: center;justify-content: center;margin-bottom: 9px;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide img{margin-bottom: 20px;height: 100%;width: 100%;object-fit: contain;position: unset;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide .count{display: flex;font-weight: 500;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide p{padding: 0;margin: 0;color: #fff;font-size: 19px;width: 73%;text-align: center;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide h1{margin: 0;padding: 0;font-size: 20px;text-align: center;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination {text-align: right;top: unset;transform: translateX(-50%);left: 50%;background: none;z-index: 99;display: flex;flex-direction: row;/* background: rgba(0, 0, 0, 0.5); */border-radius: 20px;align-items: center;justify-content: center;bottom: 50px;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet {width: 19px;height: 19px;background: transparent;/* border: 1px solid rgba(255, 255, 255, 0.75); */opacity: 1;/* margin: 2px 3px; */z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet::before {content: "";width: 8px;height: 8px;border-radius: 100%;background:rgba(255, 255, 255, 0.75);}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet-active::before {content: "";width: 8px;height: 8px;border-radius: 100%;background: rgb(255, 255, 255);}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 1px solid rgb(255 255 255 / 30%);}

#pageDetailContent .container .pageLeft .detailMenu{display:flex;/* height:100%; */align-items:center;flex-direction:column;list-style:none;padding:0;margin:0;padding: 0 0 30px 0;/* background: #f2f2f2; *//* border-left: 1px solid #d9d9d9; */position: relative;}
#pageDetailContent .container .pageLeft .detailMenu:after{position: absolute;content:"";top: -30px;left: 0px;width: 100%;height: 30px;/* background: #eef5fa; */z-index: 1;}
#pageDetailContent .container .pageLeft .detailMenu li{position: relative;height: 100%;display: flex;align-items: center;background: unset;width: 100%;justify-content: space-between;padding: 0 30px;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li:before{position: absolute;content:"";top:-0px;right: 0px;width: 30px;height: 100%;background: transparent;transition: all .3s;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage:before{background: #005a9a;transition: all .3s;right: -30px;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage{background: #e00b18;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage {background: #005a9a;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a{color: #ffffff;font-weight: 700;border-bottom: unset;transition: all .3s;padding: 15px 0;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a i{display: block;transform: rotate(0deg);transition: all .3s;position: absolute;right: -30px;}

#pageDetailContent .container .pageLeft .detailMenu li:hover:before{background: #12a5e5;transition: all .3s;right: -30px;}
#pageDetailContent .container .pageLeft .detailMenu li a{font-weight: 400;font-size: 15px;transition:all .5s;border-radius:0;padding: 12px 0px;width: 100%;color: #000;display: flex;align-items: center;width: 100%;display: flex;border-bottom: 1px solid rgb(255 255 255 / 29%);}
#pageDetailContent .container .pageLeft .detailMenu li:hover {background:#12a5e5;transition: all .3s!important;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a{color: #fff!important;font-weight: 700;/* border-bottom: unset; */transition: all .3s;padding: 15px 0;}
#pageDetailContent .container .pageLeft .detailMenu li a i{transition: all .3s;margin-right: 10px;transform: rotate(184deg);padding: 0;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a i{display: block;transform: rotate(0deg);transition: all .3s;position: absolute;right: -30px;}

#pageDetailContent .container .pageLeft .detailMenu .nextPrevP{background: #4e4e4e;}
#pageDetailContent .container .pageLeft .detailMenu .nextPrevP a{border-bottom: 1px solid #dde3e8;}
#pageDetailContent .container .pageLeft .detailMenu .subMenu{flex-direction: column;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu {position: relative;display: none;padding: 0;width: 100%;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu a{padding: 10px 0!important;border-bottom: 1px solid rgba(255, 255, 255, 0.541)!important;font-size: 14px!important;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu a:hover{background-color: #535960;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .colmnMenu{display: flex;flex-direction: column;/* width: 89%; */padding-left: 20px;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .colmnMenu:hover{padding-left: 0;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}


/*Filtre Acilir Menu*/
#filter {width: 100%;height: 0;position: fixed;z-index: 9999999999999999;top: 0;/* background-color: #ffffff; */overflow-x: hidden;transition: 0.5s;left: 0;right: 0;bottom: 0;}
#filter .container {width: 100%;height: 100%;padding: 0;display: grid;grid-template-rows: 60px 1fr 100px;    background: linear-gradient(136deg, #009fe3 50%, #005a9a 100%);}
#filter .container .header {width: 100%;display: flex;border-bottom: 1px solid #c1c1c1;}
#filter .container .content {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;/* align-items: center; */flex-direction: column;/* border-bottom: 1px solid #c1c1c1; */}
#filter .closebtnn {font-size: 38px;color: #ffffff;width: 100%;display: flex;align-items: center;justify-content: center;}
#filter .dropdownMenu {position: relative;display: none;}
#filter .drop-down i{padding: 0 15px;font-size: 12px;}
#filter .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#filter .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#filter .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#filter .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}
#filter .container .button {display: flex;align-items: center;justify-content: center;width: 100%;padding: 0;/* height: 50px; */}
#filter .container .button p {cursor: pointer;padding: 15px;background: #96a0ad;width: 100%;display: flex;align-items: center;justify-content: center;color: #fff;}
#filter .container .button input{width: 100%!important;background: #01625f;border: unset;padding: 10px;height: auto!important;}



#cboxOverlay{z-index: 9999999999!important;}
#colorbox {z-index: 999999999999!important;}
.fotorama{border:1px solid #ddd!important;padding: 20px!important;}
.fotorama__nav--thumbs{border-top: 1px solid #ddd!important;padding-top: 20px!important;}
.fotorama__thumb-border{background-color: rgb(199 199 199 / 56%)!important;border-color: #95a9ba!important;}

#otherProducts{padding-bottom: 30px;border-bottom: 1px solid #dbdbdb;background: #f3f3f3;}
#otherProducts .container{border-top: 1px solid #dbdbdb;}
#otherProducts .bTitle{/* font-family: 'Open Sans', sans-serif; */font-size: 17px;font-weight: 400;margin: 0;padding: 22px 0;}
#otherProducts .swiper-slide{transition: all .3s!important;transform: scale(1)!important;/* border: 3px outset #cfd9e0; */padding: 15px;background: #fff;}
#otherProducts .swiper-container{/* background-color:#fff; *//* padding: 20px 0; *//* border: 3px outset #cfd9e0; */}
#otherProducts .single .image{width: 100%;height: 126px;}
#otherProducts .single .image img{width: 100%;height: 100%;object-fit: contain;}
#otherProducts .single .title{position: relative;margin: 0;padding: 8px 0;font-size: 13px;font-weight: 400;color: #1d2f3d;text-align: center;}
#otherProducts .single .title:before{content: "";left: 0;bottom: 0;width: 0;height: 3px;transition: all .3s;position: absolute;}
#otherProducts .swiper-slide:hover{transform: scale(0.9)!important;transition: all .3s;}
#otherProducts .swiper-slide:hover .title:before{background: #009ba4;transition: all .3s;width: 50%;}
#otherProducts .swiper-slide-active{transform: scale(0.9)!important;transition: all .3s;}
#otherProducts .swiper-slide-active .title:before{background: #009ba4;transition: all .3s;width: 50%;}

.pPdf{margin-top: 10px;width: 100%;display: flex;}
.pPdf a{width: 100%;padding: 10px;background-color: #2f297e;color: #fff;}

.searchProduct {display: block;width: 100%;height: 75px;float: left;background: #fff;position: relative;margin-bottom: 12px;}
.searchProduct form {display: block;float: left;width: 100%;position: relative;overflow: hidden;height: 100%;}
.searchProduct form input {display: block;float: left;width: 100%;height: 100%;padding: 0;margin: 0;padding-left: 20px;font-size: 14px;}
.searchProduct form button {display: block;position:  absolute;right: 0;height: 100%;top: 0;border: none;padding: 0 30px;color: #000000;font-size: 14px;font-weight: 600;cursor: pointer;}#header .bottom .container 
.searchProduct.cash {position:  absolute;width: auto;left: 20px;right: 20px;top: 20px;z-index:  99;}
.searchProduct.cash input {background: #f2f2f2;color: #e51e20;border: unset;font-weight: 600;}
.searchProduct.cash button {background: #ffffff;}
.searchProduct:after{content: "";position: absolute;bottom: -5px;/* left: 0; */right: 0;width: 100%;height: 5px;background: #c70104;}
.searchNone{font-size: 21px;color: #e51e20;}
.searchInfo{font-size: 13px!important;}


#pageDetailContent .container .pageRight .pageListK .singleT{transition: all .3s;flex: 1 0 30%;position: relative;margin-left: 15px;box-shadow: 0 5px 4px 0px rgb(0 0 0 / 20%);width: 100%;margin-top: 15px;display: flex;align-items: center;padding: 25px;background:#009fe3;color: #fff;}
#pageDetailContent .container .pageRight .pageListK .singleT:hover{opacity: .8;transform: scale(.8);transition: all .3s;}
#pageDetailContent .container .pageRight .pageListK .singleT img{height: 100px;transition: all .3s;}
#pageDetailContent .container .pageRight .pageListK .singleT h1{margin: 0;padding: 0 15px;font-size: 18px;font-weight: 400;}

#pageDetailContent .container .pageRight .pInfos{display: flex;flex-wrap: wrap;width: 100%;}
#pageDetailContent .container .pageRight .pInfos .single{flex: 1 0 40%;background: linear-gradient(48deg,  #39231a 0%, #775e56 100%);margin: 10px 10px 0 0;display: flex;justify-content: center;flex-direction: column;padding: 20px;color: #fff;border-radius: 10px;}
#pageDetailContent .container .pageRight .pInfos .single p{margin-top: 0;font-size: 14px;line-height: 1.4;font-weight: 400;}
#pageDetailContent .container .pageRight .pInfos .single:nth-child(2n){background: linear-gradient(42deg,  #44041f 0%, #bc6c8e 100%);margin-right: 0;}
#pageDetailContent .container .pageLeft .contentP .pDetailInfo a{flex: 1;padding: 10px;margin-right: 10px;background: #a4a4a4;color: #fff;display: flex;align-items: center;}
#pageDetailContent .container .pageRight .pInfos .single:nth-child(3){margin-right: 0;background: linear-gradient(48deg,  #39231a 0%, #775e56 100%)}
#pageDetailContent .container .pageRight .pDetailInfo{display: flex;flex-wrap: wrap;margin-top: 10px;width: 100%;}
#pageDetailContent .container .pageRight .pDetailInfo a{flex: 1;padding: 10px;margin-right: 10px;background: #353839;color: #fff;display: flex;align-items: center;border-radius: 10px;}
#pageDetailContent .container .pageRight .pDetailInfo a i{margin-right: 9px;}
#pageDetailContent .container .pageRight .pDetailInfo a:last-child{background: #0aa400;}
#pageDetailContent .container .pageRight .singleLPro {flex: 1 0 30%;margin: 10px;height: auto;transition: all ease .5s;background: linear-gradient(180deg,#fff 72%,#f4f4f4 123%);border-radius: 5px;box-shadow: 0 0 13px 0 rgb(0 0 0 / 22%);}
#pageDetailContent .container .pageRight .singleLPro .image {display: flex;align-items: center;justify-content: center;transition: all ease .5s;height: 200px;width: 100%;padding: 5px}
#pageDetailContent .container .pageRight .singleLPro .image img {width: 100%;height: 100%;object-fit: contain}
#pageDetailContent .container .pageRight .singleLPro .textBottom {position: relative;min-height: 100px;padding: 0 0 0 30px;}
#pageDetailContent .container .pageRight .singleLPro .textBottom .line {position: relative;height: 1px;background: #e5e5e5}
#pageDetailContent .container .pageRight .singleLPro .textBottom .line:before {position: absolute;content: "";left: 0;top: -4px;width: 25px;height: 4px;background: #1d2d3b}
#pageDetailContent .container .pageRight .singleLPro .textBottom .text h1 {margin: 0;font-size: 16px;font-weight: 500;transition: all .3s;color: #1d2c3b;padding: 0 5px}
#pageDetailContent .container .pageRight .singleLPro .textBottom .text {padding: 20px 0;display: flex}
#pageDetailContent .container .pageRight .singleLPro .textBottom .text img {height: 15px;filter: invert(66%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(99%) contrast(95%)}
#pageDetailContent .container .pageRight .singleLPro:hover {opacity: .89;transform: scale(.89);transition: all ease .5s}
#pageDetailContent .container .pageRight .singleLPro:hover .textBottom .line:before {width: 50%;height: 4px;transition: all .3s;background: #1666b2}


#homeProductionBanner{position: relative;height: 600px;width: 100%;padding: 50px 0;margin: 10px 0;}
#homeProductionBanner .bg{position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}
#homeProductionBanner:before{position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(85deg, rgb(0 0 0 / 77%) 0, rgb(0 0 0 / 0%));}
#homeProductionBanner .container{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 9;}
#homeProductionBanner .container .text{flex: 1;display: flex;align-items: center;}
#homeProductionBanner .container .text h1{font-size: 73px;margin: 0;padding: 0;font-weight: 200;line-height: 1;color: #ffff;}
#homeProductionBanner .container .text h1 b{font-weight: 600;}
#homeProductionBanner .container .image{flex: 1;padding: 20px;background: rgb(0 0 0 / 37%);height: 500px;}
#homeProductionBanner .container .image img{width: 100%;height: 100%;}