@charset "UTF-8";
@media (max-width:767px){

	body{ 
		 font-size: 16px;
	 }
	
	 a {
		 color: #fff; opacity: 1; 
	 }
	 a:hover { text-decoration: none; color: #fff; opacity: 0.8;}
	p {font-size: 16px;}
	.fs-big {font-size: 26px !important;}
	.pl-5 {padding-left: 1.5rem !important;}
	 header {  
		 padding: 5px 15px; 
	 }
	 .logo {
		float: left;
		width: 50%;  
	}
	.logo img {
		width: 100% !important;
		height: auto;
	}
	.d-xs-none {display: none !important;} 
	.hakkimizda-content {
		padding: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	 
	/*TOP MENU*/
	.mobilmenu {
		display: block;
		position: absolute;
		top: 16px;
		right: 20px;
	}
	.mobilmenu img:hover {
		cursor: pointer;
	}
	.closemenubtn {
		display: block;
		position: absolute;
		top: 16px;
		right: 20px;
	}
	.header-menu {
		float: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left:0;
		display: flex;
		align-items: start;
		justify-content: center;
		z-index: 9999;
		background-color: var(--yesil);
		visibility: hidden;
		opacity: 0;
		transition: all 300ms linear;

	}
	.header-menu.opened{		
		left: 0;
		top: 64px;
		width: 100%;
		visibility: visible;
		opacity: 1;
	} 
	.header-menu img:hover {
		cursor: pointer;
	}
	.slogan {
		color: #fff !important;
    font-size: 14px !important;
}
	#mainnav {
		margin-top: 50px;
	} 
	#mainnav > ul > li {
		display: block; 
	} 
	.header #mainnav > ul > li > a {
		text-align: left;
		color: #fff;
		font-size: 22px;
		line-height: 32px;
		font-weight: 200;
	}	 
	#mainnav ul.submenu {
		display: none;
	} 

	.page-content {
		margin-top:43px ;
	}
	.page-content p {
		font-size: 17px;
		font-weight: 600;
	}
	.page-content img {
		border-radius: 35px;
		margin-bottom: 25px;
	}
	.solmenu .title {
		display: block;
		max-width: 385px;
		border-bottom: 3px solid var(--yellow);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.solmenu ul {
		display: none;	
	} 
	.breadercrumb 
	{
		margin: 0;
		padding: 0;
	}
	.breadercrumb li {
		display: inline-block;
	}
	.breadercrumb li a {
		display: block;
		color: var(--koyugri);
		position: relative;
		font-size: 12px;
		font-weight: 500;
		position: relative;
		padding: 0 7px 0 13px;
	}
	.breadercrumb li a:before {
		content: '>';
		position: absolute;
		top: 0;
		left: 0;
	}
	.breadercrumb li:first-child a:before {
		content: '';
		
	}
	.breadercrumb li:last-child a {
		color: var(--black);
		 
	 }

	 .max-width {
		max-width: 1366px;
		padding: 0 !important;
	}
	.programlinks img {  
		margin-bottom: 0 !important;
	}
/*--------------------*/
 .swiper.mySwiper {
    height: calc(100vh - 64px );
    padding: 30px 0; 
  }
  .swiper.mySwiper .swiper-slide{
	display: block;
  }
  .swiper.mySwiper .swiper-slide .content{
    float: left;
    width: 100%;
    height: 50%; 
    align-items: start;
    justify-content: start;
    padding-bottom: 0;
    padding-right: 0;
  } 
  .swiper.mySwiper .swiper-slide .img{
    float: left;
    width: 100%;
    height: 50%;
  }
  .swiper.mySwiper .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius:15px; 
    border-bottom-right-radius:15px; 
  }
  .swiper.mySwiper .swiper-slide .title {
	font-size: 32px;  
	margin-bottom: 10px;
	line-height: 36px; 
    font-weight: 500; 
  }
  .swiper.mySwiper .swiper-slide p { 
	font-size: 16px;
	line-height: 19px;  
	margin-bottom: 20px; 
  } 
  .swiper.mySwiper .swiper-button-prev, .swiper.mySwiper .swiper-rtl .swiper-button-next {
    right: auto;
    left: 20px;           
}
  .swiper.mySwiper .swiper-button-next, .swiper.mySwiper .swiper-rtl .swiper-button-prev {
    right: 20px;
    left: auto;           
}
.swiper.mySwiper .swiper-button-next, .swiper.mySwiper .swiper-button-prev{
    bottom: 50px;
    background-color: #fff;
    border: 0;    
}



.mySwiper2 .title {
    font-weight: 700;
    color: var(--yesil);
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
}

