html {
	margin: 0 auto;
	max-width: 1200px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;

}

.container{
max-width: 1200px;
}


.content-title{
font-size : 30px;
font-weight: 700 !important;
font-family: "Roboto", Helvetica, Arial, sans-serif;
color:#212121;


}
.content-title-secondary{		
font-weight: 700;
}
.card-title a{
	font-size : 0.8em;		
	font-weight: 500;
}

a{
  color: #000 !important;
font-weight: 500;
font-size : 1.2em;	
}

 a:hover{
  color: #0033a0 !important;
  text-decoration: none;
}

.nav-link {
	font-size: 1em;
	font-weight: 700 !important;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color:#212121;
}
nav .navbar-nav li a{
  color: #000 !important;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 10px;
  }

.contact-title{
 color: #0033a0 !important;
 font-weight: 500;

}

.takasbank-font-body{
font-size : 14px;
font-family: "Roboto", Helvetica, Arial, sans-serif;
	
}

.takas-blue{
color: #0033a0 !important;
}

.takas-bold-500{
 font-weight: 500;
}

.anasayfalink{
	height:2.6em;
	}
	
.sliderpadding{
		padding-left: 15px;
		padding-right: 15px;
	}

.abs-center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


/* Make the image fully responsive */

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ededed;
	color: white;
	text-align: center;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}