/*body*/
body{
  background-color: #f2f2f2 !important;
}
/*body*/
/*index*/
.logo img{
  position: absolute;
  left: 10px;
  top: 0;
  width: 120px;
  z-index: 999;
}
.indexcard{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 10%;
  font-family: "Big Caslon";
  font-size: 18px;
}
.indexcard .card{
  width: 30%;
  height: 250px;
  background-color: #314555;
  color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 20px;
  margin-top: -125px;
  z-index: 999;
}
.indexcard .card h4{
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.indexcard .card p{
  text-align: justify;
  width: 100%;
}
.indexhakkimizda{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 10%;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Big Caslon";
  font-size: 18px;
}
.indexhakkimizda .hakkimizda{
  width: 45%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.indexhakkimizda .hakkimizda img{
  width: 100%;
  border-radius: 50px;
}
.indexhakkimizda p{
  text-align: justify;
}
.fixedindex{
  background:url('image/fixedindex.jpg') fixed;
  height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  position: relative;
}
.fixedindex::after{
  position: absolute;
  content: "";
  background-color: black;
  width: 100%;
  height: 250px;
  opacity: 0.5;
}
.fixedindex h4{
  font-size: 40px;
  margin-top: 90px;
  z-index: 999;
}
.indexbottom{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 10%;
}
.indexbottom .bottom{
  width: 40%;
  background-color: #5a6a77;
  padding: 40px;
  color: white;
  border-radius: 10px;
  margin-bottom: 50px;
}
.indexbottom .bottom p{
  text-align: justify;
}
.indexbottom .bottom h4{
  text-align: center;
  margin-bottom: 20px;
}
/*index*/
/*slider*/
.swiper {
  width: 100%;
  height: 600px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide h4{
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  color: white;
  font-size: 50px;
  font-family: "Big Caslon";
  text-shadow: 10px -10px 10px #fff;
}
.swiper-slide::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
}
.swiper-button-next,
.swiper-button-prev {
  right:10px;
  padding: 30px;
  color: #314555 !important;
  fill: #314555 !important;
  stroke: #314555 !important;
}
.custom-shape-divider-bottom-1686816288 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1686816288 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 26px;
}
.custom-shape-divider-bottom-1686816288 .shape-fill {
    fill: #f2f2f2;
}
/*slider*/
/*header*/
#control{
  display: none;
}
.menubar{
  display: none;
  transform: scale(1.5);
  cursor: pointer;
  margin-left: 5px;
  margin-top: 5px;
}
.header{
  background-color: #314555;
  color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header-top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
.header-top .social i{
  color: white;
  margin-left: 20px;
  transform: scale(1.4);
}
.header-bottom{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  z-index: 999;
}
.header-bottom ul{
  list-style-type: none;
}
.header-bottom ul li{
  color: white;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.header-bottom ul li a{
  text-decoration: none;
  color: white;
}
.header-bottom ul li i{
  transform: scale(0.8);
  margin-left: 5px;
}
.header ul li a.current{
  font-weight: bolder;
}
.header ul li .subx:hover::after{
  content: '';
  position: absolute;
  top: 25;
  left: 50%;
  transform: translate(-50%);
  border-color: #314545 transparent transparent transparent;
  border-style: solid;
  border-width: 30px;
  width: 0px;
  height: 0px;
  transition: opacity 800ms, transform 800ms;
}
.header ul li .subx.current::after{
  content: '';
  position: absolute;
  top: 25;
  left: 50%;
  transform: translate(-50%);
  border-color: #314545 transparent transparent transparent;
  border-style: solid;
  border-width: 30px;
  width: 0px;
  height: 0px;
  transition: opacity 800ms, transform 800ms;
}
.header ul li .suby:hover::after{
  content: '';
  position: absolute;
  top: 25;
  left: 50%;
  transform: translate(-50%);
  border-color: #314545 transparent transparent transparent;
  border-style: solid;
  border-width: 30px;
  width: 0px;
  height: 0px;
  transition: opacity 800ms, transform 800ms;
}
.header ul li .suby.current::after{
  content: '';
  position: absolute;
  top: 25;
  left: 50%;
  transform: translate(-50%);
  border-color: #314545 transparent transparent transparent;
  border-style: solid;
  border-width: 30px;
  width: 0px;
  height: 0px;
  transition: opacity 800ms, transform 800ms;
}
.header-bottom .submenu{
  position: absolute;
  left: -10;
  padding: 10px;
  background-color: #314555;
  opacity: 0.9;
  width: 240px;
  border-radius: 10px;
  visibility: hidden;
  z-index: 999;
  margin-top: -5px;
}
.submenu ul{
  margin-top: 15px;
}
.header-bottom .suby:hover + .submenu{
  visibility: visible;
  color: red;
  transition: opacity 800ms, transform 800ms;
  transition: all 5s ease-in;
  z-index: 999;
}
.submenu:hover{
  visibility: visible;
}
.submenu ul:hover + .submenu{
  visibility: visible;
}
/*header*/
/*footer*/
.footerdiv{
  background-color: #314555;
  color: white;
  padding: 100px;
  font-family: "Big Caslon";
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.footerdiv .footer{
  width: 33%;
}
.footerdiv .footer p label i{
  margin-right: 10px;
  transform: scale(1.2);
}
.footerdiv .footer a{
  color: white;
}
.footerdiv .footer .social i{
  margin-right: 20px;
  transform: scale(1.2);
}
.footerdiv .footer ul{
  list-style-type: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.footerdiv .footer ul a{
  color: white;
  text-decoration: none;
}
.footerdiv .footer ul li i{
  margin-right: 10px;
  transform: scale(1);
}
.footer p{
  text-align: justify;
}
.custom-shape-divider-bottom-1686562946 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1686562946 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 63px;
  transform: rotateY(180deg);
}
.custom-shape-divider-bottom-1686562946 .shape-fill {
  fill: #314555;
}
/*footer*/
/*designby*/
.designby{
  text-align: center;
  background-color: #101010;
  width: 100%;
  padding: 0.5%;
  color: #e9edef;
}
.designby h6{
  font-size: 14px;
}
.designby a{
  text-decoration: none;
  color: turquoise;
}
.designby a:hover{
  text-decoration: none;
  color: turquoise;
}
/*designby*/
/*scroll*/
::-webkit-scrollbar {
  width: 8px;
  background-color: #002b33;
}
::-webkit-scrollbar-thumb {
  background-color: #314555;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #314555;
  width: 50px;
}
.back-to-top{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: none;
}
.btn-top{
  background-color: #314555;
  opacity: 0.9;
  border:1px solid #314555 ;
  width:40px;
  height:40px;
  color: #e9edef;
  border-radius: 30%;
  -moz-border-radius: 30%;
  -webkit-border-radius:30%;
}
/*scroll*/
/*phone*/
.fixedtel{
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
}
.fixedwhatsapp{
  position: fixed;
  left: 15px;
  bottom: 65px;
  z-index: 999;
}
.fixedtel a img{
  width: 40px;
}
.fixedwhatsapp a img{
  width: 40px;
}
/*phone*/
/*sidebar*/
.sidebartop{
  background-color: #5a6a77;
  padding: 10px;
  color: white;
  font-family: "Big Caslon";
  font-size: 18px;
  font-weight: bolder;
}
.sidebartop label{
  margin-left: 20px;
}
.sidebartop i{
  margin-left: 20px;
}
.sidebartop a{
  text-decoration: none;
  color: white;
  transition: all 1s ease;
  cursor: pointer;
}
.sidebartop a:hover{
  color: #000;
  transition: all 1s ease;
}
/*sidebar*/
/*icerik*/
.icerik{
  font-family: "Big Caslon";
  font-size: 18px;
  padding: 50px;
}
.icerik h2{
  text-align: center;
  font-weight: bolder;
}
.icerik h4{
  text-align: center;
  font-weight: bolder;
  margin:20px;
}
.icerik p{
 text-align: justify;
 font-size: 20px;
}
.icerik img{
  width: 60%;
  margin-left: 20%;
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-height: 500px;
  object-fit: cover;
}
/*icerik*/
/*is-basvuru*/
.isbasvuru{
  width: 60%;
  margin-left: 20%;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.isbasvuru input{
  width: 48%;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.isbasvuru select{
  width: 48%;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.isbasvuru button{
  width: 100%;
  border:none;
  height: 50px;
  color: white;
  background-color: limegreen;
  border-radius: 10px;
  transition: all 1s ease;
}
.isbasvuru button:hover{
  background-color: green;
  transition: all 1s ease;
}
/*is-basvuru*/
/*haberler*/
.center{
  text-align: center;
}
.haberler{
 width: 60%;
 margin-left: 20%;
 padding: 50px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.haberler .haberler2{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
.haberler .haberler2 img{
  width: 60%;
  object-fit: cover;
  margin:20px;
}
.haberler .card{
  width: 33%;
  border-radius: 10px;
  padding: 10px;
}
.haberler img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.haberler h4{
  text-align: center;
  margin:10px;
}
.haberler h2{
  text-align: center;
  margin:10px;
  width: 100%;
}
.haberler .card a{
  text-decoration: none;
  color: black;
}
/*haberler*/
/*iletisim*/
.iletisimdiv{
  width: 80%;
  margin-left: 10%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iletisimdiv .iletisim{
  width: 40%;
  padding: 20px;
  font-size: 18px;
  font-family: "Big Caslon";
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iletisimdiv .iletisim p{
  width: 100%;
}
.iletisimdiv .iletisim label i{
  margin-right: 10px;
  transform: scale(1.2);
}
.iletisimdiv .iletisim input{
  width: 49%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.iletisimdiv .iletisim textarea{
  width: 99%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  max-height: 80px;
  min-height: 80px;
}
.iletisimdiv .iletisim button{
  width: 100%;
  background-color: limegreen;
  border-radius: 10px;
  color: white;
  border:none;
  transition: all 1s ease;
}
.iletisimdiv .iletisim button:hover{
  background-color: green;
  transition: all 1s ease;
}
.iletisimdiv iframe{
  border-radius: 20px;
}
/*iletisim*/
/*medya*/
.medyaicerik{
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Big Caslon";
  padding: 50px;
}
.medyaicerik .referans{
  width: 19%;
  height: 200px;
  text-align: center;
  border:1px solid #314555;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background-color: #5a6a77;
  color: white;
  cursor: pointer;
}
.medyaicerik .galeri{
  width: 80%;
  margin-left: 10%;
  min-height: 400px;
}
.medyaicerik .galeri h4{
  text-align: center;
}
/*medya*/
/*media*/
@media(max-width:1600px){
  .medyaicerik .referans{
    width: 24%;
  }
  .indexcard{
    width: 90%;
    margin-left: 5%;
  }
  .indexcard .card{
    width: 33%;
    height: 250px;
  }
}
@media(max-width: 1400px){
  .haberler{
    width: 80%;
    margin-left: 10%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .iletisimdiv .iletisim{
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-family: "Big Caslon";
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .indexbottom .bottom{
    width: 45%;
    background-color: #5a6a77;
    padding: 30px;
    color: white;
    border-radius: 10px;
    margin-bottom: 50px;
  }
}
@media(max-width:1300px){
  .medyaicerik .referans{
    width: 30%;
  }
}
@media(max-width:1250px){
  .indexcard p{
    display: none;
  }
  .indexcard .card{
    width: 30%;
    height: 120px;
    background-color: #314555;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 20px;
    margin-top: -65px;
    z-index: 999;
  }
}
@media(max-width : 1200px){
  .footerdiv{
    padding: 50px;
  }
  .icerik img{
    width: 70%;
    margin-left: 15%;
  }
  .isbasvuru{
    width: 80%;
    margin-left: 10%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .indexbottom{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 90%;
    margin-left: 5%;
  }
  .indexbottom .bottom{
    width: 48%;
    background-color: #5a6a77;
    padding: 30px;
    color: white;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  .indexhakkimizda{
    width: 90%;
    margin-left: 5%;
  }
  .indexhakkimizda .hakkimizda{
    width: 48%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media(max-width : 1150px){
  .footerdiv{
    padding: 50px;
  }
  .footerdiv .footer{
    width: 100%;
  }
  .footerdiv .footer ul{
    position: absolute;
    left: 75%;
    transform: translate(-50%);
  }
  .medyaicerik .referans{
    width: 40%;
  }
  .logo{
    display: none;
  }
}
@media(max-width:1050px){
  .fixedindex h4{
    font-size: 30px;
    margin-top: 110px;
  }
  .indexhakkimizda{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: "Big Caslon";
    font-size: 18px;
  }
  .indexhakkimizda .hakkimizda{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .indexhakkimizda .hakkimizda img{
    width: 100%;
    border-radius: 50px;
    margin-bottom: 50px;
  }
  .swiper {
    width: 100%;
    height: 500px;
  }
  .swiper-slide h4{
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    color: white;
    font-size: 50px;
    font-family: "Big Caslon";
    text-shadow: 10px -10px 10px #fff;
  }
}
@media(max-width:850px){
  .logo{
    display: none;
  }
  .menubar{
    display: block;
  }
  #control:checked ~ .header-bottom{
    display: none;
  }
  .header-bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    position: absolute;
    background-color: #314555;
    width: 100%;
    top:40px;
    height: 350px;
    z-index: 999;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 999;
    opacity: 0.95;
  }
  .header-bottom ul li{
    color: white;
    font-size: 18px;
    width: 100%;
    position: relative;
  }
  .header-bottom ul li a{
    text-decoration: none;
    color: white;
  }
  .header-bottom ul li i{
    transform: scale(0.8);
    margin-left: 5px;
  }
  .header ul li a.current{
    font-weight: bolder;
  }
  .header ul li .subx:hover::after{
    display: none;
  }
  .header ul li .subx.current::after{
    display: none;
  }
  .header-bottom .submenu{
    position: relative;
    left: 0;
    padding: 10px;
    background-color: #314555;
    opacity: 0.9;
    width: 200px;
    border-radius: 10px;
    display: none;
    z-index: 999;
    margin-top: -5px;
  }
  .submenu ul{
    margin-top: 0;
    margin-left: -20px;
    list-style-type:revert;
  }
  .submenu ul li:hover{
    font-family: bolder;
  }
  .header-bottom .suby:hover + .submenu{
    display: block;
    color: red;
    transition: opacity 800ms, transform 800ms;
    transition: all 5s ease-in;
    z-index: 999;
  }
  .submenu:hover{
    display: block;
  }
  .submenu ul:hover + .submenu{
   display: block;
 }
 .isbasvuru{
  width: 100%;
  margin-left: 0;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.isbasvuru input{
  width: 100%;
}
.isbasvuru select{
  width: 100%;
}
.haberler{
  width: 100%;
  margin-left: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medyaicerik .referans{
  width: 49%;
}
.indexbottom{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
}
.indexbottom .bottom{
  width: 80%;
}
.swiper-slide h4{
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  color: white;
  font-size: 40px;
  font-family: "Big Caslon";
  text-shadow: 10px -10px 10px #fff;
}
}
@media(max-width : 720px){
  .header-bottom{
    width: 100%;
  }
  .footerdiv{
    padding: 50px;
  }
  .footerdiv .footer{
    width: 100%;
    margin-top: 20px;
  }
  .footerdiv .footer ul{
    position: relative;
    left:-30px;
    transform: translate(0);
  }
  .icerik img{
    width: 100%;
    margin-left: 0;
    border-radius: 10px;
  }
  .haberler .card{
    width: 80%;
    margin-left: 10%;
    border-radius: 10px;
    padding: 10px;
  }
  .iletisimdiv{
    width: 100%;
    margin-left: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .iletisimdiv .iletisim input{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .iletisimdiv .iletisim textarea{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    max-height: 80px;
    min-height: 80px;
  }
  .medyaicerik .referans{
    width: 100%;
  }
  .fixedindex h4{
    font-size: 18px;
    margin-top: 110px;
  }
  .indexhakkimizda .hakkimizda{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .swiper {
    width: 100%;
    height: 400px;
  }
  .indexcard{
   display: none;
 }
 .swiper-slide h4{
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  color: white;
  font-size: 30px;
  font-family: "Big Caslon";
  text-shadow: 10px -10px 10px #fff;
}
}
@media(max-width:550px){
  .swiper {
    width: 100%;
    height: 300px;
  }
  .swiper-slide h4{
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    color: white;
    font-size: 24px;
    font-family: "Big Caslon";
    text-shadow: 10px -10px 10px #fff;
  }
}
/*media*/