/* CSS Document */
h1, h2, h3, h4{
	font-family: 'Poppins';
	text-align: center;
	width: 100%;
}
p{
	width: 100%;
}

.icon_oran{
	font-size: 64px;
	float: left;
	color: white;
	
}

.icon_metin{
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: white;
}

.icon_div{
	display: flex;
	align-items:center;
	
}

.icon_row{
	margin-top: 40px;
}

.temel_deger{
	padding-top: 120px;
	padding-bottom: 120px;
}

/* LOGO YANI AÇIKLAMA*/

.menu_yazi {
	
	position: absolute;
	left: 220px;
	top: 26px;
	color: #E0DBDC;
}

/*  MENU */

.menu_nav{
	position: fixed;
	width: 100%;
	height: 80px;
	top:0px;
	background-color:rgba(0,0,0,1);
	z-index: 12000;
	
	
}

.freesky_logo img{
	position: absolute;
	top: 10px;
	left: 20px;
	height: 46px;
}
.freesky_logo a{
	display: block;
}


.font{
	font-family: 'Poppins';
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	letter-spacing: -1px;
	color: white;
	width: 100%;
}
.font_2{
	font-family: 'Poppins';
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	letter-spacing: -1px;
	color: #64d9fb;
}


.menu_ul {
	position: absolute;
	height: 80px;
	right: 150px;
	list-style-type: none;
}

.menu_ul > li{
	position: relative;
	float: left;
	margin: 0px 8px;
	height: 80px;
	line-height: 80px;
}

.menu_ul > li >a{
	text-decoration: none;
	color: white;
	font-size: 16px;
	transition: 250ms all;
}
.menu_ul > li > a:hover{
	color: #009FE3;
	
}

.menu_ul ul{
	position: absolute;
	width: 150px;
	top: 65px;
	left: 0px;
	list-style-type: none;
	background-color: white;
	padding-left: 15px;
	margin: 0;
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,.1);
	border-radius: 4px;
	transition: 350ms all;
	visibility: hidden;
	
}
.menu_ul > li:hover ul{
	visibility: visible;
	top:70px;
}

.menu_ul ul li{
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	transition: 300ms all;
	
}

.menu_ul ul li:hover{
	margin-left: 7px;
}
.menu_ul ul li a{
	text-decoration: none;
	display: block;
	font-size: 15px;
	color:#9F9D9D;
	transition: 350ms all;
}
.menu_ul ul li a:hover{
	color: #009FE3;
}

/*  MENU İCON */

.menu_icon {
	position: absolute;
	top:23px;
	right: 30px;
	display: none;
	font-size: 24px;
	color: white;
	transition: 300ms all;
	
}

.menu_icon:hover{
	cursor: pointer;
	color: #009FE3;
}





/*  SOSYAL MEDYA MENU  */

.menu_sosyal{
	position: absolute;
	right: 20px;
	list-style-type: none;
	height: 80px;
}

.menu_sosyal li{
	padding: 0px;
	margin-left: 7px;
	float: left;
	height: 80px;
	line-height: 80px;
	
}
.menu_sosyal li a{
	display: block;
	text-decoration: none;
	color: white;
	
	
	
}

.menu_sosyal li a div{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: 34px;
	border-radius: 100%;
	background-color:#009FE3;
	margin-top: 23px;
	transition: 300ms all;
}

.menu_sosyal li a div:hover{
	cursor: pointer;
	background-color: #0080C9;
}

.menu_sosyal li a div span{
	font-size: 20px;
}


/* SLAYT */

.icon-metting{
	
	padding-top: 100px;
}

.sozler{
	font-display: 'Bitter';
	font-size: 18px;
	text-align: center;
	margin: 0px;
	margin-top: 80px;
	
	width: 100%;
}

.sozler_alt{
	font-family: 'Poppins';
	font-size: 12px;
	font: italic;
	text-align: center;
	margin: 4px;
	width: 100%;
	
}

#slayt{
	background-image: url(../img/anasayfa_re_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: black;
}

.sozler_div{
	margin-top: 100px;

	padding-bottom: 60px;
}

/* BİZİ TAKİP EDİN ! */

