*,::before,::after{box-sizing:border-box;outline:unset}

html,body{min-height:100%;height:100%;font-family: 'Roboto', sans-serif;padding-top: 64px;}
a{text-decoration:none;color:unset}
.container{max-width:1200px;width:100%;display:block;margin:0 auto;}

/*Header*/
#header {width: 100%;position: relative;height: 130px; position: fixed;left: 0;right: 0;top: 0;z-index: 9999999;background: #fff;transition: all .3s;}
#header.sticky{height: 100px;transition: all .3s;box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 47%);}
#header.sticky .container .headerMenu ul li:hover .altMenu{    top: 100px;}
#header .container {display: flex;height: 100%;flex-wrap: wrap;max-width: 1400px;}
#header .container .logo{max-width: 250px;flex: 1;display: flex;align-items: center;}
#header .container .logo img{width: 100%;}
#header .container .headerMenu{width:100%;height: 100%;position: relative;flex: 1;padding: 0 20px 0 30px;}
#header .container .headerMenu::after{position: absolute;content: "";left: -100%;top: 0;right: 0;width: 100%;height: 60px;background: #e51e20;display: none;}
#header .container .headerMenu ul{display:flex;height:100%;align-items:center;flex-direction:row;list-style:none;padding:0;margin:0;width: 100%;justify-content: space-between;}
#header .container .headerMenu ul li{position: relative;height: 100%;display: flex;align-items: center;background: #fff;/* width: 100%; */justify-content: space-between;}
/* #header .container .headerMenu ul li::after{position: absolute;content: "/";right: -20px;top: 50%;transform:translateY(-50%);color: #c4c4c4;} */
#header .container .headerMenu ul li:first-child::after{display: none;}
#header .container .headerMenu ul li:last-child::after{display: none;}
#header .container .headerMenu ul li a{font-weight: 600;font-size: 15px;transition:all .5s;border-radius:0;padding: 0px 15px;width: 100%;color: #21292f;display: flex;align-items: center;background: #fff;height: 100%;}
#header .container .headerMenu ul li a::after {position: absolute;content: '';height: 5px;right: 0;bottom: 0;left: 0;background-color: #e30613;transform: scale(0);transform-origin: center;transition: all ease .5s;}
#header .container .headerMenu ul li:hover a::after {transform: scale(1);}
#header .container .headerMenu ul li a i{color: #ffffff;}
#header .container .headerMenu ul li:hover a i{color: #fff;}
#header .container .headerMenu .mobileMenu{transition: all .3s;width: unset;align-items: center;height: 100%;justify-content: center;background: #ebebec!important;cursor: pointer;color: #393e43!important;font-size: 22px;padding: 20px;margin-right: 40px;}
#header .container .headerMenu .mobileMenu:hover{opacity: 0.9;transition: all .3s;}
#header .container .headerMenu ul .altMenu{/* display:none; */position:absolute;top: 120px;left: 0;width: 275px;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;display: none;}
#header .container .headerMenu ul .altMenu ul{flex-direction: column!important;}
#header .container .headerMenu ul .altMenu li{display:block!important;border-radius: 0;}
#header .container .headerMenu ul .altMenu li {/* padding: 10px; */width: 100%;}
#header .container .headerMenu ul .altMenu li:after{display: none;}
#header .container .headerMenu ul .altMenu li a:after{display: none!important;}
#header .container .headerMenu ul .altMenu li a{padding: 10px!important;background: unset!important;color: #000000!important;}
#header .container .headerMenu ul .altMenu li:hover a{background:#e4e4e4!important ;}
#header .container .headerMenu ul .altMenu li:hover{border-radius: 0!important;background: #e30613!important;transition: all .3s;}
#header .container .headerMenu ul .altMenu li:hover a{border-radius: 0!important;background: unset!important;transition: all .3s;color: #fff!important;}
#header .container .headerMenu ul li:hover .altMenu{top: 130px;left: 0;transition: all .4s;opacity: 1;z-index: 9999;display: block;}
#header .container .headerIcons{/* flex: 1; *//* width: 150px; */display: flex;align-items: flex-start;justify-content: center;border-left: 1px solid #e1e2e3;padding-left: 29px;flex-direction: column;}
#header .container .headerIcons .single{margin-right: 5px;transition: all .3s;}
#header .container .headerIcons .single:hover{transition: all .3s;opacity: 0.8;}
#header .container .headerIcons .single img{}
#header .container .searchProduct {display: block;width: 99%;height: 40px;float: left;/* margin: 0 0 30px 0; */background: #fff;border: 1px solid #d2d2d3;position: relative;margin-bottom: 13px;}
#header .container .searchProduct form {display: block;float: left;width: 100%;position: relative;overflow: hidden;height: 100%;}
#header .container .searchProduct form input {display: block;float: left;width: 100%;height: 100%;padding: 0;margin: 0;padding-left: 9px;font-size: 12px;}
#header .container .searchProduct form button {display: block;position:  absolute;right: 0;height: 100%;top: 0;background: #ffffff;border: none;/* border-left: 1px solid #c7c7c7; */padding: 5px 15px;color: #000000;font-size: 14px;font-weight: 600;cursor: pointer;}#header .bottom .container 
#header .container .searchProduct.cash {position:  absolute;width: auto;left: 20px;right: 20px;top: 20px;z-index:  99;}
#header .container .searchProduct.cash input {background: #ffffff;color: #9b9b9b;border: unset;font-weight: 600;}
#header .container .searchProduct.cash button {background: #ffffff;}
#header .container .searchProduct:after{content: "";position: absolute;bottom: -3px;/* left: 0; */right: 0;width: 100%;height: 3px;background: #757575;}

#header .container .lang{transition: all .3s;/* width: 120px; *//* height: 50px; */border-right: 1px solid #e5e5e5;display: flex;z-index: 999;align-items: center;}
#header .container .lang:hover{opacity: 0.8; transition: all .3s;}
#header .container .lang .langLeft{width: 56px;height: 100%;display: flex;align-items: center;justify-content: center;/* background: rgb(35 147 194 / 56%); */margin: 0 10px;}
#header .container .lang .langLeft span{font-family: 'Raleway', sans-serif;font-size: 15px;font-weight: 700;color: #79828a;}
#header .container .lang .langRight{/* width: 47px; */height: 100%;/* background: rgb(35 147 194 / 56%); */position: relative;display: flex;align-items: center;justify-content: flex-end;}
#header .container .lang .global{/* position: absolute; */width: 27px;height: 27px;border-radius: 100%;left: -8px;/* background: rgb(35 147 194 / 56%); */display: flex;align-items: center;justify-content: center;}
#header .container .lang .langRight i{color: #79828a;margin-top: -5px;font-size: 20px;}
#header .container .lang .dropbtn {background-color: #ffffff;color: black;border: none;cursor: pointer;outline: none;width: 100%;display: contents;}
#header .container .lang .dropbtn:hover, .dropbtn:focus {background-color: #ffffff;}
#header .container .lang .dropdown {position: relative;display: inline-block;width: 100%;display: flex;align-items: center;height: 50px;padding: 0 60px 0 30px;border-left: 1px solid #ddd;}
#header .container .lang .dropdown-content {display: none;top: 60px;left: 0;position: absolute;background-color: rgb(227 6 19);width: 100%;overflow: auto;z-index: 2;}
#header .container .lang .dropdown-content a {color: white;width: 100%;height: 40px;text-decoration: none;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #fff;transition: all .3s;}
#header .container .lang .dropdown-content a:last-child {border-bottom: unset}
#header .container .lang .dropdown a:hover {background-color: #fff;color: #282780;font-weight: 700;}
#header .container .lang .show {display: block;}

#bayii{position: absolute;right: 0;top: 50%;width: 100px;height: 75px;z-index: 99999;background: #fff;display: flex;align-items: center;justify-content: center;border-radius: 50px 0 0px 50px;}
#bayii .container img{width: 100%;height: 60px;object-fit: contain;}



