@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');
html, body {
    font-family: 'Open Sans';
}
.kurum_adi_1 {
    font-size: 18px;
    font-weight: bold ;
    color:#6fc3bf;
    display: block;
    text-transform: uppercase;
}

.kurum_adi_2 {
    color: #dc0d15;
    font-size: 20px;
    font-weight: bold ;
    text-transform: uppercase;
    display: block;
    /* float: left; */
}
.logo {
    float: left;
}

#nav {
    background-color: #6fc3bf;
    
}

#nav ul {
    text-align: center;
    display: flex;
    margin-top: 5px;
}

#nav ul li {
    position: relative;
    list-style-type: none;
    float: left;
}

#nav ul li a{
    text-decoration: none;
    padding: 15px 15px;
    display: block;
    overflow: hidden;
    color:white;
    font-weight: bolder;
    transition: background-color 500ms;
}

#nav ul li a:hover{
    color:white;
    background-color: rgba(0, 0, 0, 0.1);
}

#nav ul li a.active{
    color:white;
    background-color: rgba(0, 0, 0, 0.1);
}

#slider {
    margin-top: -17px ;
}
  /* Carousel base class */
  #slider .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  #slider .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  #slider .carousel-item {
    height: 32rem;
    background-color: #777;
  }
  #slider .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
  }
  

  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    #slider .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  }

#kadro h1{
    text-align: center;
    font-size: 1.8em;
    color: #dc0d15;
    font-weight: bolder;
}

#kadro h2{
    text-align: center;
    font-size: 1.1em;
    color: #2f2f2f;
    font-weight: bolder;
}

.btn-sky {
    color: #fff;
    background-color: #6fc3bf;
    border-color: #6fc3bf;
    }

.btn-sky:hover {
    color: #fff;
    background-color: #64b3af;
    border-color: #64b3af;
}

#kadro .owl-nav {
    text-align: center;
}

#kadro .owl-nav span{
    font-size: 25px;
    padding: 0 10px;
}

.hizmetlerSec .box {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}

.hizmetlerSec .box i {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #393939;
    font-size: 27px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    vertical-align: middle;
    line-height: 58px;
    border-radius: 100%;
    transition: all 0.3s ease;
}

.hizmetlerSec .box i:hover {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 27px;
    background: #dc0d15;
    text-align: center;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    vertical-align: middle;
    line-height: 58px;
    border-radius: 100%;
    transition: all 0.3s ease;
}


.hizmetlerSec .box i:hover + h4 {
    color: #dc0d15;
}


.hizmetlerSec h4 {
    margin-bottom: 3px;
}

.hizmetlerSec p {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}

.hizmetlerSec h1{
    text-align: center;
    font-size: 1.8em;
    color: #dc0d15;
    font-weight: bolder;
}

#footer {
    background-color: #2f2f2f;
    color: #ccc;
    padding: 20px 0;
}

#footer a{
    color: #ccc;
    text-decoration: none;
}

#footer a:hover{
    color: white;
}



ul#duyurular{
    list-style: none;
    position: relative;
}

ul#duyurular li a{
    color: #2f2f2f;
    padding: 2px 0px;
    display: block;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: fit-content; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  @media (max-width: 992px) {
    .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 70%; /* Could be more or less, depending on screen size */
    }
  }
  
  @media (max-width: 767px) {
    .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 90%; /* Could be more or less, depending on screen size */
    }
  }

  .galeriSec h1{
    text-align: center;
    font-size: 1.8em;
    color: #dc0d15;
    font-weight: bolder;
}


#iletisim h1{
    text-align: center;
    font-size: 1.8em;
    color: #dc0d15;
    font-weight: bolder;
}
#iletisim p{
    font-size: 1.1em;
    color:#393939
}