.Swiper2buttons {
	position: absolute;
	width: 100%;
	height: 50%;
	top:50%;
	margin-top: -25px;
	left: 0;
	z-index: 9;
}




	   
	  .giris-bottom { 
		width: 100%;
		height: auto;  
		margin-top: 15px; 
		padding: 15px;
	}
	.giris-bottom .left{  
		width: 100%;
		height: 100%;	
		padding: 15px;	
	}
	.giris-bottom .left h2{
		font-size: 25px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.giris-bottom .left h2 span{
		display: none;	
	}
	.giris-bottom .left h2 .br{
		display: none;	
	}
	.giris-bottom .right{
		float: left;	 
		width: 100%;
		height: 100%;		
	} 
	
	.yardim h2 {
		font-size: 22px;
		font-weight: 300;
	}
	.yardim p {
		font-size: 14px;
		margin: 0;
	}
	.yardim img {
		margin-right: 15px;
	}

	.yardim-m  {margin-bottom: 25px; border: 0 !important;}
	/*Gallery*/
	/* LIGHTBOX */
	.gallery {
		column-width: 220px;
		column-gap: 15px; 
	  }
	  
	  .gallery.col-w-auto {
		column-width: auto;	
	  }
	  
	  .gallery img {
		  display: inline-table;
		width: 100%;
		cursor: pointer;
		border-radius: 20px;
		margin-bottom: 15px; 
		background-color: var(--teriatry);
		padding: 10px; 
		transition: all 300ms linear;
	  }
	 
	  .gallery .menupage img { 
	  width: 30%; 
	  margin-right: 19px;
	}
	  .gallery img:hover {	
		background-color:var(--secondary); 
	  }
	  .gallery.col-w-auto img{
		padding: 0px; 
	  }
	  .menupage .gallery.col-w-auto img{
		padding: 5px; 
	  }
	.lightbox {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
		background: #7f8c8d;
		perspective: 1000;
		z-index: 9999;
	  }
	  
	  .filter {
		position: absolute;
		width: 100%;
		height: 100%;
		filter: blur(20px);
		opacity: 0.5;
		background-position: center;
		background-size: cover;
	  }
	  
	  .lightbox img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotateY(0deg);
		max-height: 95vh;
		max-width: calc(95vw - 100px);
		transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
		transform-style: preserve-3d;
	  }
	  /*.lightbox:hover img{
		transform: translate(-50%, -50%) rotateY(180deg);
	  }*/
	  
	  [class^="arrow"] {
		height: 200px;
		width: 50px;
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	  }
	  
	  [class^="arrow"]:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
		width: 15px;
		height: 15px;
	  }
	  
	  .arrowr {
		right: 0;
	  }
	  
	  .arrowr:after {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	  }
	  
	  .arrowl {
		left: 0;
	  }
	  
	  .arrowl:after {
		border-left: 1px solid white;
		border-top: 1px solid white;
	  }
	  
	  .close {
		position: absolute;
		right: 0;
		width: 50px;
		height: 50px;
		background: rgba(0, 0, 0, 0.4);
		margin: 20px;
		cursor: pointer;
	  }
	  
	  .close:after,
	  .close:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px;
		height: 100%;
		background: #e74c3c;
	  }
	  
	  .close:after {
		transform: translate(-50%, -50%) rotate(-45deg);
	  }
	  
	  .close:before {
		transform: translate(-50%, -50%) rotate(45deg);
	  }
	/*Gallery end*/
	
   
	.blog .kisa {
		font-size: 14px;
		margin-bottom:15px;
	}
	.blog .blogbtndetail {
		float: left; 
		width: 100%; 
		height: 50px;
		text-align: center;
		color: var(--secondary) !important;
	}
	.blog .blogbtndetail span { 
		background-color: #fff;
		height: 50px;
		position: relative;
		display: inline-block;
		line-height: 50px;
		padding: 0 25px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;  
	} 
	.blog .blogbtndetail span img{ 
		 margin-left: 10px;
	} 

	.mobiltopmenu {
		float: left;
		width: 100%; 
		
	}
	.mobiltopmenu ul {
		margin: 0;
		padding: 0;
		white-space: nowrap;
		overflow: auto;
	}
	.mobiltopmenu ul li {
		display: inline-block;
		margin-right: 10px;
	}
	.mobiltopmenu ul li a {
		color: var(--black);
	}
	.mobiltopmenu ul li a:hover {
		color: var(--secondary);
	}
	.mobiltopmenu ul li.active a {
		color: var(--secondary);
	}
	
	.iletisim-menu li {
		display: grid;
		font-size: 16px;
		line-height: 16px; 
		text-align: center;
		margin-bottom: 25px;
	}
	.iletisim-menu li a{		
		font-size: 16px;
		line-height: 16px; 
	}
	.iletisim-menu li img{
		margin: auto !important;
		padding-bottom: 15px;
		border-radius: 0 !important;
	}

.page p {
    font-size: 17px;
	line-height: 23px;
}
.bg-page h1 {
	 font-size: 2.2rem;
}

.pagetopmenu {
	width: 100%;
	height: 50px;
	float: left;
	overflow: hidden;
	overflow-x: auto;
}
.pagetopmenu ul {
	display: ruby-text;
}
.programlinks img {
	width: 30px;
}
	/*FOOTER*/
	.footer {
		float: left;
		width: 100%;
		background-color: var(--acikgri);
		  
		font-size: 13px;
		font-weight: 300;
	}
	.footer h2, .footer h3 {
		color: #fff;
		font-size: 20px;
	}
	.footer ul {
		margin: 0;
		padding: 0;
		text-align: center;	
	}
	.footer li {
		margin-bottom: 10px;
		display: block;
		margin-right: 15px;
	}
	.footer li img {margin-right: 0px;}
	.footer-iletisim li {display: inline-block;}
	/*FOOTER END*/

}