/*Mobil Menu*/
#mFull {height: 100%;width: 0;position: fixed;z-index: 99999999999999;top: 0;left: 0;background-color: rgb(255, 255, 255);overflow-x: hidden;transition: 0.5s;}
#mFull .container {height: 100%;display: grid;grid-template-rows: 150px 44px 1fr 70px;}
#mFull .container .searchProduct {display: block;width: 100%;height: 40px;float: left;/* margin: 0 0 30px 0; */background: #fff;/* border: 1px solid #d2d2d3; */position: relative;margin-bottom: 13px;}
#mFull .container .searchProduct form {display: block;float: left;width: 100%;position: relative;overflow: hidden;height: 100%;}
#mFull .container .searchProduct form input {display: block;float: left;width: 100%;height: 100%;padding: 0;margin: 0;padding-left: 9px;font-size: 12px;}
#mFull .container .searchProduct form button {display: block;position:  absolute;right: 0;height: 100%;top: 0;background: #ffffff;border: none;/* border-left: 1px solid #c7c7c7; */padding: 5px 15px;color: #000000;font-size: 14px;font-weight: 600;cursor: pointer;}#header .bottom .container 
#mFull .container .searchProduct.cash {position:  absolute;width: auto;left: 20px;right: 20px;top: 20px;z-index:  99;}
#mFull .container .searchProduct.cash input {background: #ffffff;color: #9b9b9b;border: unset;font-weight: 600;}
#mFull .container .searchProduct.cash button {background: #ffffff;}
#mFull .container .searchProduct:after{content: "";position: absolute;bottom: -3px;/* left: 0; */right: 0;width: 100%;height: 3px;background: #757575;}
#mFull .headerbackground{position: relative;}
#mFull .headerbackground:after{content:"";position: absolute;left:-100%;height: 150px;width: 200%;/* background: #f9f9f9; */z-index: -1;}
#mFull .container .header {display: flex;/* background: #f9f9f9; */align-items: center;border-bottom: 1px solid #ddd;}
#mFull .container .header .headerLeft{ flex: 1;}
#mFull .container .header .headerLeft{display: flex;align-items: center;flex: 1;}
#mFull .container .header .headerLeft .logo-one{}
#mFull .container .header .headerLeft .logo-two{}
#mFull .container .header .headerRight {display: flex;flex: 1;justify-content: flex-end;}
#mFull .container .header .headerRight .customerService{display: flex;align-items: center;transition: all .3s;margin-right: 25px;}
#mFull .container .header .headerRight .customerService:hover{opacity: 0.8;transition: all .3s;}
#mFull .container .header .headerRight .customerService p{color: #798088;font-size: 17px;}
#mFull .container .header .headerRight .customerService img{width: 30px;height: 35px;object-fit: contain;margin: 0 20px;}
#mFull .container .header .headerRight .customerService span{color: #e30613;font-weight: 700;}
#mFull .container .header .headerRight .closebtn {font-size: 38px;color: #ffffff;text-align: right;width: 70px;height: 70px;background: #e30613;display: flex;align-items: center;justify-content: center;}
#mFull .container .headerMobil {display: none;background: #f9f9f9;align-items: center;}
#mFull .container .headerMobil .headerLeft{flex: 1;display: flex;margin-top: 15px;}
#mFull .container .headerMobil .headerLeft .hursanLogoMobil{flex: 1;padding: 10px 10px 10px 0;height: 51px;}
#mFull .container .headerMobil .headerLeft .hursanLogoMobil img{width: 100%;height: 100%;object-fit: contain;}
#mFull .container .headerMobil .headerLeft .ewoqMobil{border-left: 1px solid #c1c1c1;/* padding: 0 70px; */flex: 1;height: 45px;}
#mFull .container .headerMobil .headerLeft .ewoqMobil img{width: 100%;height: 100%;object-fit: contain;padding: 10px 0 10px 10px;}
#mFull .container .headerMobil .headerRight{flex: 1;display: flex;align-items: center;justify-content: space-between;width: 100%;}
#mFull .container .headerMobil .headerRight .mobilPhone{display: flex;align-items: center;justify-content: center;padding-right: 28px;}
#mFull .container .headerMobil .headerRight .mobilPhone img{}
#mFull .container .headerMobil .headerRight .mobilPhone p{font-weight: 700;margin-left: 10px;}
#mFull .container .headerMobil .headerRight .closebtn {font-size: 38px;color: #ffffff;text-align: right;width: 70px;height: 70px;background: #c1c1c1;display: flex;align-items: center;justify-content: center;}
#mFull .container .content {display: flex;align-items: flex-start;margin-top: 0px;}
#mFull .container .content .mobilLeftMenu{flex: 1;height: 100%;display: flex;flex-direction: column;}
#mFull .container .content .mobilLeftMenu #accordion{display:flex;flex-direction:column;/* max-width:40%; *//* margin:5rem auto; */}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion{display:flex;flex-direction:column;margin-bottom:.4rem;/* box-shadow:0 0 .2em .1em rgba(0,0,0,0.1); */border-radius:.2rem;overflow:hidden;}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header{/* background-color: #edf4f7; */width: 100%;margin: 0;padding: 10px 0px 5px 0;color: #000000;display: flex;align-items: center;justify-content: space-between;cursor: pointer;font-weight: 700;border-bottom: 1px solid #d9d9d9;}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header h1{font-weight: 500;margin: 0;font-size: 17px;display: inline;color: #000000;}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header i{color: #000000;font-size: 14px;}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header__title{padding:1rem 1.5rem;text-transform:capitalize;color:#fff}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header__caret{padding:1rem 1.5rem;margin-left:auto;border-left:1px solid;position:relative}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header__caret::before{content:"+";text-align:center;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-text{margin:0 auto;padding: 0 0 0 10px;min-width: 95%;max-width: 95%;/* border-width:2px; *//* background-color:#fafafad4; *//* border-color: #005f5b; *//* border-style:solid; */border-top:none;border-bottom-left-radius:25px;border-bottom-right-radius:25px;display: flex;flex-direction: column;}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-text a{margin-top: 10px;/* padding: 5px 0; */font-size: 14px;}
#mFull .container .content .mobilLeftMenu #accordion .single-accordion[data-opened="true"] .accordion-header__caret::before{content:"-"} 
#mFull .container .content .mobilLeftMenu .mobilMenu{padding: 30px 0;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul{display:flex;height:100%;align-items:center;flex-direction:row;list-style:none;padding:0;margin:0;width: 100%;justify-content: space-between;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li{position: relative;height: 100%;display: flex;align-items: center;background: #fff;/* width: 100%; */justify-content: space-between;height: 100px;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li:first-child::after{display: none;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li:last-child::after{display: none;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li a{font-weight: 600;font-size: 15px;transition:all .5s;border-radius:0;padding: 0px 0px 0 0;width: 100%;color: #21292f;display: flex;align-items: center;background: #fff;height: 100%;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li a::after {position: absolute;content: '';height: 5px;right: 0;bottom: 0;left: 0;background-color: #e30613;transform: scale(0);transform-origin: center;transition: all ease .5s;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li:hover a::after {transform: scale(1);}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li a i{color: #ffffff;}
#mFull .container .content .mobilLeftMenu .mobilMenu ul li:hover a i{color: #fff;}
#mFull .container .content .mobilMidMenu{flex: 1;height: 100%;display: flex;/* align-items: center; *//* margin: 0 75px; */flex-direction: column;margin-left: 51px;padding: 0px 0;border-left: 1px solid #ddd;padding-left: 50px;/* background: #ddd; */}
#mFull .container .content .mobilMidMenu .title a{}
#mFull .container .content .mobilMidMenu .title h1{margin: 0;padding: 30px 0 16px;border-bottom: 1px solid #d9d9d9;font-size: 17px;color: #000000;}
#mFull .container .content .mobilMidMenu .content{display: flex;flex-wrap: wrap;/* height: 100%; */}
#mFull .container .content .mobilMidMenu .content .single{display: flex;flex: 1 0 31%;flex-direction: column;align-items: center;justify-content: center;height: 175px;position: relative;margin: 20px 0;transition: all .3s;border-right: 1px solid #c1c1c1;}
#mFull .container .content .mobilMidMenu .content .single:nth-child(3){border-right: unset;}
#mFull .container .content .mobilMidMenu .content .single:last-child{border-right: unset;}
#mFull .container .content .mobilMidMenu .content .single:hover{border-right: unset;background: rgb(0,71,143);background: linear-gradient(342deg, rgba(0,71,143,1) 0%, rgb(25 89 154) 49%, rgba(0,71,143,1) 100%);height: 229px;margin: 0;margin-top: 10px;z-index: 99999;border-radius: 10px;transition: all .3s;box-shadow: 0 0 13px 3px rgb(4 4 4 / 43%);}
#mFull .container .content .mobilMidMenu .content .single .image img{opacity: 1;display: block;transition: all .3s;width: 60px;}
#mFull .container .content .mobilMidMenu .content .single .imageHover img{opacity: 0;display: none;transition: all .3s;}
#mFull .container .content .mobilMidMenu .content .single:hover .imageHover img{opacity: 1;display: block;transition: all .3s;width: 70px;}
#mFull .container .content .mobilMidMenu .content .single:hover .image img{opacity: 0;display: none;transition: all .3s;}
#mFull .container .content .mobilMidMenu .content .single .text{text-align: center;margin-top: 15px;}
#mFull .container .content .mobilMidMenu .content .single .text h1{margin: 0;padding: 0;color: #5c5c5c;font-weight: 500;font-size: 19px;transition: all .3s;}
#mFull .container .content .mobilMidMenu .content .single:hover .text h1{transition: all .3s;color: #ffff;}
#mFull .container .content .mobilMidMenu .content .single .text h1:last-child{font-weight: 300;}
#mFull .container .content .mobilMidMenu .content .single .icons{opacity: 0;margin-top: 0;display: none;}
#mFull .container .content .mobilMidMenu .content .single:hover .icons{opacity: 1;transition: all .3s;margin-top: 15px;display: block;}
#mFull .container .content .mobilMidMenu .content .single .icons i{color: #4d7fb1;font-size: 27px;}
#mFull .container .content .mobilRightMenu{flex: 1;}
#mFull .container .content .mobilContact .single{}
#mFull .container .content .mobilContact .single h1{margin: 0;padding: 10px 0;border-bottom: 1px solid #d9d9d9;font-size: 17px;color: #000000;}
#mFull .container .content .mobilContact .single p{font-size: 15px;}
#mFull .container .footerNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content: space-between;padding: 10px 0;/* border-top: 1px solid #ddd; */}
#mFull .container .footerNav .footerNav-social{display:flex}
#mFull .container .footerNav .footerNav-social span{color: #0a0a0a;font-weight: 500;font-size: 14px;}
#mFull .container .footerNav .footerNav-social a{margin-left:5px}
#mFull .container .footerNav .footerNav-social a:first-child{margin-left:0}
#mFull .container .footerNav .footerNav-social img{width: 62px;height: 16px;}
#mFull .container .footerNav .footerNav-inviva{display:flex}
#mFull .container .footerNav .footerNav-inviva img{width:62px;height:16px}
#mFull .container .footerNav .social{display:flex;height: 65px;/* border-bottom: 1px solid #323b5e; */padding: 15px 0;align-items: center;justify-content: center;}
#mFull .container .footerNav .social h1{font-size: 14px;margin: 0;padding: 0;color: #e41622;}
#mFull .container .footerNav .social .socialList{display: flex;}
#mFull .container .footerNav .social .single{display: flex;padding: 0px 10px;color: #6c6c6c;align-items: center;}
#mFull .container .footerNav .social .single i{/* color: #6c6c6c; */font-size: 14px;}
#mFull .container .footerNav .social .single p{/* color: #000; */font-size: 12px;padding: 0;margin: 0;margin-left: 5px;}
#mFull .container .footerNav .face{color:#395b9f;font-size: 40px;margin-right: 5px;}
#mFull .container .footerNav .twitter{color:#2ca7df;font-size: 40px;margin-right: 5px;}
#mFull .container .footerNav .insta{width: 35px;height: 35px;background: #527ea2;display: flex;align-items: center;justify-content: center;border-radius: 4px;}
#mFull .container .footerNav .insta i{font-size: 20px;color:#fff;}

