 a{
  text-decoration: none !important;
  
}
 .cerceve{

  min-height: 700px;
  
}
 /* nav ın css leri*/
.navbar{
  background:#000; 
}
.navbar:hover{
  border-bottom: 2px solid #EDC48A;
}
.navbar .navbar-brand:hover{
  color: #EDC48A;
}
.nav-item .nav-link{
  color: white !important;
  transition: color 0.3s ease;
}
.nav-item .nav-link:hover{
   color: #EDC48A !important;
  transition: color 0.3s ease;
}
.navbar{
   position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/*nav ın css lerinin sonu*/

/* card ın css leri*/

.card{
  min-height: 400px;
  margin-bottom: 20px;
}
#takim .card{
  border:none;
  opacity: 1;
  transition: all 0.3s ease; 
}
#takim .card:hover{
  opacity: 0.5;
  cursor: pointer;
}
#takim img{
  height: 250px;
}
#takim{
  box-sizing: border-box;
  text-align: center;
}
#takim img{
  
  width: 100%;
}
.radius{
  border-radius: 0px 0px 50px 50px;
} 
body {
    margin:0;
    padding:0;
    font-family:sans-serif;
    background:#fbfbfb;
}
.card {
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:300px;
    min-height:400px;
    
	   background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.card a{
  text-decoration: none;
  color: black;
  font-family: tahoma;
}
.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width:120px;
    height:120px;
    
    border-radius:50%;
    overflow:hidden;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card .box h2 span {
    font-size:14px;
    background:#e91e63;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
}
.card .box p {
    color:#262626;
}
.card .box span {
    display:inline-flex;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}

/*card css lerinin sonu*/

/*footer ın cssleri*/

.overlay {
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0,0,0,0.5);
 z-index: 1;
}
.col_white_amrc {
 color:#FFF;
}
.pt2 {
 padding-top:20px ;
 margin-bottom:10px ;
}
footer p {
font-size:14px;
color:#fff;
padding-bottom:0px;
margin-bottom:8px;
}
.mb10 {
padding-bottom:15px;
}
.footer_ul_amrc {
margin:0px ; 
list-style-type:none ;
font-size:16px; 
letter-spacing:0.6px;
padding:0px 0px 10px 0px ; 
}
.footer_ul_amrc li a{
color:#fff;
line-height:30px;
}
.footer_ul_amrc li a:hover{
color:#ccc; 
text-decoration:none;
}
.footer i{
 color: white;
 text-align: center;
}
.link{
 text-decoration: none;
 color:black;
 opacity: 1;
}
.link:hover{
  text-decoration: none;
  opacity: 0.8;
  color: black;
}
.ml-10{
    margin-left: 10rem;
}
.konya{ /*float left den sonra oun etkisinden çıkması için*/ 
  clear: both;
}
/*footer cssleri nin snu */
.indexanabaslik
{
	font-family:verdana;
	font-size:22px;
  text-align: center;
}
.icerikimg{
  height: 200px;
  margin-left: 10px;
}
.icerikcard{
  float: left;
}
.card-ort{
margin-left: auto;
margin-right: auto;
}
 /*hizmetlerimiz csskısmı bas*/


.hiz-card {
  min-height:   200px;
    text-align: center;
}
.h-hover{
  background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:20px;
    transition:0.5s;
}
.h-hover:hover{
    box-shadow:2px 30px 70px rgba(0,0,0,.2);
}
/*hizmetlerimiz csskısmı son*/
 /*iletisim*/
 .il-baslik h1{
  margin-left: 5px;
  font-size: 26px;
 }
 .il-icerik textarea{
  resize: none;
 }
/*iletisim son*/
/*modal*/

.modal,body.modal-open {
    padding-right: 0!important
}



body.scrollable {
    overflow-y: auto
}

.modal-footer {
  display: flex;
  justify-content: flex-start;
  .btn {
    position: absolute;
    right: 10px;
  }
}

/*hizmetlerimiz*/

  .kaplama { 
  color: white;
  text-align: center;
  font-size: 18px;
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.kaplama:hover{
  opacity: 1;
}
/*hizmetlerimiz*/
/*modal*/
/* Style the Image Used to Trigger the Modal */
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(fonts/Quicksand.ttf);
}


.hakkimizdametin
{
	font-family: Quicksand,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
	text-indent: 30px;
}

.belgeler
{
	padding:20px;
	text-align: center;
}
.belgeler img
{
	width:100%;
}

.ustresimler{
	width: 100%;
	height: 300px !important;
	object-fit:cover;
}

.menualt
{
	background-color: #1C1464;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 80px;
	z-index: 1;
}

.projefoto
{
	width:100%;
	overflow:auto;
	}