.checkbox-custom{}
.checkbox-custom label{}
.checkbox-custom label input{
  display: inline-block;
  width: auto;
  height: auto;
}
.checkbox-custom label a{
  display: inline-block;
}

.header-layout2 {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    background: #003978;
    padding-bottom: 10px;
    position: relative;
}

.header-layout2 .menu-area {
  background-color: transparent;
  padding: 8px 10px;
}
.header-layout2 .menu-area:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skew(-17deg);
    -ms-transform: skew(-17deg);
    transform: skew(-17deg);
}

.header-layout2 .header-logo {
    background-color: #fff;
    padding: 8px 9px;
    border-radius: 0;
    -webkit-transform: skew(-17deg);
    -ms-transform: skew(-17deg);
    transform: skew(-17deg);
}

.header-logo img{
  width: 210px;
  -webkit-transform: skew(17deg);
  -ms-transform: skew(17deg);
  transform: skew(17deg);
}

.header-layout2 .main-menu > ul > li > a:hover {
    color: #000000;
}

.header-layout2 .th-menu-toggle {
    width: 48px;
    height: 48px;
    font-size: 16px;
    border-radius: unset;
    background: transparent;
    color: #000;
}

.header-links li:not(:last-child):after {
    content: unset;
}



.mobile-logo img{
  width: 200px;
}

.hero-5 {
    overflow: hidden;
    max-width: 100%;
    border-radius: unset;
    margin: 0 auto;
}

.service-block .box-content {
    margin: 20px 16px 0 16px;
    padding: 0 12px 14px 12px;
}

.service-card {
    position: relative;
    z-index: 2;
    border-radius: 0;
    padding: 12px;
}

.my-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ikonlar{
  position: fixed;
  z-index: 99999;
  list-style: none;
  padding: 0;
  bottom: 20px;
  left: 10px;
}
.ikonlar li{
  float: left;
  margin-right: 10px;
}
.ikonlar h3{
  background: #fff;
}
.ikonlar li img{
  width: 50px;
}


.social-lists{
  margin-top: 50px;
}
.social-lists li{}
.social-lists li a{
  border: 1px solid;
  padding: 8px 7px;
  margin-bottom: -1px;
  display: inline-block;
  width: 40px;
  margin-left: 10px;
  font-size: 22px;
  color: #ddd;
}
.social-lists li a i{}

.vcenter{
  display: flex;
  align-items: center;
}

.playbtn{
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto 100px auto;
  width: 100px;
  z-index: 9;
  cursor: pointer;
}
.playbtnEfects{
  border-radius: 50%;
  position: relative;
  width: 37px;
  height: 37px;
  position: absolute;
  left: -250px;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
}
.playbtnEfects::after {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 1600ms linear infinite;
}
.playbtnEfects::before {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: anim 1800ms linear;
}
@keyframes anim {
  from {
      margin: 0px;
      opacity: 1;
  }

  to {
      margin: -15px;
      opacity: 0;
  }
}

.dil-list{
	list-style: none;
	padding: 0;
  margin: 0 0 0 30px;
}
.dil-list li{
	float: left;
	margin-right: 10px;
}
.dil-list li a{}

.islemSonuc {
	background:rgba(0,0,0,0.5);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.islemDurum{
	background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	top: 15%;
	width: 50%;
}
.islemSonuc > div{
	margin-bottom: 0;
}


.kvkk-div{
  position: fixed;
  bottom: 20px;
  width: 80%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 20px 40px;
}
.kvkk-div h2{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.kvkk-div button{
  border: 0;
  float: right;
  margin-top: -100px;
  margin-right: -30px;
  background: #fff;
}

.pcGizle{
    display: none;
}

@media only screen and (min-device-width : 250px) and (max-device-width : 479px) {
  .header-links li:not(:last-child) {
      margin: 0 10px 0 0;
  }

}

@media only screen and (min-width : 990px) and (max-width : 1100px) {
  .header-links li:not(:last-child) {
    margin: 0 10px 0 0;
  }

  .header-layout2 .main-menu > ul > li {
    margin: 0 3px;
  }
  .main-menu a {
    font-size: 12px;
  }

}

@media only screen and (min-width : 1100px) and (max-width : 1200px) {
  .header-links li:not(:last-child) {
    margin: 0 10px 0 0;
  }

  .header-layout2 .main-menu > ul > li {
    margin: 0 5px;
  }
  .main-menu a {
    font-size: 13px;
  }

}

@media only screen and (min-width : 1200px) and (max-width : 1470px) {
  .header-links li:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .main-menu a {
    font-size: 15px;
  }
}

@media (max-width: 479px){
  .kvkk-div {
    position: fixed;
    bottom: 20px;
    width: 95%;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 20px 10px;
  }
  .kvkk-div button {
    border: 0;
    float: right;
    margin-top: -80px;
    margin-right: -5px;
  }

  .mobilGizle{
    display: none !important;
  }
  .pcGizle{
    display: block;
    }

  .ikonlar li img{
    width: 50px;
  }


  .hero-style5 .hero-text {
      max-width: 90%;
  }
}

@media (max-width: 1325px){

}

@media (max-width: 1255px){

}

@media (max-width: 1230px){

}

@media (max-width: 1180px){

}

@media (max-width: 1120px){

}

@media (max-width: 1080px){

}

@media (max-width: 990px){

}