/*Ana Sayfa Slider*/
#slider{width:100%;height: 80vh;position: relative;}
#slider .swiper-container{position:relative;width:100%;height:100%;}
#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: rgb(0 0 0 / 64%); */z-index:2;background: rgb(0,0,0);background: linear-gradient(0deg, rgb(0 0 0 / 57%) 0%, rgba(0,0,0,0) 100%);}
#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;/* max-height:200px; *//* font-style: italic; */font-weight: 700;max-width: 1400px;}
#slider .mainSliderText h1{font-size: 80px;color:#fff;/* text-shadow:1px 1px #000; */margin:0;font-weight: 700;width: 450px;/* text-indent: 9px; */line-height: 69px;}
#slider .mainSliderText p{font-size: 35px;color: #ffffff;/* text-shadow:1px 1px #000; */margin:0;font-weight: 400;margin-top: 40px;}
#slider .mainSliderText span{font-size: 25px;color: #fff;font-weight: 300;}
#slider .swiper-pagination {text-align: right;bottom: 20px;/* transform: translateY(-61%); */left: 234px;background: none;z-index: 99;display: flex;/* flex-direction: column; *//* background: rgb(0 0 0 / 0%); */border-radius: 20px;}
#slider .swiper-pagination-bullet {width: 10px;height: 10px;background: #7f7e7f;/* border: 1px solid rgb(255 255 255 / 0%); */opacity: 1;/* margin: 2px 3px; */z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;margin-left: 10px;}
#slider .swiper-pagination-bullet::before {content: "";width: 9px;height: 9px;border-radius: 100%;/* background:rgba(255, 255, 255, 0.75); */}
#slider .swiper-pagination-bullet-active::before {content: "";width: 8px;height: 8px;border-radius: 100%;background: #ffffff;}
#slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{/* border: 1px solid rgb(255 255 255 / 30%); */}
#slider .swiperButton{position:absolute;bottom: 11px;left: 0;transform: translate(-50%, -50%);/* width:100%; */text-align: left;z-index:999;height:auto;/* max-height: 1400px; */padding-left: 226px;font-style: italic;font-weight: 700;}
#slider .swiper-button-prev{width: 35px;height: 16px;left: unset;outline:unset;background-image: unset;}
#slider .swiper-button-prev i{position:absolute;top:50%;left:50%;transform:translate(-59%,-48%);font-size: 20px;color: #ffffff;}
#slider .swiper-button-next{width: 35px;height: 15px;right: -70px;outline:unset;background-image: unset;border-left: 1px solid #fff;padding-left: 14px;}
#slider .swiper-button-next i{position:absolute;top:50%;left:50%;transform:translate(-35%,-47%);font-size: 20px;color: #ffffff;}
#slider .sliderPaginationBox{position: absolute;left: 0;bottom: 0;height: 60px;background: #9e9484;z-index: 2;width: 175px;}
#slider .sliderPaginationBox .triangle {position: absolute;right: -60px;top: 0;border-bottom: 60px solid #9e9484;border-top: 0px solid transparent;border-right: 60px solid #97979800;/* box-shadow: inset 17px -20px 12px 0px rgb(0 0 0); */z-index: 222;}
#slider .sliderPaginationBox .triangleShadow{position: absolute;right: -46px;top: 2px;/* border-bottom: 49px solid rgb(0 0 0 / 56%); *//* border-top: 0px solid transparent; *//* border-right: 52px solid #97979800; *//* box-shadow: inset 17px -20px 12px 0px rgb(0 0 0); */width: 16px;height: 76px;/* z-index: -1; */background: rgb(0 0 0 / 45%);transform: rotate(-45deg);}

