/* Genel Css - Start */
.buyukBaslik {
	border-bottom: 2px solid #155aa3;
	color: #155aa3;
	padding: 10px;
	font-size: 1.8em!important;
}

.minibaslik {
	color: #f39906;
	border-left: 5px solid #f39906;
    padding-left: 10px;
}

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

.header {
	z-index: -1;
	position: absolute;
	width: 100%;
}

.headerTextBody {
	justify-content: center;
	display: flex;
}

.headerText {
	max-width: 400px;
	margin-bottom: 30px;
}

@media screen and (max-width: 425px) {
	.headerText {
		max-width: 350px;
		margin-top: 10em;
		margin-bottom: 30px;
	}
}

.sayacBoyut {
	justify-content: center;
	display: flex;
	width: 100%;
}

.looktext {
	text-decoration: none;
	color: white;
}

/* Genel Css - Finish */

@media screen and (max-width: 576px) {
	.col-lg-3 {
		display: none;
	}
	.col-sm-12 {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-12{
		font-size: .9em;
	}
}

/* Menu Css - Start */

.navbar {
    background-color: #365ea4;
	padding-bottom: 0;
}

.nav-link {
    color: white!important;
	padding-bottom: 12px;
	border-bottom: 2px solid #365ea4;
}

.nav-link:hover {
	border-bottom: 2px solid #e45a0f;
}

/* Menu Css - Finish */

.text-dark {
	color: black!important;
}

.kahve {
	background-color: #fcdfab;
	text-align: center;
}
.oturum {
	color: #fff;
	background-color: #3060a1;
	text-align: center;
}
.panel {
	color: #fff;
	background-color: #cf5326;
	text-align: center;
}
.uydu {
	color: #fff;
	background-color: #2dab66;
	text-align: center;
}
.logos {
	background-color: #fff;
	border-radius: 10px;
}
.canli{
	color: #fff;
	background-color: #ec2227;
	text-align: center;
}

.programbutton {
	background-color: #365ea4;
	color: white;
	font-size: .7em;
	font-weight: 400;
}

.programbutton:hover{
	background-color: #e45a0f;
	color: #fff;
	font-weight: 400;
}

/* 3'lü Button - Start */
.boyut{
	width: 32%;
}

@media screen and (max-width: 768px){
	.boyut {
		width: 80%;
		height: 100px;
	}
}

.butonText {
    color: white;
    font-size: 1.2em;
	height: 80px;
	margin-left: 20%;
	line-height: 100px;
	font-weight: 500;
	text-align: left;
}

@media screen  and (max-width: 1024px){
	.butonText {
		color: white;
		font-size: 1.2em;
		height: 80px;
		margin-left: 25%;
		line-height: 100px;
		font-weight: 500;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px){
	.butonText {
		color: white;
		font-size: .9em;
		height: 80px;
		width: 100%;
		margin-left: 32%;
		font-weight: 500;
		text-align: left;
	}
}

.butonLink{
	text-decoration: none;
}

.buton1 {
    background: url(images/buton1.png) no-repeat;
    border-radius: 0.3em;
	background-size: cover;
	background-position: center left;
}

.buton1:hover {
	background-color: #FFFFFF;
	opacity: .8;
}

.buton2 {
    background: url(images/buton2.png) no-repeat;
    border-radius: 0.3em;
	background-size: cover;
	background-position: center left;
}

.buton2:hover {
	background-color: #FFFFFF;
	opacity: .8;
}

.buton3 {
    background: url(images/buton3.png) no-repeat;
    border-radius: 0.3em;
	background-size: cover;
	background-position: center left;
}

.buton3:hover {
	background-color: #FFFFFF;
	opacity: .8;
}

 @media screen and (max-width: 768px) {
	.mobilJustify {
		justify-content: center!important;
		display: flex;
	}
 }

.kadinBoyut {
	margin-left: 10%; 
	margin-top: 5%!important;
}

@media screen and (max-width: 1024px) {
	.kadinBoyut {
		margin-left: 10%; 
		margin-top: 6%!important;
	}
}

/* 3'lü Buton - Finish */

@media screen and (max-width: 768px){
	.textmobil {
		position: relative;
		top: 100%;
	}
}

/* Önemli Tarih - Start*/

.content-date-inclusive{
    background-color: #f1f1f1;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 2px 2px 10px 4px #d3d3d3;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}
.content-date-left{
	float: left;
	background-image: url(images/content-date-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 30%;
	height: 200px;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.content-date-left span{
	color: #FFFFFF;
	font-size: 26px;
	position: absolute;
	top: 23px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.content-date-iconbg{
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #3ca4e7;
	left: 0;
	right: 0;
	font-family: 'Poppins', sans-serif;
	top: 70px;
	margin: auto;
}
.content-date-iconbg img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 55px;
}
.content-date-right{
	float: right;
	width: 70%; 
	position: relative;
}

@media screen and (max-width: 425px) {
	.content-date-right {
		width: 100%;
	}
}

.dernek {
	position: absolute;
	top: 9%;
	right: 25%;
	width: 7%;
}

.harita {
	position: absolute;
	top: 25%;
	right: 22%;
	width: 15%;
}

.headerbg {
	background-image: url(images/header.png?a=2345);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
}

@media screen and (max-width: 425px) {
	.headerbgMobil {
		background-image: url(images/background-mobil.png?a=7485);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 780px;
	}
}

.content-date-right img {
    width: 40px;
    margin-right: 30px;
}

.content-date-right span {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.date-text-blue{
	color: #1d73c0;
}

.slide-inclusive{
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	width: 70%;
	padding: 0px 0px 14px 0px;
}

.slide-inclusive:last-child{
	padding: 14px 0px 0px 0px;
	border: 0px !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 100% !important;
	width: 0px !important;
}

.carousel-control-next img, .carousel-control-prev img{
	width: 40px !important;
}

.carousel-item {
    padding: 40px !important;
}

.buton-inclusive{
	width: 40px;
	height: 40px;
	position: absolute;
    top: 4px;
	right: 25px;
}

.buton-inclusive .carousel-control-prev, .buton-inclusive .carousel-control-next {
    position: absolute;
	top: 20px !important;
}

.buton-inclusive .carousel-control-prev{
	left: 40px;
}

.buton-inclusive .carousel-control-next {
	margin-top: 48px;
}
/* Önemli Tarih - Finish*/

/* Home.html - Finish */

/* Footer Css - Start */

.footerText2 {
	text-align: right;
}

@media screen and (max-width: 768px){
	.footerText {
		font-size: .8em;
	}
	.footerText2 {
		font-size: .8em;
		text-align: left;
	}
}

.footer2 {
	background: url(images/foo.png) no-repeat;
	background-size: cover;
	height: 150px;
	padding-top: 1%;
	color: white;
}

/* Footer Css - Finish */

.boss{
	margin-top:85px;
}

.timerGun {
	background: url(images/gun.png) no-repeat;
	background-size: contain;
}

.timerSaat {
	background: url(images/saat.png) no-repeat;
	background-size: contain;
}

.timerDakika {
	background: url(images/dakika.png) no-repeat;
	background-size: contain;
}

.timerSaniye {
	background: url(images/saniye.png) no-repeat;
	background-size: contain;
}

.timer_box{
    display: inline-block;
    text-align: center;
    width: 75px;
	height: 75px;
}
@media screen and (max-width: 1400px) {
	.timer_box {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 1000px) {
	.timer_box {
		width: 65px;
		height: 65px;
	}
}

.timer_box h1{
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom:10px;
	color: #22448d;
}

.halka1 {
	z-index: -1;
	position: absolute;
	width: 30%;
	top: 50%;
	right: 90%;
}

.halka2 {
	z-index: -1;
	position: absolute;
	width: 20%;
	left: 80%;
	top: 50%;
}

.halka3 {
	z-index: -1;
	position: absolute;
	width: 10%;
	left: 10%;
	top: 96%;
}

.icerik {
	background-color: #fbfbfb8a;
	border: 0px;
	padding: 8px;
}

.table>:not(caption)>*>* {
	border-bottom: 0px;
}

.fa-bars {
	color: #fff;
}

.navbar-toggler {
	border: 1px solid #fff;
}