body {
  margin: 0;
font-family: 'Open Sans', sans-serif !important;
  background-color: #f4f4f4;
     margin: 0;
    z-index: -1;
    position: relative;
}
 

a {
  color: #000;
}

/* header */

.header {
      background-color: #fff;
    width: 100%;
    z-index: 3; font-family: 'Questrial', sans-serif !important;

     max-width:100%;
    margin: auto;      overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:0px;
    border-top: 1px solid #ffeb00; position: fixed;
}

.header img{ padding-top: 0px;
    height: 70px; }
 @media only screen and (max-width: 950px){
}
li{list-style: none}
.header {
    
    max-width: 100%;
    margin: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: 1px solid #ffeb00;
}}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 0px 8px;
  text-decoration: none;
}


 @media only screen and (max-width: 817px){
.header .logo {
     display: block;
    float: left;
    font-size: 2em;
    padding: 0px 0px;
    text-decoration: none;
    margin-top: 11px;
}
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
    padding: 34px 20px;
      position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 18px
  }
  .header .menu {
    clear: none;
    float: right;
        padding-top: 0px;
    max-height: none; margin: 6px;
  }
  .header .menu-icon {
    display: none;
  }
}
#slider {
min-width: 100% !important;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
}
#slider-in {   min-width: 100% !important;   


  margin:auto;
}



#four-div {
      width: 100%;
    margin: auto;
    overflow: auto;
}
#four-div-in {    max-width: 1090px;
    margin: auto;
    overflow: auto; padding-left: 10px;
    padding-right: 10px;
}



 @media only screen and (max-width: 950px){
#four-div-in {    max-width: 1090px;
    margin: auto;
    overflow: auto; padding-left:  0px;
    padding-right:  0px;
}}




#four-div-1 {           float: left;
    width: 50%;
    height: 600px;
    border: 10px solid #f4f4f4;}


 @media only screen and (max-width: 817px){
#four-div-1 {        float: left;
   
    width: 100%;
    margin:auto;
    margin-top: 10px;
   }
}

/* REMOVE THIS, USE YOUR OWN  */
html,body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
 }
.dummy_page {
       height: 400px;
    width: 100%;
    background-color: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
    padding: 152px 0px;
    background-image: url(../enalt.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    line-height: 275px;
    font-size: 20px;
}
.dumi
{
  max-width: 80%;
    width: 300px;
}


/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: relative;
  height: auto; padding-top: 50px;
    padding-bottom: 150px;
 }
.footer .col {
     width: 25%;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color:rgb(0, 0, 0);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
   padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #000;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 650px) {
  .footer .col {
    width: 100%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 100%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

#header-main{


}

#custom-design{width:  100%; margin:auto;    
    margin-bottom: 20px; }

#custom-design-in{
            max-width: 1055px;
    margin: auto;
    overflow: auto;
    margin-top: 23px;
    margin-bottom: 35px;
    border: 3px solid #ababab1c;
}

#custom-design-in-left{width: 50%;
    float: left;
    background-image: url(../custom.jpg);
    overflow: auto;
    height: 185px;
    background-position: center;
    background-size: cover;}

#custom-design-in-right{    width: 50%;
    float: left;
    line-height: 185px;
    text-align: left;
    font-size: 21px;
    background: black;
    color: white;
    padding-left: 0px;}


@media only screen and (max-width:540px) {
#custom-design-in-right{   
    font-size: 25px !important;
    }
}



    #resim-12{}

    #resim-12-in{  max-width: 1090px;
    margin: auto;
    overflow: auto;
     }

 /*
  AUTO GRID
  Set the minimum item size with `--auto-grid-min-size` and you'll
  get a fully responsive grid with no media queries.
*/
.auto-grid {
      --auto-grid-min-size: 10rem;
    padding: 0px 15px 0px 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
}

 

#resim-12-in li {
  padding: 5rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  background: #eb4d4b; list-style: none;
  color: #ffffff;
}

#hakkimizda{}