/*Ana Sayfa Mobil Slider*/
#mSlider{width:100%;height: auto;z-index:1;position:relative;display: none;}
#mSlider .swiper-container{position:relative;width:100%;height:100%;/* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */}
#mSlider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%}
#mSlider .swiper-container .swiper-slide::before{content:'';position:absolute;/* bottom:0; */right:0;left:0;height: 99%;background: linear-gradient(19deg,rgb(0 0 0 / 25%) 0,transparent);z-index:2;}
#mSlider .swiper-button-prev{background: url(../../index.html);background-position: center;background-repeat: no-repeat;background-size: contain;width: 55px;left: 3%;}
#mSlider .swiper-button-next{background: url(../../index.html);background-position: center;background-repeat: no-repeat;background-size: contain;width: 55px;right: 3%;}
#mSlider .swiper-container img{width:100%;height:100%;object-fit:cover}
#mSlider .mainSliderText{position:absolute;bottom: 0;left:50%;transform: translateX(-50%);max-width: 1200px;width:100%;/* text-align:center; */z-index:999;/* height: 100%; */display: flex;flex-direction: column;/* align-items: center; *//* justify-content: center; */}
#mSlider .mainSliderText img{width: 90px;height: 90px;}
#mSlider .mainSliderText h1{font-size: 40px;color: #ffffff;text-shadow:1px 1px #000;margin: 20px 0;width: 550px;}
#mSlider .mainSliderText p{font-size: 40px;color: #ffffff;text-shadow:1px 1px #000;margin:0;font-weight:100;}
#mSlider .mainSliderText a{width: max-content;/* height: 60px; *//* display: flex; *//* align-items: center; *//* justify-content: center; *//* border-radius: 100%; *//* border:2px solid #fff; *//* position: absolute; *//* bottom: 0; */padding: 15px;background: #e51e20;color: #fff;transition: all .3s;}
#mSlider .mainSliderText a:hover{opacity: 0.7;transition: all .3s;}
#mSlider .mainSliderText a i{color:#fff;font-size: 25px;}
#mSlider .swiper-pagination{text-align:right;bottom: 15px;/* transform: translateX(-50%); */right: 16px;background:none;z-index: 9999;display:flex;flex-direction:column;align-items: center;}
#mSlider .swiper-pagination-bullet{width: 8px;height: 8px;background: #b2b2b1;margin-top: 3px;border-radius: 0%;z-index: 99999;opacity: 1;}
#mSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 2px solid #e7242f;background: #e7242f!important;width: 10px!important;height: 10px!important;}

/*Slider Alti Banner*/
#slideBottomBanner{height: 500px;background: #9e9484;z-index: 999;position: relative;/* margin-top: -16px; */}
#slideBottomBanner img{position: absolute;right: 0;top: 0;border: 0;/* width: 100%; *//* object-fit: contain; */height: 500px;z-index: -1;}
#slideBottomBanner .container{height: 100%;}
#slideBottomBanner .container p{width: 50%;height: 100%;display: flex;flex-direction: column;justify-content: center;font-size: 40px;color: #fff;padding: 0;margin: 0;font-weight: 300;}
#slideBottomBanner .container p strong{font-size: 45px;font-weight: 600;}

/*Anasayfa Kategori*/
#homeCategories{height: 375px;background: #393e43;/* padding: 50px 0; */}
#homeCategories .container{display: flex;flex-wrap: wrap;height: 100%;}
#homeCategories .container .single{display: flex;flex: 1;flex-direction: column;align-items: center;justify-content: center;height: 275px;position: relative;margin: 50px 0;transition: all .3s;border-right: 1px solid #575b5f;}
#homeCategories .container .single:last-child{border-right: unset;}
#homeCategories .container .single:hover{border-right: unset;background: rgb(0,71,143);background: linear-gradient(342deg, rgba(0,71,143,1) 0%, rgb(25 89 154) 49%, rgba(0,71,143,1) 100%);height: 112%;margin: 0;margin-top: -2%;z-index: 99999;border-radius: 10px;transition: all .3s;box-shadow: 0 0 13px 3px rgb(4 4 4 / 43%);}
#homeCategories .container .single .image img{opacity: 1;display: block;transition: all .3s;}
#homeCategories .container .single .imageHover img{opacity: 0;display: none;transition: all .3s;}
#homeCategories .container .single:hover .imageHover img{opacity: 1;display: block;transition: all .3s;}
#homeCategories .container .single:hover .image img{opacity: 0;display: none;transition: all .3s;}
#homeCategories .container .single .text{text-align: center;margin-top: 30px;}
#homeCategories .container .single .text h1{margin: 0;padding: 0;color: #fff;font-weight: 500;font-size: 23px;}
#homeCategories .container .single .text h1:last-child{font-weight: 300;}
#homeCategories .container .single .icons{opacity: 0;margin-top: 0;display: none;}
#homeCategories .container .single:hover .icons{opacity: 1;transition: all .3s;margin-top: 30px;display: block;}
#homeCategories .container .single .icons i{color: #4d7fb1;font-size: 27px;}

/*Anasayfa Kurumsal*/
#homeCorporate{/* height: 600px; */width: 100%;background-color: #e8e8e8;padding: 90px 0;}
#homeCorporate .container{display: flex;flex-wrap: wrap;}
#homeCorporate .container .image{flex: 1;}
#homeCorporate .container .image img{}
#homeCorporate .container .text{flex: 1;display: flex;flex-direction: column;justify-content: center;color: #393e43;padding-left: 60px;}
#homeCorporate .container .text h1{margin: 0;padding: 0;font-size: 31px;}
#homeCorporate .container .text p{font-size: 17px;}
#homeCorporate .container .text a{font-size: 15px;background: #393e43;color: #fff;width: fit-content;padding: 15px;transition: all .3s;}
#homeCorporate .container .text a:hover{transition: all .3s;opacity: 0.8;}
/*Alt Gruop*/
#subGroup{/* height: 750px; */padding: 50px 0;}
#subGroup .container{display: flex;flex-wrap: wrap;}
#subGroup .container .subGroupLeft{flex: 1;position: relative;margin-right: 20px;transition: all .3s;cursor: pointer;}
#subGroup .container .subGroupLeft:hover{opacity: 0.7;transition: all .3s;}
#subGroup .container .subGroupLeft::before{content: "";position: absolute;right: 0;bottom: 0;border-bottom: 130px solid #ffffff;border-top: 0px solid transparent;border-left: 140px solid #97979800;/* box-shadow: inset 17px -20px 12px 0px rgb(0 0 0); */z-index: 222;}
#subGroup .container .subGroupLeft img{width: 100%;height: 575px;object-fit: cover;}
#subGroup .container .subGroupLeft .line{position: absolute;bottom: 0;right: 13px;/* transform: rotate(1deg); */z-index: 999;}
#subGroup .container .subGroupLeft .line img{height: auto;}
#subGroup .container .subGroupLeft .text{color: #fff;position: absolute;top: 50px;z-index: 9;left: 50px;width: 55%;}
#subGroup .container .subGroupLeft .text h1{padding: 0;margin: 0;font-size: 30px;}
#subGroup .container .subGroupLeft .text p{font-size: 19px;color: #9ab3cc;font-weight: 300;width: 85%;}
#subGroup .container .subGroupRight{flex: 1;}
#subGroup .container .subGroupRight .subGroupRightTop{position: relative;transition: all .3s;}
#subGroup .container .subGroupRight .subGroupRightTop:hover{opacity: 0.8;transition: all .3s;}
#subGroup .container .subGroupRight .subGroupRightTop img{width: 100%;}
#subGroup .container .subGroupRight .subGroupRightTop h1{position: absolute;top: 50px;left: 50px;margin: 0;padding: 0;width: 50%;font-size: 29px;color: #fff;}
#subGroup .container .subGroupRight .subGroupRightBottom{display: flex;background: #393e43;position: relative;padding: 20px 0;/* height: 181px; */margin-top: 17px;}
#subGroup .container .subGroupRight .subGroupRightBottom::before{content: "";position: absolute;left: 0;bottom: 0;border-bottom: 100px solid #ffffff;border-top: 0px solid transparent;border-right: 80px solid #97979800;/* box-shadow: inset 17px -20px 12px 0px rgb(0 0 0); */z-index: 222;}
#subGroup .container .subGroupRight .subGroupRightBottom .line{position: absolute;bottom: -4px;left: 24px;/* transform: rotate(1deg); */z-index: 999;}
#subGroup .container .subGroupRight .subGroupRightBottom .line img{}
#subGroup .container .subGroupRight .subGroupRightBottom .image{z-index: 99999;margin-right: 44px;padding-left: 25px;}
#subGroup .container .subGroupRight .subGroupRightBottom .image img{width: 185px;}
#subGroup .container .subGroupRight .subGroupRightBottom .text{/* padding: 27px 0; */display: flex;flex-direction: column;justify-content: center;}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single{display: flex;padding-bottom: 13px;border-bottom: 1px solid #4d5256;transition: all .3s;}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single:hover{opacity: 0.8;transition: all .3s;}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single:last-child{padding-bottom: 0;border-bottom: unset;padding-top: 20px;}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single .image{margin-right: 23px;}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single .image img{width: 30px;}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single .content{}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single .content h1{margin: 0;padding: 0;font-size: 19px;color: #fff;font-weight: 500;}
#subGroup .container .subGroupRight .subGroupRightBottom .text .single .content p{padding: 0;margin: 0;color: #a9bbce;font-weight: 300;}