.bizi_takip_edin_ana{
	
	background-color: #00a7e6;
	padding: 50px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bizi_takip_edin{

	list-style-type: none;
	height: 50px;
	
}

.bizi_takip_edin li{
	padding: 0px;
	margin-left: 7px;
	float: left;
	height: 50px;
	line-height: 50px;
	
}
.bizi_takip_edin li a{
	display: block;
	text-decoration: none;
	color: #00a9e1;
	
	
	
}

.bizi_takip_edin li a div{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background-color:white;
	transition: 300ms all;
}

.bizi_takip_edin li a div:hover{
	cursor: pointer;
	background-color: #b5e9fd;
}

.bizi_takip_edin li a div span{
	font-size: 30px;
}
.bizi_takip_edin li:last-child{
	margin-left: 20px;
}

.bizi_takip_edin_p{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: white;
	
}

.poppin{
	font-family: 'Poppins';
	font-weight: 700;
}

.bolum_h1{
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 45px;
	color: #0b558b;
	text-align: center;
	
}

.bolum_h1_cizgi{
	width: 70px;
	height: 5px;
	background-color: red;
	margin: auto;
	margin-top: 15px;
	
}

.bolum_paragraf{
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	line-height: 200%;
	color: #434343;
	margin-top: 20px;
}

.bolum_paragraf_ust_baslik{
	font-family: 'Bitter';
	text-align: center;
	margin-top: 90px;
}

.orta{
	display: flex;
	-webkit-display:flex;
	justify-content: center;
}



/* BİZ KİMİZ ?*/

.biz_kimiz{
	background-image: url(../img/fotolia_53025977_subscription_xxl.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* TEMEL DEĞERLERİMİZ  _________________________________________________________________________________*/

.temel_deger{
	background-image: url(../img/charles-forerunner-378.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}

/* TOPLANTI  _________________________________________________________________________________*/

.toplanti{
	background-image: url(../img/incevite_04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
	padding-top: 120px;
	padding-bottom: 120px;
}

/* TOPLANTI  _________________________________________________________________________________*/

.tesvik{
	background-image: url(../img/incevite_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.kongre{
	background-image: url(../img/kongre2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.etkinlik{
	background-image: url(../img/etkinlik.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
	padding-top: 120px;
	padding-bottom: 120px;
}


.kare{
	display: flex;
	justify-content:flex-end;
	align-items: center;
	
}
.kare_ic{
	flex:1;
	font-size: 40px;
	color: #3F4EA4;
}
.kare_ic2{
	flex:4;
	
	
}



.iletisim{
	padding-bottom: 100px;
	padding-top: 100px;
	margin-bottom: 40px;
}

/* GALERİ _________________________________________________________________________________*/

.galeri{
	padding-bottom: 80px;
	padding-top: 80px;
	background-color:#EDECEC;
}


.galeri img{
	height: 100%;
	width: 100%;
	background-color: #E1E0E0;
}


.fligran{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.8);
	z-index:12200;
	
}

.resim_cerceve{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:12300;
	  
	
}
.resim_div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 70%;
	background-color: white;
	padding: 8px;
	
}
.resim_goruntu{
	width: 100%;
	height: 100%;
}
.resim_goruntu img{
	height: 100%;
	width: 100%;
}



/* REFERANSLAR  _________________________________________________________________________________*/

.referanslar{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}


.referans_ana_div{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.referans_cerceve{
	
	width: 1000px;
	height: 125px;
	overflow: hidden;
}

.referans_ul{
	list-style-type: none;
	float: left;
	font-size: 0px;
	padding: 0;
	margin: 0;
}
.referans_ul li{
	
	display: inline-block;
	float: left;
	width: 125px;
	height: 125px;
}
.referans_ul li img{
	width: 125px;
	height: 125px;
}
.oklar{
	position: absolute;
	width: 100px;
	height: 50px;
	left: 50%;
	top:85%;
	margin-left: -50px;

}

.oklar span{
	width: 50px;
	height: 50px;
	font-size: 50px;
	color: #9A9898;
	text-align: center;
	background-color: white;
	border-radius: 100%;

	line-height: 50px;
	
}
.oklar span:hover{
	color: red;
	cursor: pointer;
	background-color: #F1EAEA;
	border-radius: 100%;

	line-height: 50px;
}



/* FOOTER _________________________________________________________________________________*/



.footer{
	position: relative;
	background-color: black;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_logo_div{
	display: flex;
	flex-wrap: nowrap;
}
.footer_logo_div img{
	height: 40px;
}
.footer_isim{
	font-family: "Poppins";
	font-size: 16px;
	color: white;
	line-height: 40px;
}

.footer_sosyal{
	float: right;
	list-style-type: none;
}
.footer_sosyal li{
	display: inline-block;
	line-height: 45px;
}


.footer_sosyal li span{
	display: inline-block;
	background-color: white;
	width: 40px;
	height: 40px;
	padding: 9px;
	border-radius: 100px;
	text-align: center;
	line-height: 23px;
	font-size: 25px;
	float: left;
}



/* MENU @MEDIA ________________________________________________________________________*/

@media screen and (max-width:992px){
	.menu_ul{
		display: none;
	}
	
	.menu_icon{
		display: block;
	}
	
	.menu_sosyal{
		display: none;
	}
	.footer_isim{
		font-family: "Poppins";
		font-size: 13px;
		color: white;
		line-height: 40px;
}
	

}

@media screen and (max-width:767px) and (min-width:575px){
	.footer_sosyal{
		float: none;
		text-align: center;
		margin-top: 15px;
	}
	
	.footer_logo_div{
		display: flex;
		justify-content: center;
		align-items:center;
		flex-wrap: nowrap;
	}
	.footer_logo_div div:first-child img{
		float: right;
	}
	
	.resim_cerceve{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:12300;
	  
	
}
.resim_div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 45%;
	background-color: white;
	padding: 8px;
	
}
.resim_goruntu{
	width: 100%;
	height: 100%;
}
.resim_goruntu img{
	height: 100%;
	width: 100%;
}
	.referans_cerceve{
	
	width: 500px;
	height: 125px;
	overflow: hidden;
}
}

@media screen and (max-width:767px){
	.footer_logo_div{
		display: flex;
		justify-content: center;
		align-items:center;
		flex-wrap: nowrap;
	}
	.footer_logo_div div:first-child img{
		float: right;
	}
	.footer_sosyal{
		float: none;
		text-align: center;
		margin-top: 15px;
	}
}