#hakkimizda-in{ max-width: 1200px;
    margin: auto;
    line-height: 29px;
    word-spacing: 1px;
    padding: 0px 15px 0px 15px;
    margin-top: 50px;
    margin-bottom: 165px;
    text-shadow: 0px 0px 0px white;}

#hakkimizda-header {
    background: url(../../images.pexels.com/photos/265906/pexels-photo-265906db14.jpg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=750&amp;w=1260);
    height: 130px;
    background-size: cover;
    background-position: center;
}

#iletisim-form{}

#iletisim-form-in{max-width: 1000px;
    margin: auto;
    overflow: auto;
    background: #e6e6e633;
    height: auto;}


#iletisim-form-left{    width: 50%;
    float: left;
    text-align: left;
    line-height: 30px;
    padding: 63px 16px 0px 15px;}


 @media only screen and (max-width: 950px){
#iletisim-form-left{width: 100%;
    float: left;
    line-height: 30px;
    padding: 63px 16px 0px 16px;}
}

#iletisim-form-right{    width: 50%;
    float: left;
    max-height: 448px;
    overflow: hidden;
  padding: 80px 16px 0px 15px;}



 @media only screen and (max-width: 950px){
#iletisim-form-right{width: 100%; float:left; padding: 0px 16px 0px 15px;}
}




/*ANA ILETISIM*/
.anailetisim {background: #95cb0e;border-top: 6px solid #87b50d;padding: 70px 0 0px 0;color:#fff;}
.anailetisim h2 {font:300 30px 'Raleway',sans-serif;}
.anailetisim .iletisimform input{color:#795548;font:300 16px 'Raleway',sans-serif;padding:12px 18px;border-radius: 8px;}
.anailetisim .iletisimform select {background: #fff url('../resimler/selectbg.html') right 4px center no-repeat;color:#ccc;font:300 16px 'Raleway',sans-serif;padding:12px 18px;border-radius: 8px;-webkit-appearance: inherit;}
.anailetisim .iletisimbilgi table td {vertical-align:top; color:#fff; font-weight:300; padding:0 12px 40px 12px; }



/* Slider */
.slick-slide {
    
}


#custom-design-in  > .slick-slide {
  margin: 0px 8px !important;
    
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block; 
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block; text-align: center; min-width: 122px;
    min-height: 170px;
}


 

.slick-initialized .slick-slide img{

max-width: 100% !important;
height:145px !important;

}




.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




#kaydir .slick-slide {
    font-size: 14px;
    display: block;
    margin-left: 8px;
    position: relative;
    border-radius: 5px;
    height: 208px;
    background: black;
    padding-top: 17px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}



#kaydir    .slick-slide {
    display: block;
    margin-left: 8px;     position: relative;  border-radius: 5px;
}

#yazisi{

  position: absolute; bottom: 0;  left: 0; right: 0; background: white; color: black; padding: 5px;
}


 @media only screen and (max-width: 950px){

#kaydir    .slick-slider {
          margin-bottom: 30px !important;
}
}
 


#myImg {
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 80px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}















.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
  height: 800px;
  height: 100vh;
  z-index: 100;
  padding: 10%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media only screen and (max-width: 700px){
.popup-bg {
   top: 95px;
  
}}

.popup-msg {
  width: 50%;
  min-width: 400px;
  margin: auto;
  position: relative;
  z-index: 200;
  background-color: rgb(255, 255, 255);
  padding: 2em;
  text-align: center;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.close-x {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  cursor: pointer;
  background-color: rgba(0,0,0,.1);
  padding:.5em;
}

.popup-msg h2 {
  color: #58a2d3;
  margin: 1em 0 .3em;
}

a.give-button {
  padding: 12px 1em;
  background-color: #58a2d3;
  color: #fff;
  border-radius: 100px;
  margin: 1em auto;
  display: block;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6em;
}

.popup-bg {
  display: none;
}

.fadeup {
  transform: translateY(0px);
}