/*Footer*/
#footer{width: 100%;}
#footer .container{display: flex;flex-direction: column;}
#footer .container .top{display: flex;padding-bottom: 15px;}
#footer .container .top .left{display: flex;align-items: center;flex: 1;}
#footer .container .top .left .logo-one{}
#footer .container .top .left .logo-two{}
#footer .container .top .right{display: flex;flex: 1;justify-content: flex-end;}
#footer .container .top .right .customerService{display: flex;align-items: center;transition: all .3s;}
#footer .container .top .right .customerService:hover{opacity: 0.8;transition: all .3s;}
#footer .container .top .right .customerService p{color: #798088;font-size: 17px;}
#footer .container .top .right .customerService img{width: 30px;height: 35px;object-fit: contain;margin: 0 20px;}
#footer .container .top .right .customerService span{color: #e30613;font-weight: 700;}
#footer .container .middle{display: flex;padding: 50px 0;border-top: 3px solid #ebebec;}
#footer .container .middle .left{flex: 1;margin-top: 15px;}
#footer .container .middle .left .text{color: #798088;}
#footer .container .middle .left .text h1{font-size: 15px;margin: 0;padding: 0;}
#footer .container .middle .left .text p{margin: 0;padding: 0;font-size: 14px;font-weight: 300;}
#footer .container .middle .left .social{margin-top: 40px;}
#footer .container .middle .left .social .single{margin-right: 5px;transition: all .3s;}
#footer .container .middle .left .social .single:hover{opacity: 0.8;transition: all .3s;}
#footer .container .middle .left .social .single img{width: 35px;height: 35px;object-fit: contain;}
#footer .container .middle .right{display: flex;flex-direction: row;justify-content: space-between;flex: 1;}
#footer .container .middle .right .links{display: flex;flex-direction: column;width: 225px;}
#footer .container .middle .right .links:nth-child(2){border-left: 1px solid #ddd;border-right: 1px solid #ddd;padding: 0 50px;margin-right: 50px;}
#footer .container .middle .right .links .single{/* max-width: 200px; */color: #798088;margin-top: 15px;}
#footer .container .middle .right .links .single h1{margin: 0;padding: 0;font-size: 15px;}
#footer .container .middle .right .links .single ul{display:flex;height:100%;align-items: start;flex-direction:column;list-style:none;padding:0;margin:0;}
#footer .container .middle .right .links .single ul li{margin-bottom: -1px;}
#footer .container .middle .right .links .single ul li a{font-weight: 400;font-size: 14px;transition:all .5s;}
#footer .container .middle .right .links .single ul li a:hover{color: #b0b0b0;border-radius:5px;transition:all .5s;}
#footer .container .bottom{display: flex;align-items: center;justify-content: flex-end;padding-bottom: 40px;border-top: 1px solid #ddd;padding-top: 20px;}
#footer .container .bottom a{font-size: 13px;color:#798088;transition: all .3s;}
#footer .container .bottom a:hover{opacity: 0.7;transition: all .3s;}

/*Ana Sayfa Slider*/
#pageNavigation{width:100%;height: 320px;/* z-index: -1; */position:relative;/* margin-top: -150px; */}
#pageNavigation .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;}
#pageNavigation::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;}
#pageNavigation::after{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(179deg,rgb(0 0 0 / 35%) 0,transparent);z-index:2;}
#pageNavigation img{width:100%;height:100%;object-fit:cover}
#pageNavigation .container .text{position: absolute;bottom: 40px;left: 0;z-index: 9;color: #fff;text-transform: uppercase;}
#pageNavigation .container .text h1:first-child{font-weight: 300;color: #ebebec;margin: 0;padding: 30px 0 0 0;position: relative;}
#pageNavigation .container .text h1:first-child:after{content: "";position: absolute;left: 0;top: 0;width: 50px;height: 5px;background: #e30613;}
#pageNavigation .container .text h1{margin: 0;padding: 0;font-size: 28px;}

#pageDetailContent{width: 100%;}
#pageDetailContent .container{/* display: flex; *//* flex-wrap: wrap; *//* flex-direction: row; */display: -ms-grid;display: grid;-ms-grid-columns: 49% 49% 30%;grid-template-columns: 27% 69%;grid-gap: 0 50px;padding: 50px 0 80px;}
#pageDetailContent .container .pageLeft{width: 100%;}
#pageDetailContent .container .pageRight{width: 100%;}

#pageDetailContent .container .pageLeft .detailMenu{display:flex;/* height:100%; */align-items:center;flex-direction:column;list-style:none;padding:0;margin:0;padding: 30px 0;background: #f2f2f2;}
#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;}
#pageDetailContent .container .pageLeft .detailMenu li a{font-weight: 500;font-size: 15px;transition:all .5s;border-radius:0;padding: 12px 0px;width: 100%;color: #7a7a7a;display: flex;align-items: center;width: 100%;display: flex;justify-content: space-between;border-bottom: 1px solid #d9d9d9;}
#pageDetailContent .container .pageLeft .detailMenu li:first-child a{font-weight: 700;color:#000}
#pageDetailContent .container .pageLeft .detailMenu li:first-child a i{color:#a9a9a9;display: block;}
#pageDetailContent .container .pageLeft .detailMenu li:first-child:hover{background: unset;}
#pageDetailContent .container .pageLeft .detailMenu li:first-child:hover a{color: #000;font-size: 15px;font-weight: 700;border-bottom: 1px solid #d9d9d9;}
#pageDetailContent .container .pageLeft .detailMenu li:first-child:hover a i{color:#a9a9a9;display: block;}
#pageDetailContent .container .pageLeft .detailMenu li:hover {background: #e30613;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a{color: #fff;font-size: 14px;font-weight: 400;border-bottom: unset;}
#pageDetailContent .container .pageLeft .detailMenu li a i{display: none;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a i{display: block;}

#pageDetailContent .container .pageLeft .detailPromise{height: 200px;width: 100%;position: relative;background: #333333;border-bottom: 5px solid #6b6b6b;margin: 20px 0;}
#pageDetailContent .container .pageLeft .detailPromise p{color:#fff;padding: 50px 30px;width: 100%;max-width: 50px;}
#pageDetailContent .container .pageLeft .detailPromise p strong{color:#fff;}
#pageDetailContent .container .pageLeft .detailPromise img{position: absolute;right:  0;bottom: 0;}

#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container{position:relative;width:100%;height:300px;/* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */margin-bottom: 20px;}
#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;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide img{margin-bottom: 20px;height: 100%;width: 100%;object-fit: contain;}
#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;}
#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;bottom: 30px;transform: translateX(-14%);left: 50%;background:none;z-index: 9999;display:flex;/* flex-direction:column; */align-items: center;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet{width: 8px;height: 8px;background: #b2b2b194;margin-left: 3px;border-radius: 100%;z-index: 99999;opacity: 1;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 2px solid #0000;background: #6b6b6b!important;width: 10px!important;height: 10px!important;}

