/*  Reset.Css */
body {font-family: 'Rubik', sans-serif; font-weight:400; font-size:14px; color:#000; height:100%; background:#fff url(assets/images/bbg.jpg) no-repeat top center;  background-attachment: fixed;
	background-size: cover;
	line-height:1; margin:0px; padding:0px; position:relative; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
ul, li, ol, table, tr, td, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, button, img {font-size:100%; font:inherit;  vertical-align: baseline; padding: 0; margin: 0; border: 0; list-style: none}
p {margin-bottom:20px;}
img {max-width:100%}

/* reset */
.hw { -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.fw {width:100%; display:inline-block; float:left;}
a {-webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
a:hover {text-decoration:none;}
.cover {background-size:cover; background-repeat:no-repeat; background-position:center;}
/* reset */

html {overflow-y: scroll !important;}
body {padding-right:0px!important}

/* sul */
ul.sul {width:100%; display:inline-block; float:left;}
ul.sul>li {width:100%; display:inline-block; float:left;}
.fancybox-overlay {z-index:123456!important}
.fancybox-opened {
	z-index: 99999998030!important;
}

/* headerAll */
.headerAll {}

/* headerTop */
.headerTop {position:relative;}

/* headerSocial */
.headerSocial {position:absolute; right:0; top:0;}
.headerSocial>ul>li {float:left; margin-right:15px;}
.headerSocial>ul>li>a {float:left; color:#891737; font-size:20px; line-height:25px; text-align:center; width:25px; display:inline-block; }
.headerSocial>ul>li>a:hover {color:#252424}
.headerSocial>ul>li:last-child {margin-right:0px}

/* headerTop */
.headerTop {margin-bottom:20px;}
.headerTop .slogan {margin:0 auto; display:table; font-size:20px; color:rgba(38, 37, 37, 1.0); line-height:25px; font-family: 'Poppins', sans-serif; letter-spacing: 0.63px;}

/* headerMenu */
.headerMenu {display: flex;align-items: center;justify-content: center;box-shadow: 0 8px 17px 0 rgba(0,0,0,0.11); background:#fff;border-radius:90px; margin-bottom:10px; position:relative;
	padding:0 15px;}
.headerMenuRight {}
.headerMenuRight>ul {display: flex;align-items: center;}
.headerMenuRight>ul>li {float:left; position:relative;}
.headerMenuRight>ul>li:first-child:before {width:1px; height:26px; background:#c5c5c5; position:absolute; right:0; top:50%; margin-top:-13px; display:inline-block; content:""; }
.headerMenuRight>ul>li>a {color:rgba(37, 36, 36, 1.0); font-weight:500; font-size:17px; line-height:20px; padding:35px 10px; display:inline-block}
.headerMenuRight>ul>li>a i {margin-right:10px; font-weight:400;}
.headerMenuRight>ul>li>a:hover {color:#891737;}
.headerMenuRight>ul>li>a.active {color:#891737;}

/* headerMenuBox */
.headerMenuBox {float:left; }
.headerMenuBox>nav {float:left;}
.headerMenuBox>nav>ul {display: flex;align-items: center;}
.headerMenuBox>nav>ul>li {float:left;}
.headerMenuBox>nav>ul>li>a {float:left; color:rgba(37, 36, 36, 1.0);font-size:clamp(15px,1vw,17px);line-height:20px; font-weight:500; padding:30px 4px;}
.headerMenuBox>nav>ul>li:hover>a {color:#891737;}
.headerMenuBox>nav>ul>li>a .titleX {
	display: flex;
	align-items: center;
	white-space: nowrap;
	line-height:20px; padding:5px 10px; border-radius:30px; }
.headerMenuBox>nav>ul>li>a .titleX i {font-size:20px; line-height:20px; margin-right:5px; float:left;}
.headerMenuBox>nav>ul>li>a .titleX.active {background:#891737; color:#fff}

/* headerNot */
.headerNot {padding-left:170px; position:relative; margin-bottom:30px}
.headerNot .title {position:absolute; left:0; top:0; width:160px; background:#891737; font-size:17px; line-height:25px; padding:10px 15px; padding-right:0px; border-radius:45px; display:inline-block; color:#fff; font-weight:700; letter-spacing: 0.47px;}
.headerNot .title img {vertical-align: middle; margin-right:10px;}
.headerNot .desc {color:rgba(38, 37, 37, 1.0); font-size:17px; line-height:25px; font-weight:500; padding:10px 0px; display:inline-block; letter-spacing: 0.47px; }
.headerNot .desc:hover {color:#891737;}
.headerNot em {font-style:normal;}

/* margin */
.margin10 {margin-bottom:10px;}
.margin20 {margin-bottom:20px;}
.margin30 {margin-bottom:30px;}
.margin40 {margin-bottom:40px;}
.margin50 {margin-bottom:50px;}
.margin60 {margin-bottom:60px;}

/* homeSliderBox */
.homeSliderAll { margin-bottom:20px}
.homeSlider {border-radius:20px; overflow: hidden;}
.homeSliderBox>a {width:100%;  position:relative; display:block;background-image: none!important;}
@media (min-width: 1600px){.homeSliderBox>a {width:100%;  position:relative; display:inline-block}}
	
.homeSliderBox>a:before {width:100%; height:100%; position:absolute; left:0; bottom:0px; background-image: linear-gradient(-185deg, rgba(39,35,35,0.00) 4%, #121111 98%); content:""; display:inline-block;
	opacity: 0.5;
	z-index: 9;
}
.homeSliderBox>a .title {position:absolute; left:0; bottom:70px; color:#fff; font-size:30px; line-height:36px; font-weight:700; padding:0px 40px; z-index:12; -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.homeSliderBox>a .date {color:#fff; font-size:20px; line-height:20px; font-weight:700; position:absolute; right:40px; top:30px; z-index:12; letter-spacing: -0.51px;}
.homeSlider .owl-dots {position:absolute; left:40px; bottom:25px}
.homeSlider .owl-dots .owl-dot {width:30px; height:30px; border: 2px solid #969595; border-radius:50%; display:inline-block; float:left; margin-right:13px; background:transparent; position:relative; background:#fff;}
.homeSlider .owl-dots .owl-dot:before {content:"1"; width:30px; height:30px; position:absolute; left:-2px; top:-2px; text-align:center; line-height:30px; display:inline-block; color:#fff; color:#891737; font-size:15px; font-weight:700;}
.homeSlider .owl-dots .owl-dot.active:before {color:#fff}
.homeSlider .owl-dots .owl-dot.active:before {left:-3px; top:-3px;}
.homeSlider .owl-dots .owl-dot:nth-of-type(2):before {content:"2";}
.homeSlider .owl-dots .owl-dot:nth-of-type(3):before {content:"3";}
.homeSlider .owl-dots .owl-dot:nth-of-type(4):before {content:"4";}
.homeSlider .owl-dots .owl-dot:nth-of-type(5):before {content:"5";}
.homeSlider .owl-dots .owl-dot:nth-of-type(6):before {content:"6";}
.homeSlider .owl-dots .owl-dot:nth-of-type(7):before {content:"7";}
.homeSlider .owl-dots .owl-dot:nth-of-type(8):before {content:"8";}
.homeSlider .owl-dots .owl-dot:nth-of-type(9):before {content:"9";}
.homeSlider .owl-dots .owl-dot:nth-of-type(10):before {content:"10";}
.homeSlider .owl-dots .owl-dot:nth-of-type(11):before {content:"11";}
.homeSlider .owl-dots .owl-dot:nth-of-type(12):before {content:"12";}
.homeSlider .owl-dots .owl-dot:nth-of-type(13):before {content:"13";}
.homeSlider .owl-dots .owl-dot:nth-of-type(14):before {content:"14";}
.homeSlider .owl-dots .owl-dot:nth-of-type(15):before {content:"15";}
.homeSlider .owl-dots .owl-dot:nth-of-type(16):before {content:"16";}
.homeSlider .owl-dots .owl-dot:nth-of-type(17):before {content:"17";}
.homeSlider .owl-dots .owl-dot:nth-of-type(18):before {content:"18";}
.homeSlider .owl-dots .owl-dot:nth-of-type(19):before {content:"19";}
.homeSlider .owl-dots .owl-dot:nth-of-type(20):before {content:"20";}


.homeTabsProject{
	min-height: 500px;
}


.homeSlider .owl-dots .owl-dot:last-child {margin-right:0px;}
.homeSlider .owl-dots .owl-dot.active {border:3px solid #fff; background:#891737}
.homeSlider .homeSliderArrow {width:60px; height:60px; background:url(assets/images/left-arrow.png) no-repeat center center; opacity:0.7; position:absolute; left:10px; top:50%; margin-top:-30px; display:inline-block; -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor:pointer;}
.homeSlider .homeSliderArrow.rightX {background:url(assets/images/right-arrow.png) no-repeat center center; left:auto; right:10px}
.homeSlider .homeSliderArrow:hover {opacity:1;}
.homeSliderAll .moreX {position:absolute; bottom:22px; right:30px;  font-size:15px; font-weight:500;
	color: #891737;border:2px solid white;background-color: white;transition: 500ms;
	line-height:20px; display:inline-block; padding:7px;  border-radius:8px; z-index:1234; letter-spacing: -0.51px;}
.homeSliderAll .moreX:hover {background:#fff;border-color:  #891737;transition: 500ms;}
.homeSliderAll {position:relative;}

/* sectionTitle */
.sectionTitle .title {color:rgba(38, 37, 37, 1.0); font-size:25px; line-height:30px; font-weight:700; display:inline-block;  padding-right:15px; position:relative; z-index:1}
.sectionTitle {position:relative;     margin-bottom: 30px;margin-top: 30px;}
.hasLine .lineX  {width:100%; height:4px; background:#891737; position:absolute; left:0; top:50%; margin-top:-2px; content:""; display:inline-block}
.hasLine  .lineX-short{
	width: auto;
	right: 150px;
}
.hasLine {position:relative; overflow: hidden;}
.simpleModal .sectionTitle .title {background:#fff;}

/* footerAll */
.footerAll {position: relative;background:#262627 url(assets/images/footerbg.png) no-repeat bottom center; padding-top:clamp(20px,3vw,50px); padding-bottom:clamp(20px,2.5vw,40px); margin-top:30px;    background-size: cover;}
footer{
	position: relative;
}
/* footerRow */
.footerRow {margin-left:-15px; margin-right:-15px;padding-left: 70px;}
.footerCol {padding-left:15px; padding-right:15px; float:left; width:24% }
.footerCol:first-child { width:30% }
.footerCol:nth-child(2){ width:27% }
.footerCol:last-child{ width:19% }

/* footerTitle */
.footerTitle {margin-bottom:15px;}
.footerTitle .title {color:rgba(234, 234, 234, 1.0); font-size:22px; line-height:20px; font-weight:500; display:inline-block; letter-spacing: 0.53px;}
.footerTitle.centerX {text-align:center}
.footerTitle.centerX .title {font-size: 16px;}

/* footerMenu */
.footerMenu>ul>li>a {color:rgba(165, 165, 165, 1.0); font-size:14px; font-weight:400; line-height:16px; display:inline-block; padding:4px 0px; letter-spacing: 0.53px;}
.footerMenu>ul>li>a:hover {color:#fff; padding-left:10px;}

/* footerSanat */
.footerSanat {margin-bottom:20px; text-align:center;}
.footerSanat a {display:inline-block;}

/* footerSocial */
.footerSocial>ul {text-align:center;}
.footerSocial>ul>li {display:inline-block; float:none; margin-right:15px; width:auto;}
.footerSocial>ul>li>a {font-size:20px; line-height:30px; width:20px; text-align:center; display:inline-block; color:#fff;}
.footerSocial>ul>li:last-child {margin-right:0px;}
.footerSocial>ul>li>a:hover {color:#891737;}

/* footerCopyrightAll */
.footerCopyrightAll {background:#1b1a1a; padding:15px 0px;}
.footerCopyright {text-align:center}
.footerCopyright .title {font-size:14px; line-height:20px; display:inline-block; color:#fff; font-weight:500; letter-spacing: 0.53px;}

/* homeTwitter */
.homeTwitter{background-position:left center; padding:20px; border-radius:25px; overflow: hidden; position:relative; margin-bottom:50px;display: flex;justify-content: space-around;align-items: center;}
.homeTwitterBox {height: 240px;float:right; max-width:430px; background:rgba(137, 23, 55, 0.83); border-radius:25px; padding:30px; position:relative; z-index:1;}
.homeTwitterBox>ul>li.title {color: #FFFFFF; font-size:19px; line-height:30px; font-weight:500; padding-top:25px; letter-spacing: 0.53px;}
.homeTwitterBox>ul>li.date {color:#fff; font-size:14px; line-height:15px; padding-bottom:15px; position:relative; letter-spacing: 0.39px;}
.homeTwitterBox>ul>li.date:after {width:160px; height:1px; background:#d8d8d8; position:absolute; left:0; bottom:0; content:""; display:inline-block}
.homeTwitterBox>ul>li.icon {position:absolute; right:25px; top:25px; width:30px; text-align:center; font-size:30px; color:#fff;}
.homeTwitter:before {width:100%; height:100%; position:absolute; left:0; top:0; background-image: linear-gradient(158deg, rgba(137,23,55,0.00) 0%, #891737 100%); content:""; display:inline-block}

/* headerTopLeft */
.headerTopLeft {position:absolute; width:150px; top:-40px; left:-180px;}
.headerTopRight {position:absolute; width:150px; top:0; right:-180px;}

/* logo */
.logo {text-align:center; margin-bottom:50px; position:relative; z-index:123456;    margin-top: 90px;}

/* headerBanner */
.headerBanner {margin-bottom:20px;}
.headerBannerMobile {margin-bottom:20px; display:none; margin-top:-60px;}
.headerBanner img {border-radius:20px;}

/* headerBaskan */
.headerBaskan>ul>li.img img {width:120px; height:120px; border: 7px solid rgba(137,23,55,0.15); border-radius:50%;}
.headerBaskan>ul>li.img {margin-bottom:20px;}
.headerBaskan>ul>li.title {color:rgba(38, 37, 37, 1.0); font-weight:900; font-size:17px; line-height:22px; font-family: 'Montserrat', sans-serif; margin-bottom:5px;}
.headerBaskan>ul>li.desc {max-width: 133px;color: #262525; opacity: 0.6; font-size:13px; line-height:18px; font-weight:600; font-family: 'Montserrat', sans-serif; margin-bottom:5px; }
.headerBaskan>ul>li.menuX a {color:rgba(38, 37, 37, 1.0); font-size:16px; line-height:20px; padding:10px 0px; display:inline-block; width:100%; font-weight:500;}
.headerBaskan>ul>li.menuX {border-bottom:1px solid rgba(190,190,190,0.4)}
.headerBaskan>ul>li.menuX:last-child {border-bottom:0px}
.headerBaskan>ul>li.menuX a:hover {color:#891737;}

/* headerTopRightBox */
.headerTopRightBox {padding-top:140px; text-align:center}

/* headerTopRightList */
.headerTopRightList>ul>li {margin-bottom:30px}

/* headerTopRightCorona */
.headerTopRightCorona {margin-bottom:80px}
.headerTopRightCorona ul>li.title {color:rgba(38, 37, 37, 1.0); font-size:17px; line-height:22px; font-weight:700; text-transform:uppercase}

/* duyuruSliderItemBox */
.duyuruSliderItemBox>a {background-image: none!important;   width:100%; display:inline-block; float:left;  position:relative; border-radius:25px; overflow: hidden; color:#fff}
.duyuruSliderItemBox>a img{width: 100%;height: 217px;object-fit: cover;}
.duyuruSliderItemBox>a ul {position:absolute; left:0; bottom:0; width:100%; padding:10px 20px;  background:rgba(137,23,55,0.8); -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.duyuruSliderItemBox>a ul>li.date {font-size:15px; line-height:15px; font-weight:300; margin-bottom:5px; letter-spacing: -0.48px;}
.duyuruSliderItemBox>a ul>li.title {font-size:15px; line-height:20px; font-weight:700; letter-spacing: 0.47px;}
.duyuruSliderItemBox>a:hover ul{background-color:#891737; }
.duyuruSlider  .owl-dots{background-color:transparent!important;}

/* sliderDots */
.sliderDots .owl-dots {position:absolute; right:0; top:-52px; background:#fff; z-index:12; padding-left:10px;}
.sliderDots .owl-dots .owl-dot {width:15px; height:15px; background:#b1b1b1; border-radius:50%; display:inline-block; margin-right:10px;}
.sliderDots .owl-dots .owl-dot.active{background:#891737}
.sliderDots .owl-dots .owl-dot:last-child {margin-right:0px;}

/* duyuruMore */
.duyuruMore {padding:20px 30px;}
.duyuruMore .moreX {float:right; color:rgba(137, 23, 55, 1.0); font-size:20px; line-height:20px; border:2px solid #891737; padding:8px 35px; font-weight:700; border-radius:3px; letter-spacing: -0.51px;}
.duyuruMore .moreX:hover {background:#891737; color:#fff}

/* homeTabsRow */
.homeTabs {margin-bottom:20px}
/*.homeTabsRow {margin-left:-15px; margin-right:-15px;}*/
.homeTabsRow {margin-left: 100px;margin-right: -140px;}
.homeTabsCol {width:25%; float:left; padding-left:15px; padding-right:15px; margin-bottom:20px;}
.homeTabsBox>a {width:100%; height:240px; border-radius:25px; float:left; display:inline-block; text-align:center; padding-top:30px}
.homeTabsBox>a .icon {width:100%; display:inline-block; height:120px; line-height:120px; margin-bottom:30px; -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.homeTabsBox>a .icon img {vertical-align: middle; -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.homeTabsBox>a .title {width:100%; display:inline-block; font-size:22px; line-height:20px; line-height:27px; color:#fff; font-weight:700;}
.homeTabsBox>a:hover .icon {margin-bottom:20px;}
.homeTabsBox>a:hover {opacity:0.7}
.homeTabsBox>a:hover .icon img {transform: scale(1.1);}

/* sonGelismelerLeft */
.sonGelismelerLeft {width:64%; float:left; display:inline-block; margin-bottom:30px;}
.sonGelismelerRight {width:36%; float:left; display:inline-block; padding-left:30px; margin-bottom:30px}

/* sonGelismelerOtherSlider */
.sonGelismelerOtherSlider { border-radius:25px; overflow: hidden;}
.sonGelismelerOtherSliderBox a {width:100%; display:inline-block; position:relative;max-height: 341px;}
.sonGelismelerOtherSliderBox a:before {border-radius: 12px;content:""; background-image: linear-gradient(-185deg, rgba(39,35,35,0.00) 4%, #121111 98%); position:absolute; left:0; top:0; opacity:0.5; width:100%; height:100%; display:inline-block; z-index:1}
.sonGelismelerOtherSliderBox a img {width:100%; display:inline-block}
#rightSlider .owl-dots {position:absolute; left:0; bottom:15px; z-index:123; width:100%; text-align:center;}
#rightSlider .owl-dots .owl-dot {width:18px; height:18px;}
#rightSlider .owl-dots .owl-dot {width:18px; height:18px; border: 2px solid #969595; border-radius:50%; display:inline-block;  margin-right:13px; background:transparent}
#rightSlider .owl-dots .owl-dot:last-child {margin-right:0px;}
#rightSlider .owl-dots .owl-dot.active {border:3px solid #fff; }

/* sonGelismelerSliderBox */
.sonGelismelerSlider { border-radius:25px; overflow: hidden;}
.sonGelismelerSliderBox>a {transition: none;width:100%;    max-height: 341px;
	/*height:clamp(240px,22vw,360px);*/
	display:inline-block; position:relative; z-index:1; overflow:hidden}
.sonGelismelerSliderBox>a:before {width:100%; height:100%; position:absolute; left:0; bottom:0px; content:""; display:inline-block; z-index:1}
/*.sonGelismelerSliderBox>a:after {width:250px; height:250px; border-radius:50%; background: #891737; opacity: 0.79; content:""; right:-70px; top:-180px; display:inline-block; position:absolute; z-index:123}*/
.sonGelismelerSliderBox>a:after{
	width: 150px;
	height: 60px;
	border-bottom-left-radius: 24px;
	border-top-right-radius:24px;
	background: #891737;
	opacity: 0.79;
	content: "";
	right: 0;
	top: 0px;
	display: none;
	position: absolute;
	z-index: 123;
}
.homeSliderBox a{
	border-radius:20px;
	overflow:hidden;

}


.sonGelismelerOtherSliderBox img {object-fit: contain;max-height:360px; overflow: hidden; position:relative; z-index:12}
.sonGelismelerOtherSliderBox a img {}
.sonGelismelerSliderBox .title{position:absolute; left:0; bottom:50px; color:#fff; font-size:30px; line-height:36px; font-weight:700; padding:0px 40px; z-index:12; -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.sonGelismelerSlider .owl-dots {position:absolute; left:0px; bottom:15px; width:100%; text-align:center; display:inline-block}
.sonGelismelerSlider .owl-dots .owl-dot {width:18px; height:18px; border: 2px solid #969595; border-radius:50%; display:inline-block;  margin-right:13px; background:transparent}
.sonGelismelerSlider .owl-dots .owl-dot:last-child {margin-right:0px;}
.sonGelismelerSlider .owl-dots .owl-dot.active {border:3px solid #fff; background:#891737}
.sonGelismelerSliderBox .date {display: none;position:absolute; right:20px; top:20px;  text-align:center; font-size:15px; line-height:20px; color:#fff; font-weight:500; z-index:12345}
.sonGelismelerSliderBox .img {position:absolute; top:10px; right:20px; width:100px; text-align:center; z-index:1234}
.sonGelismelerSliderBox .img img {height:80px!important; width:auto!important; margin:0 auto; display:table; float:none;}


/* subMenu */
.subMenu {position:absolute; left:0; top:0px; width:100%; background:#942d4a url(assets/images/menu-logo2.png) no-repeat right 30px bottom 20px; border-radius:50px 50px 25px 25px; z-index:-1; padding:130px 110px 30px 80px; display:none;}
.headerMenuAll {position:relative; z-index:12345}
.subMenuRow {margin-left:-5px; margin-right:-5px;}
.subMenuCol {width:25%; float:left; padding-left:5px; padding-right:5px;}
.subMenuBoxTitle .title {font-size:19px; line-height:20px; font-weight:700; display:inline-block; color:#fff;}
.subMenuBoxTitle {margin-bottom:25px}

/* subMenuDiv */
.subMenuDiv>ul>li>a {color:#fff; font-size:14px; line-height:20px; font-weight:500; padding:5px 0px; display:inline-block; width:100%; font-family: 'Montserrat', sans-serif; font-weight:500}
.subMenuDiv>ul>li>a:hover {padding-left:10px; opacity:0.7}

/* headerSearchText */
.headerSearchText {width:100%; height:40px; color:rgba(88, 85, 85, 1.0); font-size:14px; font-weight:500; line-height:20px; padding:10px 0px; padding-left:50px; padding-right:15px; background:#fff; border-radius:10px}
.headerSearchClose {position:absolute; top:0; right:0; width:40px; text-align:center; line-height:40px; color:#fff; font-size:14px;}
.headerSearchClose:hover {opacity:0.7; color:#fff}
.searchSubMenu {background:#942d4a!important; padding-top:120px}
.headerSearch {padding-right:40px; position:relative;}
.headerSearchSubmit {width:45px; position:absolute; left:0; top:0; line-height:40px; background:transparent; color:#a29a9a; font-size:20px; display:inline-block}

/* footer */
.footer {position:relative;}
.footerLogo {position:absolute; left:-170px; top:-15px;}

/* mobileHeaderAll */
.mobileHeaderAll {display:none; background:#891737; padding:5px 0px;}
.mobileHeader {position:relative; padding-left:0px; padding-top:25px}
.mobile-logo {position:absolute; left:0; top:0;}
.mobile-slogan {font-size:11px; transform: translateY(-10px) translateX(-10px); font-weight:700; color:#fff; line-height:15px; margin-bottom:5px; text-align:center}
.mobile-sanat {position:absolute; right:0; top:55px;}
.mobile-sanat img {    height: 36px;}

/* mobileMenuButton */
.mobileMenuButton {position:absolute; right:-2px; top:8px; color:#fff; font-size:13px; line-height:20px; padding:5px 0px;}
.mobileMenuButton:hover {color:#fff; opacity:0.7;}
.mobileMenuButton i {float:left; margin-right:5px; font-size:20px;}
.mobileMenuButton:focus {color:#fff;}

/* mobileBaskan */
.mobileBaskan ul {max-width:200px; position:relative; padding-left:65px;min-height:55px; padding-top:7px; margin:0 auto; float:none; display:table;}
.mobileBaskan ul>li.img {position:absolute; left:0; top:0;}
.mobileBaskan ul>li.img img {width:55px; height:55px; border: 2px solid rgba(255,255,255,0.85); border-radius:50%;}
.mobileBaskan ul>li.title {font-size:13px; color:#fff; line-height:15px; font-weight:700}
.mobileBaskan ul>li.desc {font-size:11px; color:#fff;}

/* mobileMenu */
.mobileMenu {position:fixed; left:0; top:0; width:100%; height:100%; z-index:12345; background:#891737; padding:15px 20px; display:none; padding-bottom:30px}
.mobileMenuLogo {text-align:center; padding:15px 0px;}
.mobileSearch {position:relative; margin-bottom:20px;}
.mobileSearchText {width:100%; background:transparent; font-family: 'Montserrat', sans-serif; font-size:13px; line-height:20px; padding:10px 45px; padding-left:45px; border:1px solid #fff; border-radius:5px; color:#fff; text-align:center}
.mobileSearchText:focus {color:#fff}
.mobileSearchSubmit {position:absolute; left:0; top:0; width:40px; text-align:center; height:40px; font-size:22px; color:#fff; background:transparent;}
.mobileSearchSubmit:hover {opacity:0.7}

/* mobileMenuDiv */
.mobileMenuDiv>ul>li>a {width:100%; color:#fff; font-size:15px; line-height:20px; padding:15px 0px; text-align:center; display:inline-block;font-family: 'Montserrat', sans-serif; letter-spacing:1.64px; position:relative;}
.mobileMenuDiv>ul>li>a:hover {opacity:0.7}
.mobileMenuDiv>ul>li.active>a:before {width:50px; height:1px; background:#fff; position:absolute; left:0; right:0; margin-left:auto; margin-right:auto; bottom:0; z-index:1; display:inline-block; content:"";}
.mobileMenuDiv>ul>li.active ul {margin-top:15px;}

.mobileMenuDiv>ul>li ul {width:100%; display:inline-block; float:left; display:none;}
.mobileMenuDiv>ul>li ul>li {width:100%; display:inline-block; float:left;}
.mobileMenuDiv>ul>li ul>li>a {width:100%; color:#fff; font-size:15px; line-height:20px; padding:15px 0px; text-align:center; display:inline-block;font-family: 'Montserrat', sans-serif; letter-spacing:1.64px; }
.mobileMenuDiv>ul>li ul>li>a:hover {opacity:0.7}

.mobileMenuDiv.showSub>ul>li {display:none;}
.mobileMenuDiv.showSub>ul>li.active {display:inline-block}
.mobileMenuDiv.showSub>ul>li.active ul {display:inline-block}

/* mobileMenuClose */
.mobileMenuClose {position:absolute; right:15px; top:15px; width:40px; line-height:40px; height:40px; text-align:center; color:#fff; display:inline-block}
.mobileMenuClose:hover {background:#fff; color:#891737; }
.mobileMenu {overflow-y: scroll;}
.mobileMenu::-webkit-scrollbar {display: none;}
.mobileMenu {-webkit-overflow-scrolling: touch;}


/* mobileMenuDiv */
.mobileMenuDiv {position:relative;}
.backMenu {position:absolute; left:0; top:0; color:#fff; font-size:14px; line-height:50px; width:30px; height:50px; display:inline-block; text-align:center; z-index:1; display:none}
.backMenu:hover {background:#fff; color:#891737}
.mobileMenuDiv.showSub .backMenu {display:inline-block}

/* homeTabsBox */
.modal {z-index:567657567}
.homeTabs {position:relative;}
/* .homeTabsProject {position:absolute; left:0; bottom:calc(30px + 100%); z-index:123; } */
.homeTabsProject {/* background:#fff url(assets/images/pbg.png) no-repeat; background-size:cover; background-position:center center; */ background:#fff; padding:35px; border-radius:25px; box-shadow: 0 4px 24px 0 rgba(206,203,203,0.50); padding-bottom:20px}
.modalX .modal-dialog {width:1140px}
.modalX.smallX .modal-dialog {width:990px;}
.modalX .modal-content{border:0px; background:transparent; box-shadow:inherit;}
.homeTabsProject.white-bg {background:#fff;}

/* homeTabsProjectList */
.homeTabsProjectList>ul {margin-left:-7.5px; margin-right:-7.5px;}
.homeTabsProjectList>ul>li {width:25%; float:left; padding-left:7.5px; padding-right:7.5px; margin-bottom:15px;}
.homeTabsProjectList>ul>li>a {width:100%; display:inline-block; float:left; color:#fff; text-align:center; background:rgba(123, 71, 104, 0.75); padding:25px 0px; padding-top:15px; border-radius:25px; height:180px;}
.homeTabsProjectList>ul>li>a .img {height:100px; line-height:100px; margin-bottom:20px;  -webkit-transition: all 0.3 ease-in-out;
	-moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.homeTabsProjectList>ul>li>a .img img {
	max-height: 90px;
	object-fit: contain;
	max-width: 110px;
	vertical-align: middle; -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.homeTabsProjectList>ul>li>a:hover .img img {transform: scale(1.1);}
.homeTabsProjectList>ul>li>a:hover .img {margin-bottom:15px;}

.homeTabsProjectList>ul>li>a .title {font-size:17px; font-weight:500; line-height:20px;}
.homeTabsProjectList>ul>li:nth-of-type(16n-15)>a {background:rgba(123, 71, 104, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-14)>a {background:rgba(161, 113, 143, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-13)>a {background:rgba(187, 141, 170, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-12)>a {background:rgba(205, 169, 192, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-11)>a {background:rgba(229, 85, 59, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-10)>a {background:rgba(243, 114, 90, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-9)>a {background:rgba(242, 134, 114, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-8)>a {background:rgba(250, 160, 143, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-7)>a {background:rgba(20, 131, 215, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-6)>a {background:rgba(60, 161, 238, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-5)>a {background:rgba(89, 177, 245, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-4)>a {background:rgba(140, 205, 255, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-3)>a {background:rgba(33, 103, 49, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-2)>a {background:rgba(59, 143, 78, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n-1)>a {background:rgba(71, 176, 95, 0.75)}
.homeTabsProjectList>ul>li:nth-of-type(16n)>a {background:rgba(96, 203, 120, 0.75)}

/* homeTabsProjectTitle */
.homeTabsProjectTitle {position:relative; padding-right:40px;}
.projectModalClose {width:35px; line-height:30px; color:#403f3f; text-align:center; display:inline-block; position:absolute; top:0; right:0;}
.projectModalClose:hover {color:#932c49}
.modalX {padding-bottom:30px}

/* eczaneListRow */
/* eczaneListRow */
.eczaneListRow {margin-left:-7.5px; margin-right:-7.5px; text-align:center; font-size:0px;}
.eczaneListCol {position:relative;width:30%; float:left; padding-left:7.5px; padding-right:7.5px; margin-bottom:15px; display:inline-block; float:none;}
.eczaneListBox {background:rgba(123, 71, 104, 0.75); padding:0px 20px; padding-top:25px; border-radius:25px;}
.eczaneListBox>ul {height:230px; position:relative;}
.eczaneListBox>ul>li {text-align:center; font-size:15px; color:#fff;}
.eczaneListBox>ul>li.phone { font-weight:500; line-height:normal; }
.eczaneListBox>ul>li.title {font-size:20px; line-height:20px; font-weight:500; margin-bottom:15px;}
.eczaneListBox>ul>li.desc {font-size:15px; line-height:18px;margin-bottom: 10px;}
.eczaneListBox>ul>li.other {line-height: normal;margin-bottom: 10px}
.eczaneListRow .eczaneListCol:nth-of-type(4n-3) .eczaneListBox {background:rgba(123, 71, 104, 0.75);}
.eczaneListRow .eczaneListCol:nth-of-type(4n-2) .eczaneListBox {background:rgba(229, 85, 59, 0.75)}
.eczaneListRow .eczaneListCol:nth-of-type(4n-1) .eczaneListBox {background:rgba(20, 131, 215, 0.75)}
.eczaneListRow .eczaneListCol:nth-of-type(4n) .eczaneListBox {background:rgba(33, 103, 49, 0.75)}
.eczanemaps {
    position: absolute;
    right: 10%;
    bottom: 5%;
}


/* margin */
.margin10 {margin-bottom:10px;}
.margin20 {margin-bottom:20px;}
.margin30 {margin-bottom:30px;}
.margin40 {margin-bottom:40px;}
.margin50 {margin-bottom:50px;}
.margin60 {margin-bottom:60px;}

/* pageMenuBox */
.pageMenuBox>ul {text-align:center;}
.pageMenuBox>ul>li {display:inline-block; margin-right:10px; margin-bottom:10px;}
.pageMenuBox>ul>li:last-child {margin-right:0px;}
.pageMenuBox>ul>li>a {font-size: 17px;line-height: 20px;font-weight: 400;color: #891737;padding: 12.5px;display: inline-block;border-radius: 45px;background: #fff;border: 1px solid #891737;}
.pageMenu {margin-bottom:20px}
.pageMenuBox>ul>li>a:hover, .pageMenuBox>ul>li.current-menu-item>a {background:#891737; color:#fff}

/* pageMenuMobile */
.pageMenuMobile {font-size:16px; line-height:20px; padding:15px 15px; display:inline-block; margin-bottom:15px; border-radius:45px; background:#891737; color:#fff; width:100%; font-weight:500; cursor:pointer; display:none;}
.pageMenuMobile i {float:right; line-height:20px;}
.pageMenuMobile:hover, .pageMenuMobile:focus {background:#af9da5; color:#fff}

/* headerSpace */
.headerSpace {height:20px; display:none;}

/* presidentBox */
.presidentBox {box-shadow: 0 6px 17px 0 rgba(168,168,168,0.16); background: rgba(255,255,255,0.56); padding:30px; border-radius:25px;}
.presidentBoxTitle .title {font-size:24px; line-height:30px; color:rgba(38, 37, 37, 1.0); font-weight:700; display:inline-block}
.presidentBoxTitle {margin-bottom:10px;}

/* presidentBoxContent */
.presidentBoxContent {color:rgba(38, 37, 37, 1.0); font-size:18px; line-height:38px; background:url(assets/images/q1.png) no-repeat left top, url(assets/images/q2.png) no-repeat right bottom; padding-top:65px;  padding-bottom:65px;}

/* photoGallery */
.photoGallery>ul {margin-left:-7.5px; margin-right:-7.5px;}
.photoGallery>ul>li {width:20%; float:left; padding-left:7.5px; padding-right:7.5px; margin-bottom:15px;}
.photoGallery>ul>li>a {width:100%; display:inline-block; height:180px; border-radius:25px; float:left; position:relative;}
.photoGallery>ul>li>a:hover {opacity:0.7}
.fancybox-overlay {z-index:123456}
.simpleBox {background:#fff; padding:35px; border-radius:25px; box-shadow: 0 4px 24px 0 rgba(206,203,203,0.50); padding-bottom:20px;    min-height: 450px;}
.photoGallery>ul>li>a.videoX {position:relative; overflow:hidden}
.photoGallery>ul>li>a.videoX:before {background:rgba(137,23,55,0.5) url(assets/images/play.png) no-repeat center center; position:absolute; left:0; top:0; width:100%; height:100%; display:inline-block; content:"";  -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity:0; visibility: hidden}
.photoGallery>ul>li>a.videoX:hover:before {opacity:1; visibility: visible}
.photoGallery>ul>li>a .date {background:rgba(230,199,219,0.78); color:#fff; font-size:11px; line-height:25px; padding:0px 8px; border-radius:10px 0px 0px 10px; position:absolute; right:0; bottom:30px; display:inline-block; font-weight:500;}


/* pageCalendarYear */
.pageCalendarYear {margin-bottom:30px;}
.pageCalendarYear>ul {text-align:center;}
.pageCalendarYear>ul>li {display:inline-block;}
.pageCalendarYear>ul>li .title {color:#891737; font-size:20px; line-height:30px; display:inline-block;  font-weight:500}
.pageCalendarYear>ul>li a {width:30px; height:30px; line-height:30px; color:#891737; display:inline-block; font-size:20px;}
.pageCalendarYear>ul>li a:hover {color:#252424}

/* pageCalendarMonth */
.pageCalendarMonth {margin-bottom:50px; position:relative;}
.pageCalendarMonth:before {width:100%; height:4px; border-radius:4px; content:""; background:#cecece; display:inline-block; position:absolute; top:10px; left:0;}
.pageCalendarMonth>ul>li {width:8.33%; position:relative;}
.pageCalendarMonth>ul>li>a {width:100%; text-align:center; display:inline-block; color:rgba(206, 206, 206, 1.0); font-size:17px; line-height:20px; display:inline-block; padding-top:30px; position:relative; z-index:12}
.pageCalendarMonth>ul>li>a:before {width:20px; height:20px; border:4px solid #cecece; border-radius:50%; content:""; display:inline-block; left:0; right:0; margin-left:auto; margin-right:auto; top:2px; position:absolute; background:#fff; z-index:1}
.pageCalendarMonth>ul>li>a:after {width:26px; height:26px; border:3px solid #fff; border-radius:50%; content:""; display:inline-block; position:absolute; top:0; left:0; right:0; margin-left:auto; margin-right:auto;}
.pageCalendarMonth>ul>li.active>a {color:#891737;}
.pageCalendarMonth>ul>li.active>a:before {border-color:#891737;}
.pageCalendarMonth>ul>li.active:before {width:100%; height:4px; background:#891737;position:absolute; left:-50%; top:10px; content:""; display:inline-block}
.pageCalendarMonth>ul>li.active:after {width:100%; height:4px; background:#891737; position:absolute; right:-50%; top:10px; content:""; display:inline-block}
.pageCalendarMonth>ul>li>a:hover {color:#891737;}

/* newsListRow */
.newsListRow {margin-left:-10px; margin-right:-10px; display: flex;flex-wrap: wrap;}
.newsListCol {width:33.33%; float:left; padding-left:10px; padding-right:10px; margin-bottom:20px;}

/* newPagination */
.newPagination>ul {text-align:center;}
.newPagination>ul>li {display:inline-block; margin-right:10px; margin-bottom:10px}
.newPagination>ul>li>a {width:55px; line-height:40px; background:#cecece; border-radius:5px; display:inline-block; color:#fff; font-size:20px; font-weight:500; float:left}
.newPagination>ul>li:last-child {margin-right:0px;}
.newPagination {padding:20px 0px;}
.newPagination>ul>li.active>a, .newPagination>ul>li>a:hover {background:#891737; color:#fff}
.newPagination>ul>li.next>a, .newPagination>ul>li.prev>a {width:auto; font-size:14px; padding-left:15px; padding-right:15px}

/* kulturSanatMenu */
.kulturSanatMenu {box-shadow: 0 8px 17px 0 rgba(0,0,0,0.11); background:#fff; padding:20px 50px; border-radius:25px; margin-bottom:30px}
.kulturSanatLogo {float:left; margin-right:20px;}

/* kulturSanatMenu */
.kulturSanatMenuBox {padding-top:30px;}
.kulturSanatMenuBox>ul {float:left;}
.kulturSanatMenuBox>ul>li {float:left; margin-right:15px;}
.kulturSanatMenuBox>ul>li:last-child {margin-right:0px;}
.kulturSanatMenuBox>ul>li>a {font-size:17px; line-height:20px; font-weight:500; padding:12.5px 20px; border-radius:45px; background:#891737; color:#fff; display:inline-block}
.kulturSanatMenuBox>ul>li>a:hover {background:#252424!important; color:#fff;}
.kulturSanatMenuBox>ul>li>a.greenX {background:#417505}
.kulturSanatMenuBox>ul>li>a.blueX {background:#4a90e2}
.kulturSanatMenuBox>ul>li>a.yellowX {background:#f5a623}
.kulturSanatMenuBox>ul>li>a.purpleX {background:#9013fe}
.kulturSanatMenuBox>ul>li>a.turquoiseX {background:#3dbb97}

.photoGallery>ul>li>a .date.greenX {background:rgba(65,117,5,0.78)}
.photoGallery>ul>li>a .date.blueX {background:rgba(74,144,226,0.78)}
.photoGallery>ul>li>a .date.yellowX {background:rgba(245,166,35,0.78)}
.photoGallery>ul>li>a .date.purpleX {background:rgba(144,19,254,0.78)}
.photoGallery>ul>li>a .date.turquoiseX {background:rgba(61,187,151,0.78)}

/* pageMenuBox */
.pageMenuBox.only-mobile {display:none;}

/* kulturSearch */
.kulturSearch {padding:20px 30px; padding-bottom:0px; position:relative;}
.kulturSearchText {width:100%; color:rgba(88, 85, 85, 1.0); font-size:17px; line-height:20px; padding:15px 15px; padding-left:65px; border:1px solid #EFEBEB; border-radius:10px; background:transparent; background:#fff}
.kulturSearchSubmit {position:absolute; left:40px; width:50px; height:50px; line-height:50px; text-align:center; text-align:center; font-size:20px; color:#010000; text-align:center; background:transparent;}

/* simpleTimelineTab */
.simpleTimelineTab .titleX {border:3px solid #891737; width:220px; font-size:24px; font-weight:700; color:#891737; display:inline-block; line-height:30px; padding:12px 0px; text-align:center; border-radius:60px;}
.simpleTimeline.margin30 {margin-bottom:30px}
.simpleTimelineTab .title {text-align:center; margin-bottom:45px;}
.simpleTimelineTab .text {margin-bottom:45px;}
.simpleTimelineTab .textX {width:100%; color:#891737; font-size:20px; line-height:26px; border: 1px solid rgba(151,151,151,0.26); background:#fff; box-shadow: 0 6px 17px 0 rgba(168,168,168,0.16); padding:25px 40px; display:inline-block; position:relative;}
.simpleTimelineTab .textX p:last-child {margin-bottom:0px}
.simpleTimelineTab .textX:before {content:""; position:absolute; top:20px; right:-18px; width: 0; height: 0; border-style: solid; border-width: 18px 0 18px 18px; border-color: transparent transparent transparent #fff; z-index:1}
.simpleTimelineTab .textX:after {content:""; position:absolute; top:19px; right:-20px; width: 0; height: 0; border-style: solid; border-width: 19px 0 19px 20px; border-color: transparent transparent transparent rgba(151,151,151,0.26);}
.simpleTimeline {max-width:850px; margin:0 auto; display:table; float:none;}
.simpleTimelineTab {position:relative}
.simpleTimelineTab .text {padding-right:calc(50px + 50%)}
.simpleTimeline .simpleTimelineTab:nth-of-type(2n) .text {padding-left:calc(50px + 50%); padding-right:0px;}
.simpleTimeline .simpleTimelineTab:nth-of-type(2n) .textX:before {border-width: 18px 18px 18px 0; border-color: transparent #fff transparent transparent; right:auto; left:-18px;}
.simpleTimeline .simpleTimelineTab:nth-of-type(2n) .textX:after {right:auto; left:-19px; border-width: 19px 19px 19px 0;
border-color: transparent rgba(151,151,151,0.26) transparent transparent;}
.simpleTimelineTab:before {width:4px; top:60px; height:calc(100% - 60px); background:#891737; position:absolute; left:0; right:0; margin-left:auto; margin-right:auto; content:""; display:inline-block;}
.simpleTimeline .simpleTimelineTab:last-child .text {margin-bottom:0px}
.simpleTimelineTab .dotX {position:absolute; left:0; right:0; margin-left:auto; margin-right:auto; top:128px; width:30px; height:30px; background:#fff; border:3px solid #891737; border-radius:50%; display:inline-block; }
.simpleTimelineTab .dotX:before {width:16px; height:16px; background:#fff; border:3px solid #891737; border-radius:50%; display:inline-block; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; content:""}

/* timelineTarihce */
.timelineTarihce>ul>li {text-align:center;}
.timelineTarihce>ul>li.name {color:#891737; font-size:24px; line-height:30px; margin-top:10px; font-weight:700;}

/* faqTabTop */
.faqTabTop {position:relative; color:#fff; cursor:pointer; position:relative; -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.faqTabTop:hover {background:#af9da5}
.faqTabTop .title { font-size:19px; line-height:20px; display:inline-block; font-weight:500;}
.faqTabTop .valX {font-size:19px; line-height:20px; display:inline-block; font-weight:500; float:right;}
.faqTabTop {padding:20px 25px; border-radius:15px; background:#891737; padding-right:50px;}
.faqTabTop .arrow {float:right; font-size:20px; line-height:20px; display:inline-block; position:absolute; right:20px; top:20px;}

/* userList */
.userList {background:#f4f1f1; border:1px solid #dbdbdc; border-top:0px;}
.faqTabBot {margin-top:-10px; margin-bottom:45px; display:none;}
.userList {padding-top:10px}
.userList>ul>li {padding:10px 15px;}
.userList>ul>li .title {color:#252424; font-size:18px; line-height:20px; display:inline-block; padding:10px; }
.userList>ul>li .valX {float:right; color:#891737; font-size:25px; line-height:20px; display:inline-block; padding:10px;}
.userList>ul>li .valX:hover {color:#252424}
.userList>ul>li .valX.darkX {color:#252424;}
.userList>ul>li .valX.smallX {font-size:18px; line-height:20px;}

.userList.ikiX ul>li .valX{font-size:20px}

.userList>ul>li:nth-of-type(2n) {background:#fff}
.userList>ul>li:last-child {border-bottom:0px;}
.faqTab {margin-bottom:15px;}
.faqTab.active .arrow i:before {content:"\f077"}
.faqList .faqTab:last-child {margin-bottom:0px}

/* basinMenu */
.basinMenu>ul {margin-left:-15px; margin-right:-15px;}
.basinMenu>ul>li {width:33.33%; float:left; padding-left:15px; padding-right:15px; margin-bottom:30px}
.basinMenu>ul>li>a {width:100%;  text-align:center;background:rgba(123,71,104,0.75); color:#fff; font-size:clamp(24px,2.5vw,40px); font-weight:700;
	padding:30px;height: clamp(180px,17vw,300px);border-radius:25px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.basinMenu>ul>li:nth-of-type(2)>a {background:rgba(60,144,79,0.75); }
.basinMenu>ul>li:nth-of-type(3)>a {background:#e25d5d; }
.basinMenu>ul>li:nth-of-type(1)>a {background:rgba(123,71,104,1);}
.basinMenu>ul>li:nth-of-type(2)>a:hover {background:rgba(60,144,79,1);}
.basinMenu>ul>li:nth-of-type(3)>a:hover {background:#c43131;}

/* yarismaBoxRow */
.yarismaBoxRow {margin-left:-15px; margin-right:-15px;}
.yarismaBoxCol {width:50%; float:left; padding-left:15px; padding-right:15px; margin-bottom:30px}
.yarismaBoxDiv a {width:100%; display:inline-block; float:left; height:320px; overflow: hidden; border-radius:25px; }
.yarismaBoxDiv a img {width:100%; float:left; }
.yarismaBoxDiv a:hover {opacity:0.7}

/* contactPageLeft */
.contactPageLeft {width:65%; float:left; display:inline-block;}
.contactPageRight {width:35%; float:left; display:inline-block; padding-left:30px;}
.contactPageLeftBox iframe {width:100%; height:550px; border:1px solid #d9d6d6!important; border-radius:25px}

/* contactPageTitle */
.contactPageTitle .title {color:#252424; font-size:25px; line-height:30px; display:inline-block; font-weight:700;}
.contactPageTitle { padding-top:15px; margin-bottom:20px;}
.contactPageDesc .title {color:#252424; font-weight:500; font-size:20px; line-height:24px; display:inline-block}
.contactPageDesc  {margin-bottom:10px;}

/* contactPageDiv */
.contactPage {margin-bottom:30px;}
.contactPageDiv>ul>li {position:relative; padding-left:35px; margin-bottom:20px}
.contactPageDiv>ul>li .icon {font-size:25px; width:25px; text-align:center; position:absolute; left:0; top:0; display:inline-block; color:#891737;}
.contactPageDiv>ul>li .title{color:#891737; font-size:17px; line-height:25px; display:inline-block; }
.contactPageDiv>ul>li .linkX {color:rgba(40, 172, 229, 1.0); font-size:14px; line-height:20px; display:inline-block;}
.contactPageDiv>ul>li .linkX:hover {color:#891737;}
.contactFormLinkX {width:100%; font-size:17px; line-height:20px; padding:10px 0px; text-align:center; display:inline-block; font-weight:500; border-radius:10px; background:#891737; color:#fff}
.contactFormLinkX:hover {background:#252424; color:#fff}
.contactPageDiv>ul>li.link {margin-bottom:20px}

/* pageNav */
.pageNav {margin-bottom:20px; margin-top:15px;}
.pageNav>ul {float:left;}
.pageNav>ul>li {float:left; margin-right:30px; position:relative;}
.pageNav>ul>li>a {color:#A68C8C; font-size:18px; line-height:20px; padding:5px 0px; display:inline-block; font-weight:500}
.pageNav>ul>li.active>a {color:#891737}

.pageNav>ul>li:last-child {margin-right:0px;}
.pageNav>ul>li:after {width:8px; height:30px; background:url(assets/images/menu-arrow.png) no-repeat center center; position:absolute; top:-1px; right:-20px; display:inline-block; content:"";}
.pageNav>ul>li:last-child:after {display:none}
.pageNav .date {float:right; color:rgba(166, 140, 140, 1.0); font-size:18px; line-height:20px; padding:5px 0px; display:inline-block; letter-spacing: -0.51px;}
.postTitle .title {color:rgba(38, 37, 37, 1.0); font-size:30px; line-height:40px; font-weight:700; display:inline-block;}
.postTitle .title .titleX {position:relative; padding-bottom:15px; display:inline-block}
.postTitle .title .titleX:before {width:100%; height:4px; background:#891737; position:absolute; left:0; bottom:-3px; display:inline-block; content:"";}
.postTitle {border-bottom:2px solid #e9e2e5; margin-bottom:25px;}

/* postContent */
.postContent {color:rgba(38, 37, 37, 1.0); font-size:18px; line-height:27px; margin-bottom:30px}
.postContent a {color:#891737;}
.postContent h2, .postContent h3 {width:100%; font-weight:700; line-height:30px; font-size:20px; margin-bottom:15px; display:inline-block}
.postContent iframe {border-radius:25px!important; margin:0 auto!important; display:table!important; max-width:100%!important; max-height: 450px; margin-top: 3%!important; }
.postContent .aligncenter {margin:0 auto; float:none; display:table; margin-bottom:10px;}
.postContent .alignleft {float:left; margin-right:15px; margin-bottom:10px}
.postContent .alignright {float:right; margin-left:15px; margin-bottom:10px}
.postContent img {border-radius:15px;}

/* modalText */
.modalText {color:rgba(38, 37, 37, 1.0); font-size:14px; line-height:24px;}

/* postImg */
.postImg img {width:100%; border-radius:25px;}
.postImg {margin-bottom:20px;}

/* .fancybox-overlay */
.fancybox-overlay{z-index:123456}

/* headerPadding */
.headerPadding {height:20px}
/* poppins */
.poppins {font-family: 'Poppins', sans-serif;}
.mont {font-family: 'Montserrat', sans-serif;}
.color1 {color:#891737;}
.color2 {color:#252424}

.hws { -webkit-transition: all 0.3 ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
@media (min-width:1200px) {
.container {width:1120px;}
}

@media (max-width:1480px) {
.headerTopLeft {left:-170px;}
.headerTopRight {right:-170px;}
.container {width:1000px}
.headerMenuBox>nav>ul>li>a { padding:30px 0px}
.headerMenuRight>ul>li>a {padding:35px 8px}
.headerMenu {}






}

@media (max-width:1330px) {
.container {width:940px}
.headerMenuBox>nav>ul>li>a {padding:30px 3px; }
.headerMenuBox>nav>ul>li>a .titleX {padding:5px 5px}
}
@media (min-width:991px) and (max-width:1200px) {
	.gutter-left{
		padding-left: 60px;
	}
}
@media  (min-width:1270px) {
	.headerBaskan ul{
		padding-left: 15px;
	}
}

@media (min-width:991px) and (max-width:1270px) {
	.footerLogo {
		left: -15px;
	}
	.footerLogo img{
		max-width: 80px;
	}
	.footerRow{
		padding-left: 140px;
	}
}
@media (max-width:1270px) {

	.pageNav {
		margin-left: 30px;
	}
	.simpleBox{
		margin-left: 30px;
	}
	.logo { margin-top: 0px;}
	.headerBaskan{
		transform: translateX(40px) translateY(35px);
	}
	.headerTopLeft {
		left: -40px;
		top: 0;
	}

	.headerTopLeft .logo img {
		width: 64px;
	}
.headerTopRight img{
	max-width: 50px;
}
	.headerTopRight {
	 right: -120px;
		display: none;
}
	.headerTopRight .title{
		display: none;
	}
	.headerTopRightCorona {
		margin-bottom: 25px;
	}

	.headerMenuAll{
		transform: translateX(100px);
		width: calc(100% - 100px);
	}
	.headerMenuAll .container{
width: 100%;
	}
	.headerTopAll .container{
width: 100%;
	}
	.headerNot {
		padding-left: 210px;
	}
	.headerNot .title{
		left: 40px;
	}
	.headerMenuBox>nav>ul>li>a{
		font-size:clamp(14px,1.4vw,17px);
	}
	.headerMenuBox>nav>ul>li>a .titleX{
		padding:5px 7px;
	}
.gutter-left{
	//padding-left: 130px;
	//padding-right: 30px;
}
}

@media (max-width:1199px) {
.container {width:970px}
.headerMenuBox>nav>ul>li>a {padding:30px 0px; }
.modalX .modal-dialog {width:100%!important; padding-left:15px; padding-right:15px;}
}

@media (max-width:992px) {
	.pageNav {
		margin-left: 0;
	}
	.simpleBox{
		margin-left: 0;
		min-height: auto;
	}
	.headerBaskan{
		transform: none;
	}
	.footerSocial>ul>li>a{
		font-size: 20px;
		width: auto;
	}
	.footerSanat{
		text-align: center;
		margin-bottom: 25px;
		margin-top: 10px;
	}
.container {width:auto;}
.headerMenuBox {display:none}
.homeSliderBox>a {}
.homeSliderBox>a .title {font-size:16px; line-height:1.2;padding-right: 30px;}
.homeSliderBox>a .date {font-size:16px; line-height:1.2; right:15px; top:15px;}
.homeSliderBox>a .title {bottom:30px; padding-left:20px}
.homeSlider .owl-dots {bottom:0px; left:0px; text-align:left;margin-left: 5px; width:100%}
	.homeSlider .owl-dots .owl-dot {float:none; display:inline-block;}
	.homeSlider .owl-dots .owl-dot:last-child {display:none}
	/*.homeSliderBox {padding-bottom:40px}*/
	.homeSliderAll {margin-top: 15px;margin-bottom: 15px;}
.homeSlider .homeSliderArrow {background-size:19px 40px!important; height:40px!important; width:40px!important; margin-top:-20px; display:none!important}
.sonGelismeler  .homeSliderArrow {background-size:19px 40px!important; height:40px!important; width:40px!important; margin-top:-20px; display:none!important}
	.homeSliderArrow.rightX{
		display: block!important;
	}
.sonGelismelerLeft {width:100%;}
.sonGelismelerRight {width:100%; padding-left:0px;}
.sonGelismelerSliderBox .title {font-size:20px; line-height:25px; padding:0px 20px;}
.sonGelismelerSliderBox>a {
	/*height:250px;*/
}
#rightSlider .owl-dots {bottom:0px;}
#rightSlider .owl-dots .owl-dot.active {background:#891737; border-color:#891737;	width: 14px;
	height: 14px;
	margin-left: 5px;
	margin-right: 5px;}
.sonGelismelerOtherSlider {padding-bottom:30px}
.sonGelismelerOtherSliderBox {max-height:inherit}
.sonGelismelerOtherSliderBox a img {border-radius:25px; min-height: 296px;}
.sonGelismelerOtherSliderBox a:before {border-radius:25px}
.homeTabsRow {margin-left:-5px; margin-right:-5px;}
.homeTabsCol {width:50%; float:left; padding-left:5px; padding-right:5px; margin-bottom:10px}
.sliderDots .owl-dots .owl-dot {width:10px; height:10px; margin-right:5px;}
.sliderDots .owl-dots .owl-dot:last-child {margin-right:0px}
.sliderDots .owl-dots {top:-61px;}
.sectionTitle .title {font-size:20px; line-height:30px}
.footerCol {width:100%;}
.footerCol:first-child { width:100% }
.footerCol:last-child{ width:100% }
.footerCol:nth-child(2) {width:100%;}
.footerRow{padding-left: 0;}
.footerBox {text-align:center;}
.footerAll {padding:15px 0px;}
.footerLogo {position:relative; width:100%; left:0px; top:0px; text-align:center; margin-bottom:30px;}
.footerLogo img {height:150px;}
.footerCol {margin-bottom:15px;}
.footerSocial>ul{text-align: center;}
.footerTitle {margin-bottom:10px;}
.footerTitle.centerX {text-align: center;}
.footerAll {background-size:cover;}
.headerAll {display:none;}
.mobileHeaderAll {display:inline-block;}
.headerNot em {display:none}
.headerNot .title img {margin-right:0px;}
.headerNot .title {width:50px;text-align:center; padding:2.5px 0px; top:8px;}
.headerNot {padding:10px 0px; padding-left:60px;}
.headerNot .desc {padding:0px}
.headerNot {margin-bottom:10px}
.homeSliderAll .moreX {    font-size: 13px;padding: 3px 6px;left: auto;top: auto;bottom: -6px;right: 0;color: #891737;border:2px solid #891737;background-color: white;}
.homeTwitterBox>ul>li.title {font-size:17px; line-height:23px}
.homeTabsProjectList>ul>li {width:33.33%}
.homeTabsProject {padding:20px; padding-bottom:5px;}
.homeTabsProjectList>ul {margin-left:-5px; margin-right:-5px;}
.homeTabsProjectList>ul>li {padding-left:5px; padding-right:5px; margin-bottom:10px}
.eczaneListCol {width:50%}
.headerSpace {}
.pageMenuMobile {display:inline-block;}
.pageMenuBox {display:none; margin-bottom:15px}
.pageMenuBox>ul {width:100%; display:inline-block; float:left;}
.pageMenuBox>ul>li {width:100%; margin-right:0px; display:inline-block;}
.pageMenuBox>ul>li>a {width:100%; text-align:center; display:inline-block}
.pageMenu {margin-bottom:0px;}
.photoGallery>ul>li {width:33.33%}
.pageCalendarMonth>ul {border-top:1px solid rgba(206, 206, 206, 1.0); border-left:1px solid rgba(206, 206, 206, 1.0); border-radius:25px; overflow: hidden; border-right:1px solid rgba(206, 206, 206, 1.0);}
.pageCalendarMonth>ul>li {border-right:1px solid rgba(206, 206, 206, 1.0); border-bottom:1px solid rgba(206, 206, 206, 1.0)}
.pageCalendarMonth>ul>li:nth-of-type(6n) {border-right:0px}
.pageCalendarMonth>ul>li>a {padding:15px 0px;}
.pageCalendarMonth>ul>li {width:16.66%;}
.pageCalendarMonth:before {display:none;}
.pageCalendarMonth>ul>li>a:before, .pageCalendarMonth>ul>li>a:after, .pageCalendarMonth>ul>li.active:before, .pageCalendarMonth>ul>li.active:after {display:none}
.newsListCol {width:50%}
.kulturSearch {padding:0px; margin-bottom:15px;}
.kulturSearchSubmit {left:5px}
.simpleTimelineTab .textX {padding:15px; font-size:17px; line-height:20px}
.basinMenu>ul>li {width:100%; margin-bottom:15px}
.basinMenu>ul>li>a {font-size:30px; line-height:40px; padding:50px 0px;}
.contactPageLeft {width:100%;}
.contactPageLeftBox iframe {height:300px!important}
.contactPageRight {width:100%; padding-left:0px}
.postTitle .title {font-size:20px; line-height:26px}
.pageNav {margin-bottom:15px}
.pageNav>ul>li>a {font-size:14px;}
.pageNav>ul>li {margin-right:20px;}
.pageNav>ul>li:after {right:-15px;}
.pageNav .date {font-size:14px;}
.postContent{font-size:14px; line-height:20px}
.duyuruMore .moreX {font-size:14px; padding:7px 15px;}
.footerMenu>ul>li>a {font-size:14px; line-height:20px; padding:4px 0px}
.postImg {margin-bottom:10px;}
.postTitle {margin-bottom:20px}
.postTitle .title .titleX {padding-bottom:10px}
.headerBannerMobile {display:inline-block; margin-top:-5px; margin-bottom:5px}
.headerBanner {display:none;}
.headerNot .desc {font-size:12px; line-height:15px; display:table-cell; vertical-align: middle; float:none}
	.sonGelismelerSlider .owl-dots .owl-dot{
		width: 14px;
		height: 14px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.sonGelismelerSlider .owl-dots{
		text-align: center!important;
		padding-left: 0!important;
	}
.headerNotSliderItem {height:30px; display:table;}
	.postContent img {height: auto!important;}

}

@media (max-width:768px) {
.homeTabsProjectList>ul>li {width:50%}
.homeTabsProjectList>ul>li>a .img {line-height:60px; height:60px; margin-bottom:5px;}
.homeTabsProjectList>ul>li>a .img img {max-height:50px}
.homeTabsProjectList>ul>li>a .title {font-size:14px; line-height:18px;}
.homeTabsProjectList>ul>li>a {height:130px}
.faqTabTop .title {font-size:16px; line-height:20px;}
.faqTabTop .valX {font-size:16px; line-height:20px; width:100%; text-align:left;}
.userList.ikiX .userList>ul>li .valX {font-size:16px; line-height:20px;}
.faqTabTop {padding:15px; padding-right:40px;}
.faqTabTop .arrow {font-size:16px;}
.userList>ul>li .title {padding:0px; font-size:16px; line-height:20px;}
.faqTabTop .arrow {right:15px; top:15px}
.userList>ul>li {padding:15px;}
.userList>ul>li .title .valX {padding:0px}
.sliderDots .owl-dots{bottom:-25px; text-align:center; left:0; width:100%; background:transparent; z-index:12; top: auto;}
.duyuruSlider {margin-bottom:15px}
.yarismaBoxCol {width:100%;}
.yarismaBoxDiv a {height:auto;}
}

@media (max-width:600px) {
.photoGallery>ul>li {width:50%}
.sectionTitle {margin-bottom:20px;}
.simpleBox {padding:20px}
.photoGallery>ul>li>a {height:150px}
}

@media (max-width:500px) {
.homeTabsBox>a .icon img {height:60px}
.homeTabsBox>a .icon {line-height:60px; height:60px; margin-bottom:10px;}
.homeTabsBox>a {height:170px}

.homeSliderBox>a {}
.eczaneListCol {width:100%}
.pageCalendarMonth>ul>li {width:33.33%;}
.eczaneListBox>ul {height:auto; padding-bottom:80px}
.pageCalendarMonth>ul>li:nth-of-type(3n) {border-right:0px;}
.pageCalendarMonth>ul>li>a {font-size:14px; line-height:20px; padding:10px 0px}
.pageCalendarYear {margin-bottom:20px;}
.pageCalendarMonth {margin-bottom:20px}
.newsListCol {width:100%}
.simpleTimelineTab .text {padding:0px!important}
.simpleTimelineTab .textX:before, .simpleTimelineTab .textX:after {display:none!important}
.simpleTimelineTab .textX {padding:15px; border-radius:15px; text-align:center}
.basinMenu>ul>li>a {font-size:25px;}
.postContent .alignleft {width:100%; margin:0px; margin-bottom:15px;}
.postContent .aligncenter {width:100%; margin:0px; margin-bottom:15px;}
.postContent .alignright {width:100%; margin:0px; margin-bottom:15px;}
.postContent .alignleft img, .postContent .alignright img, .postContent .aligncenter img {height:auto!important}
	.homeSlider .owl-dots .owl-dot {width:30px; height:30px; margin-right:3px;}
	.homeSlider .owl-dots .owl-dot:last-child {margin-right:0px}
}

@media (max-width:400px) {
.homeSlider .homeSliderArrow {background-size:14px 30px!important; height:30px!important; width:30px!important; margin-top:-40px}
.sonGelismeler .homeSliderArrow {background-size:14px 30px!important; height:30px!important; width:30px!important; margin-top:-40px}
}


/* other reset */
::-webkit-input-placeholder { color:inherit}
::-moz-placeholder { color:inherit } /* firefox 19+ */
:-ms-input-placeholder { color:inherit } /* ie */
input:-moz-placeholder { color:inherit }


a:focus,
			textarea:focus,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color:inherit;
  box-shadow:inset;
  outline: 0 none;
  text-decoration:none;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
/* other reset */

div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 123456789;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff;
}
.lds-dual-ring {
	display: inline-block;
	width: 46px;
	height: 46px;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	position:absolute;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #891737;
	border-color: #891737 transparent #891737 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%;
}

.Cozum .owl-nav{
display: none;
}


.Sema{
	position: relative;
}
.Sema-item{
	position: relative;
}
.Sema-item img{
height: auto;
}
.Sema-item a{
	position:absolute;
	z-index: 2;
	display: block;
	height: 35px;
}

.Sema-b_link1{
	width: 23%;
	left: 4.7%;
	bottom: 13%;
}
.Sema-b_link2{
	width: 30%;
	left: 37%;
	bottom: 13%;
}
.Sema-b_link3{
	width: 23%;
	right: 7%;
	bottom: 12%;
}

.Sema-y1_link1{
	width: 28.5%;
	top: 14%;
	left: 33.5%;
}
.Sema-y1_link2{
	width: 23.1%;
	top: 27.6%;
	right: 12.8%;
}
.Sema-y1_link3{
	width: 25.3%;
	top: 45%;
	left: 34.4%;
}

.Sema-y1_link4{
	width: 23.2%;
	bottom: 29.7%;
	right: 12%;
}
.Sema-y1_link5{
	width: 30.8%;
	bottom: 11%;
	left: 33.3%;
}

.Sema-y2_link1{
	top: 7.5%;
	width: 28.3%;
	left: 33.2%;
}
.Sema-y2_link2{
	top: 31%;
	width: 27%;
	right: 10.2%;
}
.Sema-y2_link3{
	top: 43%;
	width: 17.5%;
	left: 33.5%;
}

.Sema-y2_link4{
	bottom: 30%;
	width: 20%;
	right: 22.5%;
}

.Sema-y3_link1{
	top: 8%;
	width: 31.1%;
	left: 33.2%;
}
.Sema-y3_link2{
	top: 31.5%;
	width: 27%;
	right: 22.1%;
}
.Sema-y3_link3{
	bottom: 30.5%;
	width: 37.4%;
	right: 27.5%;
}

.Sema-y4_link1{
	top: 6.5%;
	width: 21.5%;
	left: 33.2%;
}
.Sema-y4_link2{
	top: 16.8%;
	width: 23.2%;
	right: 13%;

}
.Sema-y4_link3{
	top: 33%;
	width: 25.5%;
	left: 34.1%;
}
.Sema-y4_link4{
	top: 47%;
	width: 23.1%;
	right: 12.2%;
}
.Sema-y4_link5{
	top: 65%;
	width: 27.6%;
	left: 33%;
}

.Sema-y4_link6 {
	width:35%;
	left:35%;
	top:85%;
}

.Sema-y5_link1{
	top: 8.3%;
	width: 21.7%;
	left: 33.5%;
}
.Sema-y5_link2{
	top: 24%;
	width: 29.9%;
	right: 12.5%;
}
.Sema-y5_link3{
	top: 45.7%;
	width: 21.5%;
	left: 34.5%;
}

.Sema-y6_link1{
	top: 5.5%;
	width: 21.3%;
	left: 33.9%;
}
.Sema-y6_link2{
	top: 21%;
	width: 28.9%;
	right: 6.7%;
}
.Sema-y6_link3{
	top: 42%;
	width: 24.9%;
	left: 34.8%;
}


.gutter-left{

}







@media (min-width:991px) and (max-width:1480px){
	.eczaneListBox>ul>li{font-size: 14px!important;}
	.eczaneListBox {
		padding: 25px 15px 0 15px;
	}
	.Sema-b_link1{
		width: 25%;
		left: 4.9%;
	}
	.Sema-b_link2{
		width: 32%;
		left: 40%;
	}
	.Sema-b_link3{
		width: 24.8%;
		right: 0.4%;
	}

	.Sema-y1_link1{
		width: 30.4%;
		top: 13%;
		left: 36%;
	}
	.Sema-y1_link2{
		width: 25%;
		right: 6.5%;
	}
	.Sema-y1_link3{
		width: 27.3%;
		left: 36.7%;
	}

	.Sema-y1_link4{
		width: 25%;
		right: 5.6%;
	}
	.Sema-y1_link5{
		width: 33%;
		left: 35.6%;
	}

	.Sema-y2_link1{
		width: 30.6%;
		left: 35.5%;
	}
	.Sema-y2_link2{
		width: 28.7%;
		right: 3.9%;

	}
	.Sema-y2_link3{
		width: 18.6%;
		left: 36%;
	}

	.Sema-y2_link4{
		width: 21.6%;
		right: 16.9%;
	}

	.Sema-y3_link1{
		width: 33.5%;
		left: 35.5%;
	}
	.Sema-y3_link2{
		width: 28.8%;
		right: 16.6%;
	}
	.Sema-y3_link3{
		width: 40.2%;
		right: 22.2%;
	}
	.Sema-y4_link1{
		width: 23%;
		left: 35.6%;
	}
	.Sema-y4_link2{
		width: 24.8%;
		right: 6.8%;
	}
	.Sema-y4_link3{
		width: 27.2%;
		left: 36.6%;
	}
	.Sema-y4_link4{
		width: 25%;
		right: 6%;
	}
	.Sema-y4_link5{
		width: 29.8%;
		left: 35.3%;
	}
	.Sema-y5_link1{
		width: 23%;
		left: 36.2%;
	}
	.Sema-y5_link2{
		width: 32%;
		right: 6.2%;
	}
	.Sema-y5_link3{
		width: 23%;
		left: 36.9%;
	}
	.Sema-y6_link1{
		width: 22.9%;
		left: 36.2%;
	}
	.Sema-y6_link2{
		width: 30.9%;
		right: 0.1%;
	}
	.Sema-y6_link3{
		width: 26.4%;
		left: 37.4%;
	}
}

.footerHead{
	pointer-events: none;
	background-color: transparent;
}
.footerHead:focus{
outline: none;
	background-color: transparent;
}

.baskan-col-30 > .imgbox {
	position: relative;
}
.baskan-col-30 > .imgbox a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.duyuruSlider{
	margin-bottom: 30px;
}
.xGazete img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: left top;
}
.xGazete {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: left top;
}
.homeTwitterBox a{
transition: 500ms;
	color: white;
}
.homeTwitterBox a:hover{
color: #1b1a1a;
	transition: 500ms;

}
.H_projects{
	margin-bottom: 30px;
}
.H_projects-in{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.H_projects-item{
	width: 49%;
	border-radius: 15px;
	display: block;
}
.H_projects-item img{
	border-radius: 15px;
}
.Not_found{}
.Not_found-in{
	padding-left: 50px;
	width: 100%;
height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
text-align: center;
}
.Not_found-text h1{
font-size: clamp(24px,4.5vw,56px);
	text-align: center;
	margin-bottom: 30px;
}
.Not_found-text p{
	font-size:20px;
	text-align: center;
	color: rgba(37, 36, 36, 1.0);
}
.Not_found-text a{
transition: 500ms;
	color: rgba(37, 36, 36, 1.0);

}
.Not_found-text a:hover{
	color: #891737;
	transition: 500ms;
}
.headerAll-active .headerTopLeft{
	position: fixed!important;
	top: -20px!important;
	transform: translateX(calc(-100% - 20px));
}

@media (min-width:1271px) {


}

@media (min-width: 991px) and (max-width:1270px){
	.container{
		
	}
	.headerAll-active .headerTopLeft{
		top: 20px!important;
		transform: translateX(calc(-100% - 10px));
	}
}


@media (max-width:991px) {
	.userList.ikiX ul>li .valX {
		font-size: 16px;
	}
	.gutter-left{
		//padding-left:15px;
		//padding-right:15px;
	}
	.footerCopyrightAll{
		padding: 12px 0px;
	}
	.footerTitle .title{
		font-size: 18px;
	}
	.homeTwitter{
		margin-bottom: 0;
		justify-content: center;
		flex-direction: column;
	}
	.homeTwitterBox{
		margin-left: 0;
		margin-bottom: 15px;
	}
	.sonGelismelerSliderBox>a:after{
		width: 130px;
		height: 40px;
	}
	.sonGelismelerSliderBox .date {
		right: 15px;
		top: 11px;
		font-size: 13px;
	}
	.Cozummerkezi .Cozummerkezi-left{
		justify-content: center;
		padding:10px 0!important;
	}
	.headerNot .title {
		left: 0px!important;
	}
	.homeSliderAll .owl-dots{
		display: block!important;

	}

	.homeSlider{
		padding-bottom:40px;
	}
	.homeSlider .owl-dots .owl-dot {
		width: 12px;
		height: 12px;
		margin-left: 2px;
		margin-right: 2px;
	}

	.homeSlider .owl-dots .owl-dot.active{
		border: none;
	}
	.homeSlider .owl-dots .owl-dot:before{
		display: none;
	}
	.footerCopyright .title {
		font-size: 12px;
		line-height: 1.4;
	}
	.Sema-item a{
		height: 16px;
	}

	.Sema-b_link1{
		width: 25.5%;
		bottom: 16%;
	}
	.Sema-b_link2{
		width: 32%;
		left: 40%;
		bottom: 16.1%;
	}
	.Sema-b_link3{
		width: 24.8%;
		right: 0.4%;
		bottom: 14.5%;
	}

	.Sema-y1_link1{
		width: 30.5%;
		top: 10.4%;
		left: 36%;
	}
	.Sema-y1_link2{
		width: 25%;
		top: 24.2%;
		right: 6.5%;
	}
	.Sema-y1_link3{
		width: 27.3%;
		top: 41.5%;
		left: 36.6%;
	}

	.Sema-y1_link4{
		width: 25%;
		bottom: 31.5%;
		right: 5.5%;
	}
	.Sema-y1_link5{
		width: 43.8%;
		bottom: 12.5%;
		left: 35.6%;
	}

	.Sema-y2_link1{
		top: 9.5%;
		width: 31%;
		left: 35.2%;

	}
	.Sema-y2_link2{
		top: 32.3%;
		width: 29%;
		right: 3.8%;
	}
	.Sema-y2_link3{
		top: 44%;
		width: 19.5%;
		left: 35.5%;
	}

	.Sema-y2_link4{
		bottom: 28.5%;
		width: 22.5%;
		right: 16.5%;
	}

	.Sema-y3_link1{
		top: 9%;
		width: 33.8%;
		left: 35.5%;
	}
	.Sema-y3_link2{
		top: 31.8%;
		width: 29.5%;
		right: 16.4%;
	}
	.Sema-y3_link3{
		bottom: 28.5%;
		width: 40.5%;
		right: 22%;
	}

	.Sema-y4_link1{
		top: 9%;
		width: 23%;
		left: 35.7%;
	}
	.Sema-y4_link2{
		top: 22.5%;
		width: 25.2%;
		right: 6.5%;
	}
	.Sema-y4_link3{
		top: 40.5%;
		width: 27.5%;
		left: 36.4%;
	}
	.Sema-y4_link4{
		bottom: 32%;
		width: 24.8%;
		right: 5.9%;
	}
	.Sema-y4_link5{
		bottom: 12.4%;
		width: 29.6%;
		left: 35.5%;
	}

	.Sema-y5_link1{
		top: 11%;
		width: 23.3%;
		left: 36%;

	}
	.Sema-y5_link2{
		top: 26%;
		width: 25%;
		right: 6%;
	}
	.Sema-y5_link3{
		top: 44.9%;
		width: 23.5%;
		left: 36.9%;
	}

	.Sema-y6_link1{
		top: 4.5%;
		width: 23.3%;
		left: 36%;
	}
	.Sema-y6_link2{
		top: 20.5%;
		width: 31.5%;
		right: 0.1%;
	}
	.Sema-y6_link3{
		top: 42.2%;
		width: 26.9%;
		left: 37.4%;
	}

	.footerHead:after{
		content: "" ;
		display: inline-block;
		width:12px;
		height:8px;
		background-repeat:no-repeat;
		background-size:auto 100%;
		background-image:url(assets/images/menu-arrow.png);
		transform:  rotate(90deg);
		position: absolute;
		right: -25px;
		top: 10px;
		filter: brightness(10);
	}
	.footerHead[aria-expanded='true']:after{
transform:  rotate(270deg) translateX(50%);
	}
	.footerHead{
		margin-right: 15px;
		width: 100px;
		text-align: left;
pointer-events: auto;
		position: relative;
	}
	.K_sanat{
	}
	.K_sanat-header{
		margin-top: 15px;
		z-index: 123;
	}
	.headerMenuAll {
		width: 100%;
transform: none;
		}
	.kulturSearchText{
		padding-left: 55px;
		font-size: 13px;
	}
	.kulturSanatMenu {
		padding: 15px;
	}
	.kulturSanatMenu{
	display: flex;
		flex-direction: column;
		align-items: center;
	}
	.kulturSanatLogo{
		margin-right: 0;
		float: none;
	}
	.kulturSanatMenuBox>ul>li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.kulturSanatMenuBox>ul>li>a {
		font-size: 15px;
		padding: 10px 15px;
	}
	.homeTabsProject{
		min-height: auto;
	}
	.sonGelismelerOtherSliderBox a{
		max-height: none;
	}
	.modalX .modal-dialog{
		margin: 0;
		margin-top: 10px;
	}
	.H_projects{}
	.H_projects-in{}
	.H_projects-item{
		width: 100%;
	}
	.H_projects-item:first-child{
		margin-bottom: 10px;
	}
	.Not_found-in{
		padding-left: 0;
		height: 240px;
		display: flex;
	}
	.Not_found-text h1{
	}
	.Not_found-text p{
		font-size:16px;
	}
}

