@charset "UTF-8";
*{outline:none!important;list-style:none;text-decoration:none;box-sizing:border-box!important}
body,div,span,applet,h1,h2,h3,p,a,img,strong,sub,sup,center,dl,dt,dd,ol,ul,li,table,tr,th,td{margin:0;padding:0;border:0;outline:0;list-style:none}
input,textarea,select,label,option{-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}
select,option,textarea,input[type="text"],input[type="password"],input[type="button"],input[type="submit"],input[type="tel"],input[type="email"], input[type="date"]{border-radius:0;border:none;font-family:'Noto Sans KR',sans-serif;font-size:13px!important; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;}
input[type="button" i],input[type="submit" i],input[type="reset" i],input[type="file" i]::-webkit-file-upload-button,button{padding:0}
html{height:auto;overflow-x:hidden; transition:all .4s ease;}
body{transition:all 1s ease; font-family: 'Montserrat', sans-serif;  font-size: 14px; line-height: 25px;  background-color:#fff; color: #282828; font-weight: 500; }


.overfloww {width: 100%; height: 100%; overflow: hidden; }

.clear{clear:both}
a, i{transition:all .4s ease;text-decoration:none!important}
:hover{transition:all .4s ease}
::placeholder {font-size: 14px; font-family:'Noto Sans KR',sans-serif!important;  color: #828482; font-weight: 400;  opacity: 1;}
:-ms-input-placeholder {font-size: 14px; font-family:'Noto Sans KR',sans-serif!important; color: #828482; font-weight: 400; } 
::-ms-input-placeholder {font-size: 14px; font-family:'Noto Sans KR',sans-serif!important;  color: #828482; font-weight: 400; }
:root {
--bgone: #f7f7f7;
--blue:#264C84;
--red: #E42627;
--tblue: #359ED3;
--green:#359C4D;
--maxw: 1200px;
--fontmain :'Montserrat', sans-serif;
--fontsec :'Montserrat', cursive;
}

.box-shadow {-webkit-box-shadow: 0 0 10px 0 rgb(45 54 64 / 15%); box-shadow: 0 0 10px 0 rgb(45 54 64 / 15%);}
header { width: 100%; padding: 10px 0; position: relative; z-index: 999; background-color: #fff;    border-bottom: 1px solid #ddd;}
header .content {width:90%;max-width:var(--maxw);margin:auto;display:flex;justify-content: space-between; align-items: center; padding:15px 0; }
header.sticky-menu .content { margin: 0 auto 0; box-shadow: none;}
nav { }
nav>ul{ display: flex; align-items: center;  justify-content: flex-start;}
nav ul li{ font-size: 14px; float: left;  padding:0 0 0 0 ; margin: 0 10px; position: relative;}
nav ul li a{color:#111; font-weight:500;}
nav ul li.lang-item span{font-weight:500;}
nav ul li .fa-angle-down { color: #111; }
nav i{  margin-left: 4px; color: var(--blue); position: relative;  top: 1px;}
nav ul li.search-btn { margin: 0 15px 0 0; }
nav ul li.search-btn i{ margin-left: 0; color: var(--blue); position: relative;  top: 1px;}
nav ul li ul{position: absolute; display: none; min-width: 240px; margin: 5px 0 0; background-color: #fff;  -webkit-box-shadow: 0 0 10px 0 rgb(45 54 64 / 5%); box-shadow: 0 0 10px 0 rgb(45 54 64 / 5%); border-radius: 5px; left: 0;}
nav ul li.pll-parent-menu-item{  background-color: #fff;}
nav ul li.pll-parent-menu-item ul {min-width: 150px;}

nav ul li ul li{ float: none; border-right:none; margin: 0;}
nav ul li ul li a{ color:#111; display: block; text-transform:none; border-bottom:1px solid #eee;  padding:10px 10px; }
nav ul li ul li a:hover { background-color: var(--blue); color: #fff !important; }
nav ul li ul li:last-child a { border: none; }
header.sticky-menu {background-color: #fff; position: fixed; transition: all 0.4s ease; padding:15px 0; top: 0; z-index: 99;}
header.sticky-menu .search-btn {display: none;}
header.sticky-menu .content {padding: 0;}
header.sticky-menu .content {padding: 0;}
.sticky-menu {  -webkit-box-shadow: 0px 5px 19px -6px rgba(0,0,0,0.30);-moz-box-shadow: 0px 5px 19px -6px rgba(0,0,0,0.30);
box-shadow: 0px 5px 19px -6px rgba(0,0,0,0.30); }
header .menu-box { width: auto; display: flex; align-items: center; justify-content: space-between; }
header .search-alan { border-left: 1px solid #ddd; padding-left:20px; margin: 0 20px; }
header .search-alan i{ font-size: 20px; cursor: pointer; }

header .shun-logo { background-color: #eee; padding: 10px 15px; position: relative; }
header .shun-logo img{ height: 23px; }
header .shun-logo:after { content: ''; width: 100%; height: 124px; /*background-color: #eee;*/ z-index: -1; position: absolute; left: 0; top: -55px; }


.desktop-nav { display: none; }
.yan-menu { width: 320px; height: 100vh; overflow-y: auto; position: fixed; z-index: 9999; left: 0; top: 0; background-color: #fff; display: none;}
.yan-menu nav { display: block; margin-bottom: 30px; }
.yan-menu nav .yanmenu { display: block; }
.yan-menu nav .yanmenu li{ width: 100%;     border-bottom: 1px solid #eee; padding: 2px 0; margin: 0;}
.yan-menu nav .yanmenu li a{  padding: 5px 0; display: inline-block;}
.yan-menu-close { position: absolute; right: 20px; top: 38px; cursor: pointer; }
.yan-menu-close i{ font-size: 25px; color: #111; }
.yan-menu-center {height: 100%; padding: 25px; display: flex; flex-direction: column;   justify-content: space-evenly;}
.yan-menu .logo { margin-bottom: 25px;     border-bottom: 1px solid #eee; padding-bottom: 10px; }
.yan-menu .logo img { height: 40px; }
.yan-menu .desktop-nav { display: none; }
.yan-menu .social-widget{zoom: 0.8;}
.yan-menu .head-title h2 {font-size: 17px;}
.yan-menu .copyright { border-top: 1px solid #ddd; padding: 15px 0 0 ; margin: 20px 0 0 0; }
.yan-menu .copyright p { text-align: left; padding: 0 0 0; margin: 0;  font-size: 13px;}

.logo { }
.logo img{ width: auto; max-width: inherit; height:45px ;   }
.logo p{ float: left; display: inline-block; color: var(--blue); font-size: 16px; width: 110px; line-height: 20px; border-left: 1px solid #eee; margin:0 0 0 15px; padding:0 0 0 15px; }

.home-slider .item:after{background: linear-gradient(#359ed3 0%, rgba(42, 115, 152, 0.69) 48.97%, rgba(17, 17, 17, 0) 100%);}

.home-slider { width: 100%; height: auto;  background: #eee; position: relative;  }
.home-slider .owl-nav {   }
.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {  bottom:25px; z-index: 10; position: absolute; color: #fff; font-size: 25px; transition:all .4s ease; }
.home-slider .owl-nav .owl-prev{ right: 40px;  }
.home-slider .owl-nav .owl-next{right: 20px;}

.home-slider .owl-dots { position: absolute; bottom: 45px; left: calc((100% - var(--maxw)) / 2); }
.home-slider .owl-dot { width: 15px; height: 15px; margin:0 7px  0 0; background-color: #fff; opacity: 0.4; border-radius: 100%; float: left; }
.home-slider .owl-dot.active{ opacity: 1; }

.home-slider .item { padding: 50px 0 25px; height: auto; background-size: cover; background-position: center; position: relative; }
.home-slider .item:before{width: 100%; height: 100%; position: absolute; content: ''; top: 0; left: 0;  z-index: 9; 
background: linear-gradient(to right, #359ed3 0%, rgba(42, 115, 152, 0.69) 48.97%, rgba(17, 17, 17, 0) 100%);
}

.slide-box { max-width: var(--maxw); margin: auto; width: 90%; position: relative; z-index: 10;  flex-direction: row-reverse; }
.slide-box h1 { display: block; text-align: left; font-size: 40px; font-weight: 700; line-height: 35px; margin: 5px auto 15px; }
.slide-box h1 a{ color: #fff; }
.slide-box p { max-width: 600px; font-size: 16px; text-align: left; color: #fff; }
.slide-box p a{color: #fff;}
.slide-box p a i { font-size: 15px; position: relative; top: 1px; margin-left: 10px; }
.slide-box img { height: 510px; float: right; }
.slide-box .btn { margin: 15px 0 15px; }

.btn { min-width: 180px;     font-size: 13px; display: inline-block; padding:7px 15px 7px 10px; border:1px solid #ddd; color: #fff;}
.btn i{ float: right; position: relative; top: 6px;}

.btn-blue {border:1px solid var(--blue); background-color: var(--blue);}
.btn-green {border:1px solid var(--green); background-color: var(--green);}

.btn-ablue {border:1px solid var(--tblue); background-color: var(--tblue);}
.btn-black {border:1px solid #111; color: #111;}


.btn-list {}
.btn-list ul{ display: flex; align-items: center; justify-content: flex-start; }
.btn-list ul li{ float: left; font-size: 13px; }
.btn-list ul li a{ float: left; }
ul.li-left li {margin: 0 15px 0 0;}
ul.li-right li {margin: 0 0 0 15px;}


.single-img { border: 1px solid #ddd; height: 350px; background-position: center; background-size: contain; background-repeat: no-repeat; position: relative; }
.single-img a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.single-img-gallery {  margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; grid-auto-rows: minmax(100px, auto);}
.single-img-gallery li { width: 100%; height: 100px; background-position: center; background-size: contain; background-repeat: no-repeat; position: relative; }
.single-img-gallery li a { border: 1px solid #ddd;  position: absolute; left: 0; top: 0;  width: 100%; height: 100%; }


.head-title {  padding: 30px 0;}
.head-title h2 { font-size: 30px; margin: 0; padding: 5px 0 10px; }
.head-title p { margin: 0; padding: 0;  }
.head-title a{ font-size: 13px; }
.head-title span{ font-size: 14px; }

.yan-menu-center .head-title {  padding: 15px 0 10px;}

.urun-alan { position: relative; padding: 30px 0; }
.urun-alan:after { content: ''; width: 100%; height: 380px; top: 0; left: 0; position:absolute; background-color: var(--blue); z-index: -1; }

.about-section { padding: 60px 0 80px; }


.haber-alan { position: relative; padding: 30px 0; background: white; }
.haber-alan:after { content: ''; width: 100%; height: 380px; top: 0; left: 0; position:absolute; background-color: var(--blue); z-index: -1; background-image: url('../img/slider-bg-1.png'); background-size: cover; background-position: center; }


.head-title.head-title-white h2,
.head-title.head-title-white span,
.head-title.head-title-white p{ color: #fff; }
.head-title.head-title-white p { max-width: 600px; }

.four-slider {  }
.four-slider .item{ padding: 10px 0; }

.four-slider .owl-nav {   width: 100%; position: absolute; z-index: -1; top:200px;}
.four-slider .owl-nav .owl-prev,
.four-slider .owl-nav .owl-next {   z-index: 10; position: absolute; color: #111; font-size: 32px; transition:all .4s ease; }
.four-slider .owl-nav .owl-prev{ left: -20px;  }
.four-slider .owl-nav .owl-next{right: -20px;}

.three-slider .owl-nav {   width: 100%; position: absolute; z-index: -1; top:135px;}
.three-slider .owl-nav .owl-prev,
.three-slider .owl-nav .owl-next {   z-index: 10; position: absolute; color: #fff; font-size: 32px; transition:all .4s ease; }
.three-slider .owl-nav .owl-prev{ left: -20px;  }
.three-slider .owl-nav .owl-next{right: -20px;}

.logos-slider .owl-nav {   width: 100%; position: absolute; z-index: -1; bottom:100px;}
.logos-slider .owl-nav .owl-prev,
.logos-slider .owl-nav .owl-next {   z-index: 10; position: absolute; color: #111; font-size: 32px; transition:all .4s ease; }
.logos-slider .owl-nav .owl-prev{ left: -20px;  }
.logos-slider .owl-nav .owl-next{right: -20px;}


.kamu-section { padding: 0 0 50px; }




.page-title { padding: 120px 0 40px; background-image: url('../img/slider-bg.png'); background-size: cover; background-position: center; position: relative; margin-bottom: 40px; }
.page-title:before{width: 100%; height: 100%; position: absolute; content: ''; top: 0; left: 0;  z-index: 9; 
background: linear-gradient(to right, #359ed3 0%, rgba(42, 115, 152, 0.69) 48.97%, rgba(17, 17, 17, 0) 100%);
}

.page-title-center {max-width: var(--maxw); margin: auto; position: relative; z-index: 10;}
.page-title-center h1 { font-size:32px; margin-top: 10px; color: #fff; }
.page-title-center ul {display: flex; align-items: center; justify-content: flex-start;}
.page-title-center ul li{ margin: 0 ; }
.page-title-center ul li:first-child a{ font-weight: 700;}

.page-title-center ul li:after{ content: ' | '; margin: 0 10px ;  color: #fff;}
.page-title-center ul li:last-child:after{ display: none;}

.page-title-center ul li a{ color: #fff; }


.post-image { width: 100%; height: 350px; background-color: #fff; background-size: cover; background-position: center; margin-bottom: 25px;   }


.cat-link {display: inline-block; margin-bottom: 10px;}
.cat-link a {display: inline-block; background-color: var(--blue); padding: 2px 7px; color: #fff;}

.single-katalog-title { margin-top: 25px; font-size: 17px; }
.single-katalog { position: relative; margin:25px 0 50px ; }
.single-katalog a{ background-color: #eee; padding: 15px 15px 15px 15px; position: relative; color: #111; }
.single-katalog a i{font-size: 38px; position: absolute; right: 13px;  top: -9px;  color: var(--blue);   }
.single-katalog span { padding: 0 40px 0 65px; font-weight: 700; }
.single-katalog a:hover { background-color: #ddd; }


.tabs-alls {    margin-top: 20px;}
.tabs-alls-ul { display: flex; align-items: center;  justify-content: flex-start;}
.tabs-alls-ul li { margin-right: 30px; }
.tabs-alls-ul li a{ font-size: 15px; opacity: 0.4; font-weight: 600; border-bottom: 1px solid #111; padding-bottom: 10px; margin-bottom: 10px; }
.tabs-alls-ul li.ui-tabs-active a{ opacity: 1; }
.tabs-alls-ul li a {}

.tab-content { margin-top: 20px; }
.tab-content .formum { background-color: #eee; padding: 20px; }

#tab-2 {}
#tab-2 img{ width: 100%; }


.other-products { padding-top: 45px; }
.other-products .item .box-five{  background-color: #fff;}
.other-products .item .more a { width: 100%; color: #fff; }
.other-products .item .more a i{ top: 6px; }

table { font-size: 14px; }
.dataTables_wrapper .dataTables_filter { width: 100%; display: none;}
.dataTables_wrapper .dataTables_filter input{ width: calc(100% - 30px); }





.box-one {}
.box-one-img { width: 100%; height: 250px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; } 
.box-one-img a { width: 100%; height: 100%; left: 0; right: 0; top: 0; position: absolute; z-index: 9; }
.box-one-title h1 { font-size: 20px; line-height: 30px; display: block; text-align: left;  font-weight: 700;  margin: 5px auto 15px; }
.box-one-title h1 a{ color: #111; }
.box-one-title span { display: block; text-align: left; margin-bottom: 10px;}
.box-one-title span a{color:#fff; background-color: var(--red); padding: 4px 10px; font-weight: 700;}
.box-one-title p {text-align: left;}
.box-one-title p a{color: #111;}
.box-one-title p a i { font-size: 15px; position: relative; top: 1px; margin-left: 10px; }

.box-two { display: flex; align-items: center; justify-content: space-between; }
.box-two-img { width: 150px; height: 150px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; } 
.box-two-img a { width: 100%; height: 100%; left: 0; right: 0; top: 0; position: absolute; z-index: 9; }
.box-two-title { width: calc(100% - 180px); }
.box-two-title h1 { font-size: 16px; line-height: 20px; display: block; text-align: left;  font-weight: 700;  margin: 5px auto 15px; }
.box-two-title h1 a{ color: #111; }
.box-two-title span { zoom: 0.8; display: block; text-align: left; margin-bottom: 10px;}
.box-two-title span a{color:#fff; background-color: var(--red); padding: 4px 10px; font-weight: 700;}
.box-two-title p {text-align: left; margin-bottom: 0;}
.box-two-title p a{color: #111;}
.box-two-title p a i { font-size: 15px; position: relative; top: 1px; margin-left: 10px; }

.box-three {background-color: #fff; -webkit-box-shadow: 0 0 10px 0 rgb(45 54 64 / 15%); box-shadow: 0 0 10px 0 rgb(45 54 64 / 15%);}
.box-three-img { width: 100%; height: 400px;  background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; } 
.box-three-img:before{width: 100%; height: 100%; position: absolute; content: ''; top: 0; left: 0;  z-index: 9; 
background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%); 
border-radius: var(--defaultRadius); opacity: 0.9; 
transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
}
.box-three-title { position: absolute; left: 30px; bottom: 30px; right: 30px; z-index: 9; }
.box-three-title h6 a{color: #111;}
.box-three-title h1 { font-size: 20px; line-height: 25px; display: block; text-align: left;  font-weight: 700;  margin: 5px auto 15px; }
.box-three-title h1 a{ color: #111; }
.box-three-title p {text-align: left; color: #111; line-height: 20px; font-size: 13px; font-weight: 400;}
.box-three-title p a{color: #111;}
.box-three-title p a i { font-size: 15px; position: relative; top: 1px; margin-left: 10px; }


.box-four {}
.box-four-img { width: 100%; height: 300px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; } 
.box-four-img a.link { width: 100%; height: 100%; left: 0; right: 0; top: 0; position: absolute; z-index: 9; }
.box-four-img span { position: absolute;     z-index: 10; right: 0; top: 0; display: inline-block; text-align: left; margin-bottom: 10px;}
.box-four-img span a{color:#fff; display: inline-block;  background-color: var(--red); padding: 4px 10px; font-weight: 700;}
.box-four-title h1 { font-size: 20px; line-height: 30px; display: block; text-align: left;  font-weight: 700;  margin: 20px auto 15px; }
.box-four-title h1 a{ color: #111; }
.box-four-title p {text-align: left; display: block; margin-top: 25px; }
.box-four-title p a{color: #111; border: 1px solid #ddd; padding: 10px 60px 10px 15px;}
.box-four-title p a i { font-size: 15px; position: relative; top: 1px; margin-left: 10px; }

.box-five {background-color: #fff;}
.box-five-img { width: 100%; height: 250px; background-position: center; background-size: contain; background-repeat: no-repeat; position: relative; position: relative; border: 1px solid #ddd; } 
.box-five-img a { width: 100%; height: 100%; left: 0; right: 0; top: 0; position: absolute; z-index: 9; }
.box-five-title { padding: 0 30px; }
.box-five-title h1 { font-size: 20px; line-height: 30px; display: block; text-align: left;  font-weight: 700;  margin: 5px auto 15px; }
.box-five-title h1 a{ color: #111; }
.box-five-title span { display: block; text-align: left; top: -15px; left: 0;  position: relative; z-index: 9;}
.box-five-title span a{color:#fff; background-color: var(--blue); padding: 6px 10px; font-weight: 700; font-size:9px;}
.box-five-title p.more {text-align: left; border-top: 1px solid #ddd; margin-top: 10px; padding-top: 10px;}
.box-five-title p.more a{color: #111;}
.box-five-title p.more a i { font-size: 15px; position: relative; top: 1px; margin-left: 10px; }

.box-list {}
.box-list-head {  }
.box-list-head h2 { margin: 0; }
.box-list-head h2 a i { font-size: 13px; float: right; position: relative; top: 5px; }
.box-list-head h2 a{ font-size: 18px; background-color: var(--red); padding: 15px; width: 100%; color: #fff; margin: 0; display: block;}
.box-list-head h2 a:hover { background-color: #b81e1f; }
.box-list-ul { padding: 15px 25px; background-color: #eee; }
.box-list-ul ul { margin: 0; }
.box-list-ul ul li { border-bottom: 1px solid #ddd; padding: 10px 0; }
.box-list-ul ul li:last-child { border: none; padding-bottom: 5px; } 
.box-list-ul ul li i { font-size: 12px; margin-right: 10px; }
.box-list-ul span {width: 100%; text-align: center; display: table; margin:25px 0 5px;}
.box-list-ul span a{color: #111; background-color: #fff; display: block; border: 1px solid #ddd; padding: 10px 15px;}
.box-list-ul span a i { margin-left: 10px; position: relative; top: 1.5px; }
.box-list-ul span a:hover{color: #fff; background-color: var(--blue); border: 1px solid var(--blue); }

.box-list .et-date{ right: 0; }

.page-sidebar {  }

.widget { margin-bottom: 25px; }
.widget h2{ font-size: 23px; border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 15px;  }
.page-sidebar .widget ul li:after{ font-family: 'Font Awesome 6 Pro'; color: var(--blue); content: '\f105'; position: relative; float: left; margin-right: 5px; }
.widget p a { color: var(--blue); }

.widget.social-widget ul { display: flex; align-items: center; justify-content: space-between; }
.widget.social-widget ul li a { font-size: 15px; }
.widget.social-widget ul li a i{ font-size: 30px !important; display: block; margin-bottom: 5px;}
.widget.social-widget ul li span{ display: block; font-weight: 400; font-size: 10px; position: relative;  top: -5px;}

li.facebook i { color: #0063F6; }
li.twitter i { color: #00398C; }
li.linkedin i { color: #264C84; }
li.youtube i { color: #E42627; }

.pagination { margin: 35px 0 50px; }
.pagination ul{ display: flex; align-items: center; justify-content: center; }
.pagination ul li a,
.pagination ul li span{ display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; border:1px solid var(--blue); margin: 0 3px; }

.pagination ul li a:hover,
.pagination ul li span { background-color: var(--blue); color: #fff; }

.post-alan {background-color: #fff;  padding:0 0; }
.post-alanv2 { padding: 25px 15px; }
.wdc_calendar,
#calendar_1,
#calendar_1 table,
#calendar_1 table tr { width: 100% !important; }

.yil-arama { display: flex; align-items: center; justify-content: space-between; }
.yil-arama .btns{ padding: 7px 10px; color: #fff; font-weight: 600;  border-radius: 5px; }
.yil-arama span.btns {width: 150px; margin: 0 5px 0 0 ; background-color: var(--red); border: 1px solid var(--red);}
.yil-arama a.btns {width: 100px; margin: 0 0 0 5px; background-color: var(--blue); border: 1px solid var(--blue); text-align: center;}

.box-list-ul {  padding: 0;  background: transparent; }
.box-list-ul li { width: 100%; margin: 0; background-color: #eee; padding: 15px 25px !important;}
.box-list-ul span {width: 100%;  text-align: left;    display: table;    margin: 0 0 5px; font-size: 13px; font-weight: 700;}
.box-list-ul p { margin: 0; }
.box-list-ul li a { display: flex; align-items: center; justify-content: space-between; }
.ay-list { width: 100%; float: left; padding: 10px 0; }
.ay-list li{ float: left; margin-right: ; }
.filters-button-group {display:flex;align-items:center;justify-content:flex-start; margin:15px 0 25px;}
.filters-button-group button { cursor: pointer; font-family: inherit; margin: 0 10px; border: none; background: none;}
.filters-button-group button { color: var(--red); opacity: 0.3; font-size: 18px; }
.filters-button-group button.is-checked { opacity: 1; font-weight: 600; }

.custom-galeri { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; grid-auto-rows: minmax(100px, auto);}
.custom-galeri li { height: 150px; background-size: cover; background-position: center; position: relative; }
.custom-galeri li a { position: absolute; left: 0; top: 0;  width: 100%; height: 100%; }

.col-row { margin: 0 -10px; }
.col-16-l {width: calc(16% - 24px);}
.col-20-l {width: calc(20% - 24px);}
.col-25-l {width: calc(25% - 24px);}
.col-30-l {width: calc(30% - 24px);}
.col-33-l {width: calc(33.33% - 24px);}
.col-35-l {width: calc(35% - 24px);}
.col-40-l {width: calc(40% - 24px);}
.col-50-l {width: calc(50% - 24px);}
.col-60-l {width: calc(60% - 24px);}
.col-65-l {width: calc(65% - 24px);}
.col-70-l {width: calc(70% - 24px);}
.col-75-l {width: calc(75% - 24px);}
.col-80-l {width: calc(80% - 24px);}
.col-100-l {width: calc(100% - 24px);}
.col-16-l,
.col-20-l,
.col-25-l,
.col-30-l,
.col-33-l,
.col-35-l,
.col-40-l,
.col-50-l,
.col-60-l,
.col-65-l,
.col-70-l,
.col-75-l,
.col-80-l,
.col-100-l { display: inline-block; margin:10px; position: relative; vertical-align: top; }
.pa-15 {padding: 15px;}
.pa-20 {padding: 20px;}
.pa-25 {padding: 25px;}
.pa-30 {padding: 30px;}
.pa-35 {padding: 35px;}
.pa-40 {padding: 40px;}
.plr-15 {padding: 0 15px;}
.plr-20 {padding: 0 20px;}
.plr-25 {padding: 0 25px;}
.plr-30 {padding: 0 30px;}
.plr-35 {padding: 0 35px;}
.plr-40 {padding: 0 40px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.ptb-10 {padding: 10px 0;}
.ptb-15 {padding: 15px 0;}
.ptb-20 {padding: 20px 0;}
.ptb-25 {padding: 25px 0;}
.ptb-30 {padding: 30px 0;}
.ptb-35 {padding: 35px 0;}
.ptb-40 {padding: 40px 0;}
.ptb-50 {padding: 50px 0;}
.ma-15 {margin: 15px;}
.ma-20 {margin: 20px;}
.ma-25 {margin: 25px;}
.ma-30 {margin: 30px;}
.ma-35 {margin: 35px;}
.ma-40 {margin: 40px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mtb-15 {margin: 15px 0;}
.mtb-20 {margin: 20px 0;}
.mtb-25 {margin: 25px 0;}
.mtb-30 {margin: 30px 0;}
.mtb-35 {margin: 35px 0;}
.mtb-40 {margin: 40px 0;}
hr { margin: 25px 0; background: #eee; height: 1px; border: none;  }
.box-shadow {-webkit-box-shadow: 0 0 10px 0 rgb(45 54 64 / 15%); box-shadow: 0 0 10px 0 rgb(45 54 64 / 15%);}
.container{width:100%;height:auto}
.content{width:90%; max-width: var(--maxw); margin:auto;height:auto;position:relative;z-index:1;color:#111;line-height:25px}
.container-in { margin-bottom: 55px; }
.container-in .content{width:90%; max-width: 1024px;}
.center{margin:auto;height:auto;position:relative}


.bilgi-al-content { padding: 0 50px; }
.color-white {}
.color-white span,
.color-white h3,
.color-white p,
.color-white ul li{ color: #fff; }

.forms {}
.forms label { font-size: 13px; margin-bottom: 10px; font-weight: 600; margin:0; display: block; }
.forms input,
.forms select,
.forms textarea { width: 100%; border:1px solid #eee;  padding:13px 10px; border-radius: 0;  }
.forms textarea { height: 165px; }
.forms .wpcf7-submit { font-size: 14px !important; font-weight: 600;     border: none; width: 100%; }
.forms .wpcf7-submit {  width: 100%; font-family: inherit; border:none; padding: 15px 25px !important; display: block; background-color: var(--blue); color: #fff; border-radius: 0; font-weight: 600;t; cursor: pointer;  transition:all .4s ease; margin: 0 0 0 0; background-color: var(--blue); color: #fff;}

.forms .btn:hover { background-color: var(--yesil); color: #fff; }
.forms .btn a { color: #fff; }
.forms .btn:hover { background-color: #111; }
.forms img { height: 45px; margin: 5px 0 10px; display: block; }

.search-form { display: none; background-color: #ddd; padding: 15px 0 0;}
.search-form .forms{}
.search-form .forms {}
.search-form .forms form div{ display: flex; align-items: center; justify-content: space-between; }
.search-form .forms .search-input { width: calc( 100% - 170px) ;  margin: 0;}
.search-form .forms .submit { font-weight: 700; width: 150px; margin: 0; height: 42px; line-height: 42px; padding: 0; background-color: var(--blue); color: #fff;  font-family: inherit; cursor: pointer;}


.bilgi-al {position: relative; }
.bilgi-al:after { width: 100%; height: 80%; top: 10%; content: ''; position: absolute; background-image: url('../img/form-bg.png'); background-size: cover; background-position: center; background-color: var(--blue);  z-index: -1;}

.bilgi-al-form { padding: 35px; background-color: #fff; }


.alignleft { float: left; margin:0 15px 15px 0; text-align: left;  }
.alignright { float: right; margin:0 0 15px 15px; text-align: right; }
.aligncenter { width: auto; height: auto; margin: 0 auto 15px; float: none; text-align: center; } 
h1{font-size:40px}
h2{font-size:35px}
h3{font-size:30px}
h4{font-size:25px}
h5{font-size:20px}
h6{font-size:15px}
h1,h2,h3,h4,h5,h6{margin:0 0 7px;padding:0; font-family: var(--fontsec); line-height: 1.1;}
p{font-size:14px;color:var(--darkblue);line-height:25px;     font-weight: 400; margin-bottom: 20px;}
.container-in p { margin-bottom: 10px; }

p strong{font-size:inherit;font-weight:700}
ul li{margin:0 0 5px;font-size:14px;color:var(--darkblue);line-height:normal;line-height:24px;  font-weight: 400; }
ul li a{color:var(--darkblue)}
img{max-width:100%}
.bg-blue { background-color: #264C84 !important; }
.bg-red { background-color: #E42627 !important; }
.bg-green { background-color: #359C4D !important; }


.footer-top { margin-top: 45px; background-color: #f5f5f5; padding-bottom: 70px; }

.home .footer-top { margin-top: 25px; background-color: #fff; padding-bottom: 70px; }

.logos-slider { padding: 20px 0 30px 0;  margin: 0 !important; }
.logos-slider .item{ margin: 0 !important; width: auto;  max-width: inherit !important;}
.logos-slider .item img{ max-width: inherit !important; width: auto!important; height: 100px; display: block; margin: auto; }

.footer-top .head-title {padding: 45px 0 0;}

.page-id-588 .gallery,
.page-id-502 .gallery{padding-bottom: 100px;}
.page-id-588 .gallery  .gallery-item img,
.page-id-502 .gallery  .gallery-item img{border: 1px solid #ddd;}

footer {width: 100%; height: auto;  padding: 35px 0 45px;  background: linear-gradient(#264c84 0%, #0067ff 100%); background-image: url(../img/footer-bg.png);     background-size: cover; position: relative; }

footer:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(#264c84 0%, #0067ff 100%); z-index: 9; opacity: 0.85;}
.footer-widget h3{ font-size: 20px; border-bottom: 1px solid #ffffff59; padding-bottom: 20px; margin-bottom: 15px; margin-top: 32px; position: relative; }
.footer-widget ul li:after{ font-family: 'Font Awesome 6 Pro'; color: #fff; content: '\f105'; position: relative; float: left; margin-right: 5px; }
.footer-widget p a { color: #fff; }

footer .content { z-index: 10; }

footer h3 {color:#fff;font-size: 25px; font-weight: 600; margin-bottom: 15px; }
footer p {color:#fff; text-align: left; margin-bottom: 15px;}
footer .widget_text  strong{ color: var(--orange); }
footer ul {display: inline-block; float: left;}
footer ul li{ float: none; margin: 5px 0 }
footer ul li a{ color:#fff; }
footer p,
footer ul li { font-weight: 300; }

.footer-logo { display: inline-block; background-color: #fff; padding: 30px; position: relative; margin-top: -100px; margin-bottom: 30px; }
.footer-logo img {height: 40px;  }

footer .copyright { padding-top: 60px; }
footer .copyright p{ text-align: center; }

.footer-bottom { padding: 25px 0; }
.footer-bottom p,
.footer-bottom li{ padding: 0; margin: 0; }

.social-menu{}
.social-menu ul{ display: flex; align-items: center; justify-content: flex-start; }
.social-menu ul li a{ font-size: 18px; }


.up-icon{padding:11px 16px;display:none;background:var(--blue);position:fixed;bottom:7%;right:5%;cursor:pointer;z-index:98;border-radius:5px}
.up-icon i{font-size:25px;color:#fff;text-align:center!important;display:block}



.bb { display: flex; align-items: center;  }
.bb-start{justify-content: flex-start;}
.bb-genis{justify-content: space-between;}

@media (max-width: 1400px) {
.slider-content { width: 75%; }
}
@media (max-width: 1200px) {
    .home-slider .owl-dots { display:none;}
}

@media all and (max-width: 1080px) {
}
@media all and (max-width: 991px) {

ul.yanmenu,
header .shun-logo { 
    display: none !important; 
    content: '';
    width: 1px;
    height: 55px;
    background-color: white;
    z-index: -1;
    position: absolute;
    left: -68px;
    top: -9px;
    float: left;
	}
	
	header .shun-logo img {height: 11px;
    max-width: 84px;}

	

.logo { width: 100%; float: left; }
.logo-content { width: 100%; float: left; }
.logo a{  display: inline-block;}
.logo img{ width: auto; height: 40px; float: left; display: inline-block;}
.logo p{ float: left; display: inline-block; color: var(--blue); font-size: 16px; width: 110px; line-height: 20px; border-left: 1px solid #eee; margin:0 0 0 15px; padding:0 0 0 15px; }

header,
.home header { width: 100%; background-color: #fff; }
header.sticky-menu { padding: 15px 0 0;}
header .main-menu {display: none; }
header .content { display: table;  align-items: center; justify-content: space-between; padding: 15px 0; }
header .content:after { content: ''; clear: both;}
nav { width: 100%;  float: left; display: none; }
nav ul{ width: 100%; float: left; padding: 0; background: #fff; display: block; }
nav ul li{width: 100%; float: left; position: relative; border:none; border-bottom: 1px solid #eee; padding: 2px 0; margin: 0; }
nav ul li ul li,
nav ul li ul>li:last-child{border: none;}
nav ul li.menu-item-has-children { position: relative;}
nav ul li.menu-item-has-children i { position: absolute; right: 0; top: 4px; padding: 10px; }
nav ul li a { padding: 5px 0; display: inline-block; color: #111;}
nav ul li ul{position: relative;display:none;min-width: 100%;margin:0;background-color:#fff; padding: 0 10px;box-shadow:none;}
nav ul li.search-btn {  margin: 6px 15px 0 0;  padding-bottom: 9px;}
nav ul li .fa-angle-down {color: #111;}
header .menu-box { width: 130px; display: flex; align-items: center; justify-content: space-between; position: absolute; right: 0; top: 30px; }
header .search-alan { border-left: 1px solid #ddd; padding-left:25px; margin-left: 25px; }
header .search-alan i{ font-size: 20px; cursor: pointer; }


.bilgi-al {position: relative; }
.bilgi-al:after { width: 100%; height: 100%; top: 0; }
.bilgi-al-form { padding: 35px; background-color: #fff; }
.bb { align-items: flex-start;  flex-direction: column;  }
.slide-box img { height: auto;  float: left;   margin-bottom: 15px;}
.kamu-section {  padding: 0 20px 50px;}
.urun-alan .four-slider {  padding: 0 0 0;}
.urun-alan:after {
    height: 100%;

}

.four-slider .owl-nav { z-index: 99; }
.four-slider .owl-nav .owl-prev,
.four-slider .owl-nav .owl-next { background-color: rgba(0, 0, 0, 0.5); padding: 10px;   z-index: 10; position: absolute; color: #fff; font-size: 25px; transition:all .4s ease; }
.four-slider .owl-nav .owl-prev { left: 0;  }
.four-slider .owl-nav .owl-next {right: 0;}

.three-slider .owl-nav {   width: 100%; position: absolute; z-index: 5; top:135px;}
.three-slider .owl-nav .owl-prev,
.three-slider .owl-nav .owl-next { background-color: rgba(0, 0, 0, 0.5); padding: 10px;   z-index: 10; position: absolute; color: #fff; font-size: 25px; transition:all .4s ease; }
.three-slider .owl-nav .owl-prev { left: 0;  }
.three-slider .owl-nav .owl-next{right: 0;}

.logos-slider {padding: 40px 0 30px 0;}
.logos-slider .owl-nav {   width: 100%; position: absolute; z-index: 99; bottom:100px;}
.logos-slider .owl-nav .owl-prev,
.logos-slider .owl-nav .owl-next {   z-index: 10; position: absolute; color: #111; font-size: 32px; transition:all .4s ease; }
.logos-slider .owl-nav .owl-prev{ left: 0;  }
.logos-slider .owl-nav .owl-next{right: 0;}

.footer-top .head-title p { padding: 5px 0 20px; }

.haber-alan {  padding: 30px 0 0;}


.btn-list {width: 100%; float: left;}
.btn-list ul{ display: block; align-items: center; justify-content: flex-start; margin: 15px 0 0 0; }
.btn-list ul li{ float: none; font-size: 13px; display: table; }
.btn-list ul li a{ float: left; }
ul.li-left li { margin: 0 0 10px 0;}
ul.li-right li {margin: 0 0 10px 0;}

.about-section {  padding: 0 10px;}

.search-form { display: none; background-color: #ddd; padding: 15px 0 0;}
.search-form .forms{}
.search-form .forms {}
.search-form .forms form div{ display: block; align-items: center; justify-content: space-between; }
.search-form .forms .search-input { width: 100% ;  margin: 0 0 10px;}
.search-form .forms .submit { width: 100%; margin: 0;     height: 42px; line-height: 42px; padding: 0; }

.yil-arama { display: flex; align-items: center; justify-content: space-between; }
.yil-arama .btns{ padding: 7px 10px; color: #fff; font-weight: 600;  border-radius: 5px; }
.yil-arama span.btns {display: none;}
.yil-arama a.btns {width: 100px; margin: 0 0 0 5px; background-color: var(--blue); border: 1px solid var(--blue); text-align: center;}

.box-list-ul {  padding: 0;  background: transparent; }
.box-list-ul li { width: 100%; margin: 0; background-color: #eee; padding: 15px 25px !important;}
.box-list-ul span {width: 100%;  text-align: left;    display: table;    margin: 0 0 5px; font-size: 13px; font-weight: 700;}
.box-list-ul p { margin: 0; }
.box-list-ul li a { display: flex; align-items: center; justify-content: space-between; }
.ay-list { width: 100%; float: left; padding: 10px 0; }
.ay-list li{ float: left; margin-right: ; }
.buton-scroll { overflow-x: scroll; }
.home-slider-top { width: 100%; display: block;     height: auto; margin-bottom: 25px;}
.home-slider-top-title,
.home-slider-top-slider { width: 100%; float: left; }

.home-slider-top-slider h2 {  padding:10px 55px 10px 15px; min-height: 45px; height: auto; line-height: inherit;}
.yan-menu {width: 80%;}
.yan-menu-center {  display: flex; justify-content: space-around;}
.yan-menu .desktop-nav{ display: block; }



.slide-box h1,
.page-title-center h1 {  font-size: 25px;}
.box-two-title span {zoom: 0.68;}


.home-slider-news-col { margin-bottom: 25px; }
.home-slider-news-col, 
.home-slider-duyuru-col {width: 100%; float:left; position: relative;}


header nav ul li.megamenu ul li img,
header nav ul li.megamenu.megamenu-one ul li img,
header nav ul li.megamenu ul li:not(:first-child) img { filter: grayscale(0); left: 0; margin: 0; top: 0;     opacity: 1;}
header nav ul li.active ul { display: block; }

.header-catalog.menu-item { display: none; }
header nav ul li.bilgi-alin-form {
    float: right;
    padding: 0;
    text-align: center;
    margin: 15px 0;
    border-radius: 5px;
}
header nav ul li.bilgi-alin-form a{ border-radius: 5px;}

.custom-galeri {
display: grid;
grid-template-columns: repeat(2, 1fr);
}

.slider-alani,
.home-slider,
.home-slider .item {  }
.home-slider .item {width: 100%; height: auto; min-height: 450px; padding: 120px 0 40px; background-size: cover; background-position: center; }
.slider-content { width: 90%; max-width:var(--maxw);display: block;align-items: center;justify-content:space-between;margin: auto;height: 100%;}
.slider-title{ width: 100%; float: left;  padding: 0 20px 70px; }
.slider-title h1{ font-size: 45px; }
.slider-title p{  font-size: 14px; }
.slider-title ul {}
.slider-title ul li{ margin-bottom: 10px; }
.mobil-slider-img { margin: 0 auto 20px; padding: 125px 0 0;}
.home-slider .owl-item.active .mobil-slider-img{animation: 1s 2s fadeIn both;}
.home-slider .owl-dots {top: 35px;}

.home-slider .owl-dots .owl-dot {
    font-size: 22px;

    margin-bottom: 10px;

}


.pagination { width: 100%; float: left; margin: 35px 0 50px; }
.pagination ul{ display: block; margin: auto; align-items: center; justify-content: center; }
.pagination ul li a,
.pagination ul li span{ display: block; width: 40px; height: 40px; line-height: 40px; float: left; text-align: center; border:1px solid var(--blue); margin: 0 3px 5px; }

.pagination ul li a:hover,
.pagination ul li span { background-color: var(--blue); color: #fff; }


.col-16-m {width: calc(16% - 20px);}
.col-20-m {width: calc(20% - 20px);}
.col-25-m {width: calc(25% - 20px);}
.col-30-m {width: calc(30% - 20px);}
.col-33-m {width: calc(33.33% - 20px);}
.col-35-m {width: calc(35% - 20px);}
.col-40-m {width: calc(40% - 20px);}
.col-50-m {width: calc(50% - 20px);}
.col-60-m {width: calc(60% - 20px);}
.col-65-m {width: calc(65% - 20px);}
.col-70-m {width: calc(70% - 20px);}
.col-75-m {width: calc(75% - 20px);}
.col-80-m {width: calc(80% - 20px);}
.col-100-m {width: calc(100% - 20px);}
.col-16-m,
.col-20-m,
.col-25-m,
.col-30-m,
.col-33-m,
.col-35-m,
.col-40-m,
.col-50-m,
.col-60-m,
.col-65-m,
.col-70-m,
.col-75-m,
.col-80-m,
.col-100-m  { display: inline-block; margin:10px; position: relative; float: left; }
.boxes-one-bg {background-size: 25%, 35%;}
.post-alanv2 {
    padding: 25px 0;
}
.single-katalog a {
    width: 100%;
    display: block;
    padding: 15px 50px 15px 15px;
}
.single-katalog span {
    padding: 0;
}
.single-katalog span font { display: none; }
.page-title { padding: 50px 0 25px;  }
.page-title-center {width: 90%; }
.page-title-info { width: 100%; float: left; }
.page-title-info h1 { font-size: 65px; }
.page-title-img { width: 100%; float: left; }
.page-title-info .btnns ul li {margin-bottom: 15px;}
.btnns ul li.btn-three a {padding: 20px 0 0 0;}
.btnns ul li.btn-one a {display: inline-block;}
.btnns ul li { width: 100%; display: inline-block;}
.btnlar { margin: 7px 0 15px;}

.tabs-alls-ul {display: block;}
.tabs-alls-ul li {
    margin: 0 0 5px 0;
    width: 100%;
    float: left;
}
.tabs-alls-ul li a { display: block; }

.tab-content {
    float: left;
        overflow-x: auto;
    width: 100%;
}
.footer-bottom {}
.footer-bottom span { font-weight: 700; }
.footer-bottom p{ padding-bottom: 10px; }
.footer-bottom .social-menu { padding-top: 10px; }


}

@media all and (max-width: 768px) {

.social-menu ul li { margin: 0 10px 0 0 ; }
}
@media all and (max-width: 480px) {
}
.gallery {
    margin:10px -10px;
    display: table;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    float:left;
    margin:10px;
}
.gallery-item:not(.item) img { width: 100%; height: auto !important; }
.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 20px);
}
.gallery-columns-3 .gallery-item {
    max-width: calc(33.33333% - 20px);
}
.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 20px);
}
.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 20px);
}
.gallery-columns-6 .gallery-item {
    max-width: calc(16.66667% - 20px);
}
.gallery-columns-7 .gallery-item {
    max-width: calc(14.28571% - 20px);
}
.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 20px);
}
.gallery-columns-9 .gallery-item {
    max-width: calc(11.11111% - 20px);
}
.gallery-caption {
    display: block;
}
@media (max-width: 991px) {
.gallery {
    margin:10px -10px;
    display: table;
}
.gallery-item,
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    max-width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
.gallery {
    margin:10px auto;
    display: table;
}
.gallery-item,
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    max-width: 100%;
    margin:10px auto 10px;
    }
}

.logo-alan { display: none; }