#pageDetailContent .container .pageRight p{padding: 5px 0;margin: 0;line-height: 2;}
#pageDetailContent .container .pageRight p:first-child{padding: 0 0 10px 0;}
#pageDetailContent .container .pageRight .projeList{display: flex;flex-wrap: wrap;}
#pageDetailContent .container .pageRight .projeList .single{flex: 0 0 45%;width: 100%;margin: 20px 20px 0 0;transition: all .3s;}
#pageDetailContent .container .pageRight .projeList .single .image{height: 235px;width: 100%;transition: all .3s;}
#pageDetailContent .container .pageRight .projeList .single .image img{width: 100%;object-fit: cover;height: 100%;border: 2px solid #f2f2f2;}
#pageDetailContent .container .pageRight .projeList .single .desc{display: flex;flex-direction: column;transition: all .3s;background: #f2f2f2;padding: 25px;min-height: 200px;}
#pageDetailContent .container .pageRight .projeList .single .desc h1{margin: 0;padding: 0 0 20px 0;font-size: 23px;position: relative;}
#pageDetailContent .container .pageRight .projeList .single .desc h1:after{content: "";position: absolute;bottom: 0;left: 0;background: #a9a9a9;width: 60px;height: 3px;transition: all .3s;}
#pageDetailContent .container .pageRight .projeList .single .desc .decsBotom{padding-top: 20px;}
#pageDetailContent .container .pageRight .projeList .single .desc .decsBotom p{padding: 0;line-height: 1.4;color: #434343;transition: all .3s;}
#pageDetailContent .container .pageRight .projeList .single:hover{transform: scale(1.05); transition: all .3s;}
#pageDetailContent .container .pageRight .projeList .single:hover .desc{background: #e30613;color:#fff;transition: all .3s;}
#pageDetailContent .container .pageRight .projeList .single:hover  .desc h1:after{background: #434343;transition: all .3s;width: 80px;}
#pageDetailContent .container .pageRight .projeList .single:hover .desc .decsBotom p{color: #fff;transition: all .3s;}
#pageDetailContent .container .pageRight .projeSingle{}
#pageDetailContent .container .pageRight .projeSingle .fotorama__nav{border-top: 1px solid #dee1e6;padding-top: 8px;width: 100%!important;margin-top: 10px;text-align: left;}
#pageDetailContent .container .pageRight .projeSingle .fotorama__thumb-border{border-color: #d41722!important;background-image: linear-gradient(to bottom right,rgb(41 48 61 / 51%),rgba(236, 103, 7, 0.13))!important;}
#pageDetailContent .container .pageRight .galery .fotorama__nav{border-top: 1px solid #dee1e6;padding-top: 8px;width: 100%!important;margin-top: 10px;}
#pageDetailContent .container .pageRight .galery .fotorama__thumb-border{border-color: #d41722!important;background-image: linear-gradient(to bottom right,rgb(41 48 61 / 51%),rgba(236, 103, 7, 0.13))!important;}
#pageDetailContent .container .pageRight .projeSingle .desc{display: flex;flex-direction: column;background: #f2f2f2;padding: 40px;/* min-height: 350px; */margin: 20px 0;}
#pageDetailContent .container .pageRight .projeSingle .desc h1{margin: 0;padding: 0 0 20px 0;font-size: 23px;position: relative;}
#pageDetailContent .container .pageRight .projeSingle .desc h1:after{content: "";position: absolute;bottom: 0;left: 0;background: #a9a9a9;width: 60px;height: 3px;}
#pageDetailContent .container .pageRight .projeSingle .desc .decsBotom{padding-top: 20px;}
#pageDetailContent .container .pageRight .projeSingle .desc .decsBotom p{padding: 0;line-height: 1.4;color: #434343;}
#pageDetailContent .container .pageRight .projeSingle .maps iframe{width: 100%;height: 400px;}

/*Kategori List*/
#pageDetailContent .container .pageRight .categoriesList {display: flex;flex-wrap: wrap;/* height: 100%; */}
#pageDetailContent .container .pageRight .categoriesList .single{display: flex;flex: 1 0 31%;flex-direction: column;align-items: center;justify-content: center;height: 132px;position: relative;margin: 17px 0;transition: all .3s;border-right: 1px solid #c3c3c3;}
#pageDetailContent .container .pageRight .categoriesList .single:last-child{border-right: unset;}
#pageDetailContent .container .pageRight .categoriesList .single:nth-child(3){border-right: unset;}
#pageDetailContent .container .pageRight .categoriesList .single:hover{border-right: unset;background: rgb(0,71,143);background: linear-gradient(342deg, rgba(0,71,143,1) 0%, rgb(25 89 154) 49%, rgba(0,71,143,1) 100%);height: 204px;margin: 0;/* margin-top: -2%; */z-index: 99999;border-radius: 10px;transition: all .3s;box-shadow: 0 0 13px 3px rgb(4 4 4 / 43%);}
#pageDetailContent .container .pageRight .categoriesList .single .image img{opacity: 1;display: block;transition: all .3s;width: 55px;}
#pageDetailContent .container .pageRight .categoriesList .single .imageHover img{opacity: 0;display: none;transition: all .3s;}
#pageDetailContent .container .pageRight .categoriesList .single:hover .imageHover img{opacity: 1;display: block;transition: all .3s;width: 68px;}
#pageDetailContent .container .pageRight .categoriesList .single:hover .image img{opacity: 0;display: none;transition: all .3s;}
#pageDetailContent .container .pageRight .categoriesList .single .text{text-align: center;margin-top: 10px;}
#pageDetailContent .container .pageRight .categoriesList .single .text h1{margin: 0;padding: 0;color: #adb1b5;font-weight: 500;font-size: 17px;transition: all .3s;}
#pageDetailContent .container .pageRight .categoriesList .single:hover .text h1{color: #fff;transition: all .3s;}
#pageDetailContent .container .pageRight .categoriesList .single .text h1:last-child{font-weight: 300;}
#pageDetailContent .container .pageRight .categoriesList .single .icons{opacity: 0;margin-top: 0;display: none;}
#pageDetailContent .container .pageRight .categoriesList .single:hover .icons{opacity: 1;transition: all .3s;margin-top: 9px;display: block;}
#pageDetailContent .container .pageRight .categoriesList .single .icons i{color: #4d7fb1;font-size: 19px;}

#pageDetailContent .container .pageLeft .filter{display: none;padding: 10px 0;background: #e30613;color: #fff;cursor: pointer;align-items: center;justify-content: center;margin-bottom: 10px;}
#pageDetailContent .container .pageLeft .filter i{margin-right: 13px;}

#pageDetailContent .container .pageRight .pageList {display: flex;flex-wrap: wrap;}
#pageDetailContent .container .pageRight .pageList a {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex: 1 0 47%;width: 100%;height: 150px;justify-content: center;align-items:center;color: #fff;font-weight: 700;font-size: 16px;background: #58585a;/* padding: 50px; */text-align: center;margin: 10px 10px 0 0;transition: all .3s;}

#pageDetailContent .container .pageRight .pageList a:hover{background: #fe4d00;opacity: 0.8; transition: all .3s;}

#pageDetailContent .container .pageRight .pageListK{display: flex;width: 100%;padding: 0 3%;align-items: center;justify-content: center;transition: all .3s;}
#pageDetailContent .container .pageRight .pageListK .singleK{flex: 1 0 30%;position: relative;margin-left: 25px;box-shadow: 0 5px 4px 0px rgb(0 0 0 / 20%);width: 100%;height: 200px;}
#pageDetailContent .container .pageRight .pageListK .singleK::before{content: "";position: absolute;left: 50%;bottom: 44px;transform: translateX(-50%);width: 40px;height: 3px;background: #fff;transition: all .3s;}
#pageDetailContent .container .pageRight .pageListK .singleK img{width: 100%;height: 100%;object-fit: cover;}
#pageDetailContent .container .pageRight .pageListK .singleK h1{position: absolute;bottom: 10px;font-size: 19px;color: #fff;text-align: center;width: 100%;margin: 0;padding: 0;}
#pageDetailContent .container .pageRight .pageListK .singleK:hover::before{width: 80px;transition: all .3s;}

