@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&family=Zilla+Slab+Highlight&display=swap');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
p{
	font-size: 14px;
}
.video-yukseklik{
	height: 400px;
}
@media (max-width: 992px){
	.video-yukseklik{
	height: 300px;
}
	
}
.primary-overlay{
	background-color: #282727;
}
.ana-menu{
	background: #4B494A;
	padding-left: 30px !important;
}

@media (max-width: 992px){
	.ana-menu{
	padding-left: 0px;
	}
}
.ana-menu .nav-link{
	color: #fff;
	padding-left: 15px !important;
}
.renk-beyaz{
	color: #fff;
}
.renk-turuncu-acik{
	color:#f7dc23;}
.renk-turuncu{
	color: #000;
}
.renk-turuncu-koyu{
	color:#BC9500;
}
.renk-koyu-gri{
	color: #1B1A1A;
}
.renk-siyah{
	color:#000;
}
.renk-kirmizi{
	color:#C60003;
}
.saga-yasla{
	float: right;	
}
.font-Poppins{
	font-family: 'Poppins', sans-serif;
}
.yazi-golge{
	text-shadow: 3px 3px 1px #000;
}
.yazi-yasla{
	text-align: justify;
}
.yazi-golge h1{
	font-family: 'Poppins', sans-serif;	
	
}
.yazi-golge p{
	
	color:#000000;
	font-size: 23px;	
}
.logo{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.logo img{
	padding-left: 50px;
}
.resim-bg{
	background-color: rgba(46,45,45,0.4);
	height: 100%;
}
.logom{
	width:250px;
	object-fit: cover;
}
@media (max-width: 992px) /* @grid-float-breakpoint -1 */
{
	
	.logo{
		text-align: center;
		padding-left:0px;
	}
	.resim-bg{
	background-color: rgba(46,45,45,0.4);
	}
}
.adres{
	padding-top:25px;
	padding-right: 35px;
}
.adres p{
	padding-right: 50px;
	text-align: left;
}
.iletisim-top{
	
	text-align: center;
	margin-top: 100px !important;	
}

.iletisim-top h2{
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding-left: 3px;
	
}
.iletisim-top h3{
	font-family: 'Poppins', sans-serif;
}
.our_team_margin{
	margin-bottom:40px;
	font-family: 'Poppins', sans-serif;
	}
.our_team-top h2{
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding-left: 3px;
	text-align: center;
	
}
.our_team-top h4{
	display: inline-block;
}
.our_team{	
	cursor:pointer;
	width:250px;
	height:300px;
	margin-bottom:10px;
	text-align: center;
	}
.our_team img{
	transition:all 0.5s;	
	width:250px;
	height:300px;
	object-fit: cover;
	}
.gridoverlay{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	width:250px;
	height:300px;	
	transition:all .5s;	
	transform: scaleY(.1);
   -webkit-transform: scaleY(.1);
    opacity:0;   	
    margin:auto;
	text-align:center;
	margin-top: 30px;
	
	}
.gridoverlay i{
	margin-top:50%;
	color:#f97408;
	opacity:0;
	transition:all .5s;	
	transform: scaleX(.1);
   -webkit-transform: scaleX(.1);
   padding-right:5px;
	}
.gridoverlay i:hover{
	color:#FFF;
	}
.our_team:hover .gridoverlay{
	transform: scaleY(1);
   -webkit-transform: scaleY(1);
   opacity:1;
	}
.our_team:hover .gridoverlay i{
	opacity:1;	
	transform: scaleY(1);
   -webkit-transform: scaleY(1);  
	}
.our_team_info{
	width:250px;
	}
.our_team_info h5{
	color:#f8c500;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	margin-top: 50px;
	}
.our_team_info p{	
	text-align:center;
	margin-top: -10px;
	}
@media (max-width: 992px){
	.our_team{
		width:300px;		
		height:360px;
	}
	.our_team img{	
		width:300px;
		height:360px;
	}
	.gridoverlay{
		width:300px;
		height:360px;
	}
	.our_team_info{
	width:300px;
	}
	.egitim{
		width: 360px;
		text-align: center;
	}
	}


.footer{
	background: #3e434b;
	color: #fff;
	font-size: 13px;
}
.footer h4{
	color: #f8c500;
}
.footer a{
	color: #fff;
	text-decoration: none;
	transition: all .5s;
	
}
.footer a:hover{
	color: #f8c500;
}

@media (max-width: 992px){
	.ulasim{
		padding-top: 30px;
	}

}

.foto-ana-kategori{
	border:solid 1px #E9E6E6;
	padding: 0px !important;
	text-align: left;
	transition: all 0.5s;
	cursor:zoom-in;
}
.foto-ana-kategori:hover{
	background-color:  #f8c500;
	color: #FFFFFF;
}
.foto-ana-kategori:hover hr{
	color: #FFFFFF;	
}
.foto-ana-kategori:hover img{
	filter: gray;
	height: 400px;
	margin-top: -100px;
    /*-webkit-filter: grayscale(100%);*/

}
.foto-ana-kategori img{
	margin-left:-23px;
	height: 300px;
	width:100%;
	object-fit: cover;
	text-align: left;
	transition: 1s;
}
.foto-ana-kategori button{
	margin-bottom: 25px; 
}
.foto-ana-kategori p{	
	font-weight: bold;
}

@media (max-width: 992px){
	.foto-ana-kategori{
		padding-bottom: 10px;
	}
	.foto-ana-kategori p{
		text-align: center;
	}
	.foto-ana-kategori img{
		margin-left:0px;
		margin-top: 10px;
		text-align: center;
		
	}
}


.lightboxgallery-gallery-item img{
  outline: 1px solid white;
  outline-offset: -10px;
}
.duyuru{
	border: solid 1px #E9E6E6;
	width: 100%;
}
.duyuru img{
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.duyuru h5{
	height: 30px;
}
.duyuru p{	
	text-align: justify;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;
	height: 63px;

}
.duyuru h6{	
	font-size: 11px;
}
@media (max-width: 992px){
	.duyuru img {
		width: 100%;
		height: 500px;
	object-fit: cover;
	}
}
@media (max-width: 778px){
	.duyuru img {
		width: 100%;
		height: 400px;
	}
}

.haber-detay-ust{
	padding-top: 178px;
	padding-bottom: 178px;
	margin-bottom: 80px;
	height: 100%;
	background-size:cover;
 	background-repeat: no-repeat;	
    background-attachment: fixed !important;
	background-position: top center !important;
}

.haber-detay-ust h1{
	display:inline;
}
.haber-detay-ust h2{
	display:inline;
}
.haber-detay-alt{
	text-align: center;
}
.haber-detay-alt h1, h2, h3, h4, h5, h6{
	text-align: left;
}
.haber-detay-alt p{
	text-align: justify;
}
.haber-detay-alt img{
	outline: 1px solid white;
	object-fit: cover;
  	outline-offset: -15px;
}
.img-thumbnai{
	border-color: #FFFFFF;
}
@media (max-width: 992px){
	.haber-detay-alt img{
		width: 100%;
		padding-bottom: 30px;
	
	}
	.haber-detay-ust{
	padding-top: 120px;
	padding-bottom: 120px;
	margin-bottom: 80px;
	height: 100%;
	background-size:cover;
 	background-repeat: no-repeat;	
    background-attachment: fixed !important;
	background-position: top center !important;
}

	
	}


.icerik-detay-alt{
	max-width: 1200px !important;
	text-align: justify;
}
.icerik-detay-ust{
	background:url("../images/icerik.webp");
	width: 100%;
	height: 100%;
	padding-top: 300px;
	padding-bottom: 300px;
	margin-bottom: 50px;
	background-size:cover;
	background-position: top center;
 	background-repeat: no-repeat;
	text-align: center;	
	color: #FFFAFA;	
}

.icerik-detay-ust h1{
	display:inline;
}
.icerik-detay-ust h2{
	display:inline;
}

.fotogaleri-detay {
	padding: 100px 0px 0px 0px !important;	
}
.fotogaleri-detay p{	
	text-align: center;
}

.video-galeri{
	padding: 100px 0px;
	background-color: #6F6B6B;
}
.video-galeri a{
	text-decoration: none;
	color: #fff;
}
.video-galeri a:hover{
	color:#f7dc23;
}
.video-galeri i{
	font-size: 20px;
}
.hakkimizda{
	background-color:#434242;
	color:#FAF9F9;
	padding: 100px 0px;
}
.text-spacing-25{
	color:#000;
}