#pageDetailContent .container .pageRight .pageListU{display: flex;flex-wrap: wrap;width: 100%;background: #ededed;}
#pageDetailContent .container .pageRight .pageListU .singleU{flex: 1 0 40%;width: 100%;height: 200px;position: relative;transition: all .3s;margin-top:0;}
#pageDetailContent .container .pageRight .pageListU .singleU img{width: 100%;height: 100%;object-fit: cover;}
#pageDetailContent .container .pageRight .pageListU .singleU:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;background: rgba(0, 0, 0, 0.70);z-index: 2;}
#pageDetailContent .container .pageRight .pageListU .singleU .text{position: absolute;left: 0;bottom: 50px;font-size: 14px;z-index: 999;}
#pageDetailContent .container .pageRight .pageListU .singleU h1{margin: 0px 0;padding: 0 25px;display: flex;color: #fff;font-size: 22px;text-transform: uppercase;}
#pageDetailContent .container .pageRight .pageListU .singleU .text2{position: absolute;left: 0;bottom: 25px;z-index: 999;}
#pageDetailContent .container .pageRight .pageListU .singleU:hover{/* transform: scale(1.5); */z-index: 999;height: 300px;margin-top: -60px;box-shadow: 0 0 6px 0px rgb(0 0 0 / 78%);transition: all .3s;} 
#pageDetailContent .container .pageRight .pageListU .singleU:hover .text{bottom: 68px;transition: all .3s;}
#pageDetailContent .container .pageRight .pageListU .singleU:hover .text2{bottom: 40px;transition: all .3s;}
#pageDetailContent .container .pageRight .pageListU .singleU:hover h1{background: #ff4d00;transition: all .3s;}
#pageDetailContent .container .pageRight .pageListU .singleU:hover:after{background: rgba(0, 0, 0, 0);}

#pageDetailContent .container .pageRight .referansList{display: flex;flex-wrap:wrap ;}
#pageDetailContent .container .pageRight .referansList .single{width: 100%;height: 200px;flex:1 0 28%;margin: 10px 10px 0 0;box-shadow: 0 0 5px 0px rgb(221 221 221 / 64%);cursor: pointer;transition: all .3s;}
#pageDetailContent .container .pageRight .referansList .single:hover{transform: scale(1.1);transition: all .3s;}
#pageDetailContent .container .pageRight .referansList .single img{width: 100%;height: 100%;object-fit: contain;}

#pageDetailContent .container .pageRight .newList{display: flex;flex-wrap: wrap;width: 100%;}
#pageDetailContent .container .pageRight .newList .single{flex:1 0 48%;margin: 10px 10px 0 0;position: relative;border: 1px solid #ddd;padding: 7px;}
#pageDetailContent .container .pageRight .newList .single .date {position: absolute;top: -12px;right: 0px;width: 80px;height: auto;background-color: #d64b18;z-index: 2;padding: 18px 19px 10px 19px;}
#pageDetailContent .container .pageRight .newList .single .date:before {position: absolute;content: '';left: 0px;bottom: -13px;border-top: 15px solid #d64b18;border-left: 80px solid transparent;z-index: -1;}
#pageDetailContent .container .pageRight .newList .single .date:after {position: absolute;content: '';left: -10px;top: 0;border-bottom: 11px solid #d64b18;border-left: 10px solid transparent;z-index: -1;}

#pageDetailContent .container .pageRight .newList .single .date  h3 {font-size: 36px!important;font-weight: 300;margin-top: 10px!important;margin-bottom: 4px;}
#pageDetailContent .container .pageRight .newList .single .date  h3 span {position: relative;color: #fff;}
#pageDetailContent .container .pageRight .newList .single .date  h3 span:before {position: absolute;content: "";width: 100%;height: 1px;background-color: #fff3db;left: 0px;bottom: 3px;}
#pageDetailContent .container .pageRight .newList .single .date  h5 {margin: 0px;padding: 0px;color: #fff;letter-spacing: 0px;font-size: 14px;line-height: 14px;font-weight: 400;text-transform: uppercase;}
#pageDetailContent .container .pageRight .newList .single .date  h5:first-child {padding: 10px 0 0 0;}
#pageDetailContent .container .pageRight .newList .single .image{width: 100%;height: 250px;}
#pageDetailContent .container .pageRight .newList .single .image img{width: 100%;height: 100%;object-fit: cover;position: relative;}
#pageDetailContent .container .pageRight .newList .single .desc{display: flex;flex-direction: column;padding: 30px 0;}
#pageDetailContent .container .pageRight .newList .single .desc .descTop{display: flex;flex-direction: row;align-items: center;}
#pageDetailContent .container .pageRight .newList .single .desc .descTop img{width: 38px;height: 38px;margin-right: 20px;}
#pageDetailContent .container .pageRight .newList .single .desc .descTop h1{margin: 0;padding: 0;font-size: 19px;font-weight: 500;}
#pageDetailContent .container .pageRight .newList .single .image .videoPlay{position: absolute;top: 36%;z-index: 9;left: 50%;transform: translate(-50%, -50%);}
#pageDetailContent .container .pageRight .newList .single .image .videoPlay img{width: 70px;height: 70px;object-fit: contain;}

#pageDetailContent .container .pageRight .newsContent .image{width: 100%;height: 480px;margin-bottom: 20px;}
#pageDetailContent .container .pageRight .newsContent .image img{width: 100%;height: 100%;object-fit: cover;}
#pageDetailContent .container .pageRight .newsContent .content{}
#pageDetailContent .container .pageRight .newsContent .content p{}
#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{}
#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 .sayProje{/* width: 100%; */background: #545454;margin-right: 20px;}
#pageDetailContent .container .pageRight .sayProje p{padding: 10px;margin: 0 20px 10px 0;color: #fff;}

#pageDetailContent .container .pageRight .pageGalery h1{margin: 0;padding: 0;font-size: 21px;margin-bottom: 10px;color: #ff4d00;}
#pageDetailContent .container .pageRight .pageGalery .fotorama__nav{border-top: 1px solid #dee1e6;padding-top: 8px;width: 100%!important;margin-top: 10px;text-align: left;}
#pageDetailContent .container .pageRight .pageGalery .fotorama__thumb-border{border-color: #d41722!important;background-image: linear-gradient(to bottom right,rgb(41 48 61 / 51%),rgba(236, 103, 7, 0.13))!important;}


/*Filtre Acilir Menu*/
#filter {width: 100%;height: 0;position: fixed;z-index: 9999999;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;}
#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: #e30613;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;}


 /*pageTitle*/
.pageImage{width: 100%;height: 300px;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: #274185;display: flex;align-items: center;}
.pageTitle h1{padding: 0;margin: 0;color: #fff;font-size: 20px;}

.pageInfo{width: 100%;height: 50px;background: #ff4d00;}
.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;}
.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 p{margin: 0;padding: 10px 0 0 0;color: #000d;line-height: 1.7;font-weight: 100;}
 
/*Urun List*/
#productsList .container .list {width: 100%;margin: 0;padding: 20px 0;list-style: none;display: flex;flex-wrap: wrap;}
#productsList .container .list li {flex-basis: 31%;width: 100%;height: 250px;margin: 0 15px 15px 0;position: relative;overflow: hidden;transition: all .4s;}
#productsList .container .list li:hover .katImage{transform: scale(1.2);transition: all .4s;}
#productsList .container .list li .katImage {width: 100%;height: 100%;transition: all .4s;}
#productsList .container .list li .katImage img {width: 100%;height: 100%;object-fit: cover;display: block;}
#productsList .container .list li .katTitle {width: 100%;position: absolute;bottom: 0;z-index: 100;background: #ffffff;padding: 11px 0 15px 15px;transition: all .4s;}
#productsList .container .list li:hover .katTitle{transition: all .8s;letter-spacing: 1px;padding: 15px 0 15px 20px;}
#productsList .container .list li .katTitle h2 {font-size: 14px;margin: 0;padding: 0;color: #49568c;}
#productsList .container .list li::after{width:100%;height:5px;background: #e8e9ed;position: absolute;content:"";bottom: 0;left: 0;right: 0;z-index: 998;}
#productsList .container .list li::before{position:absolute;content:"";left:0;bottom: 0;height:5px;width:20%;background:#f37021;z-index: 999;}

/*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: #db5e32;/* 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: #db5e32;/* border-bottom: 1px solid #19244c; */font-weight: 400;position: relative;}
#productContent .right strong::after{position: absolute;content: "";left: 0;bottom: 3px;width: 50px;height: 3px;background: #274185;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;}

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


/*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 0 0!important;}
#newsList .single {flex: 1 0 48%;padding: 0;}
#newsList .single:first-child{margin-bottom: 15px;}
#newsList .single .catSingle{width: 100%;height: 240px;margin: 00px 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 img{height: 80px;}
#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: #fe4c00;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 .container .list{display: flex;flex-direction: row;flex-wrap: wrap;padding: 15px;}
#news-list .container .list .inner-container {width: 100%;height: auto;position:relative;margin: 15px;box-shadow: 0px 0px 15px rgba(0,0,0,0.06);flex-basis: 30%;}
#news-list .container .list .inner-container .date {position: absolute;top: 0px;left: 0px;width: 80px;height: auto;background-color: #d64b18;z-index: 2;padding: 18px 19px 10px 19px;}
#news-list .container .list .inner-container .date:before {position: absolute;content: '';left: 0px;bottom: -13px;border-top: 15px solid #d64b18;border-right: 80px solid transparent;z-index: -1;}
#news-list .container .list .inner-container .date  h3 {font-size: 36px!important;font-weight: 300;margin-top: 10px!important;margin-bottom: 4px;}
#news-list .container .list .inner-container .date  h3 span {position: relative;color: #fff;}
#news-list .container .list .inner-container .date  h3 span:before {position: absolute;content: "";width: 100%;height: 1px;background-color: #fff3db;left: 0px;bottom: 3px;}
#news-list .container .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 .container .list .inner-container .date  h5:first-child {padding: 10px 0 0 0;}
#news-list .container .list .inner-container .image img {width: 100%;height: 250px;object-fit: cover;filter: grayscale(1);transition: 1s linear;}
#news-list .container .list .inner-container:hover .image img{filter: unset;transition: 1s linear;}
#news-list .container .list .inner-container .desc {width: 100%;height: auto;padding: 0 30px 30px 30px;}
#news-list .container .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 .container .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 .container .list .inner-container .desc .title h3 a:hover {color: #274185;}
#news-list .container .list .inner-container .desc .info {width: 100%;margin-bottom: 24px;border-bottom: 1px solid #ccc;padding-bottom: 4px;}
#news-list .container .list .inner-container .desc .info span {position: relative;color: #666666;font-size: 11px;padding-right: 22px;font-style: italic;}
#news-list .container .list .inner-container .desc .info span:last-child {position:unset}
#news-list .container .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 .container .list .inner-container .desc .info a:hover{color: #274185;}
#news-list .container .list .inner-container .desc .explanation {margin-bottom: 17px;}
#news-list .container .list .inner-container .desc .explanation p {font-size: 15px;color: #3b3b3b;line-height: 1.6;}
#news-list .container .list .inner-container .desc .readmore {width: 100%}
#news-list .container .list .inner-container .desc .readmore a {text-decoration: none;background-color: #d64b18;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 .container .list .inner-container .desc .readmore a:hover {opacity: 0.7;}

/*Haber Detay*/
#Newscontent {width: 100%;padding: 20px 0;background: #fff;}
#Newscontent .newsDetail {position: relative;display:grid;grid-template-columns:350px 1fr;grid-template-rows: 260px auto auto;grid-gap:0 20px;padding-top:40px;padding-bottom:40px;}
#Newscontent .newsDetail .gallery-thumbs {height: 20%;margin: 20px 10px 0 10px;cursor: pointer;}
#Newscontent .newsDetail .gallery-thumbs .swiper-slide {width: 20%;height: 100%;max-height:100px;opacity: 0.45;}
#Newscontent .newsDetail .gallery-thumbs .swiper-slide-active {	opacity: 1;}
#Newscontent img {max-width: 100%;grid-column:1 / 2;grid-row:1 / 2;width:100%;height:100%;object-fit: contain;}
#Newscontent .newsText{grid-column:-1 / -2;grid-row:1 / -1;line-height: 1.6;}
#Newscontent .newsText h2{margin: 0;padding: 5px 0;font-size: 21px;color: #db5e32;/* border-bottom: 1px solid #19244c; */font-weight: 400;position: relative;}
#Newscontent .newsText h2::after{position: absolute;content: "";left: 0;bottom: -6px;width: 50px;height: 5px;background: #274185;border-top-right-radius: 5px;}
#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;}
#Newscontent .page-news-detail-footer:before{position:absolute;content:'';width:100px;height:2px;top:-1px;left:0;background-color: #d64b18;}
#Newscontent .page-news-detail-footer:after{position:absolute;content:'';width:100px;height:2px;bottom:-1px;right:0;background-color: #519fd7;}
#Newscontent .newsDetail-footer-share-items a {width: 70px;height: 40px;position: relative;display: inline-block;color: #fff;}
#Newscontent .newsDetail-footer-share-items a:hover {opacity: .8;}
#Newscontent .newsDetail-footer-share-items i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

/*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*/
.form {flex: 1 0 45%;}
.page-contact .boxes{display:flex;flex-direction:column;justify-content:flex-start;flex-basis:50%;padding:0 50px 0 0}
.page-contact .boxe{display: flex;flex-direction: column;}
.page-contact .boxe h1{margin: 0;padding: 17px 0;font-size: 16px;color: #519fd7;border-bottom: 1px solid #ddd;}
.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}
.page-contact .box .icon i{font-size:29px;color: #e30613;}
.page-contact .box .tel{font-size: 18px!important;}
.page-contact .box .ctitle{display:flex;flex-direction:column;justify-content:center;padding:0;height: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;}

/*Cerezler*/
.cookie-banner {position: fixed;bottom: 0;left: 0;right: 0;width: 100%;padding: 5px 14px;display: flex;align-items: center;justify-content: space-between;background-color: #1b2650;color: #fff;border-radius: 0;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: #d75322;}

#cboxCurrent{display: none!important;}

#sales .sellingPoints{width: 100%;}
#sales .sellingPoints a {width: 100%;}
#sales .sellingPoints a img{width: 100%;height: 100%;}
/*Harita*/
#sales .svg-turkiye-haritasi {width: 100%;margin: 0 auto;text-align: center;}
#sales .svg-turkiye-haritasi svg {width: 100%;height: auto;margin-top: 3%;}
#sales .il-isimleri {position: absolute;z-index: 2;}
#sales .il-isimleri div {font-family: 'Open Sans';display: inline-block;background: #b8cee4;color: #fff;padding: 8px 16px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#sales #svg-turkiye-haritasi path {cursor: pointer;fill: #222;}
#sales #svg-turkiye-haritasi path:hover {fill: #b8cee4!important;}
#sales #guney-kibris {pointer-events: none;}
#sales .bayi path{fill: #969696!important;}
#sales .merkez path{fill: #e30613!important;}

/*Belge Photo*/
.docsList{width: 100%;}
.docsList .container{display: flex!important;justify-content: center;align-items: center;padding: 15px 0;flex-wrap: wrap;}
.docsList .container .single{position: relative;width: 100%;display: flex;/* padding: 20px; */flex-direction: column;flex: 1 0 27%;transition: all .3s;/* border: 1px solid #29303d; */margin: 15px;}
.docsList .container .single img{width: 100%;height: 225px;object-fit: contain;}
.docsList .container .single:before{content: '';position: absolute;right: 0;bottom: 18px;border-bottom: 0px solid transparent;border-top: 60px solid transparent;border-right: 60px solid #e30613;}
.docsList .container .single .plus{position: absolute;right: 10px;bottom: 9px;color: #ffffff;transition: all .3s;}
.docsList .container .single:hover{transform: scale(1.1);transition: all .3s;}
.docsList .container .single:hover .plus{color: #29303d;transition: all .3s;}
.docsList .container .single .title{width: 100%;text-align: center;color: #ffffff;font-weight: 500;background: #e30613;/* margin-top: 4px; */padding: 12px;font-size: 12px;transition: all .3s;}
.docsList .container .single:hover .title{color: #29303d;transition: all .3s;}

#cboxOverlay{z-index: 99999999!important;}
#colorbox{z-index: 9999999999!important;}