.kat-tabss li .nav-link, .kat-tabss li .nav-link:hover {
    background: transparent;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #EEE;
    color: #000000;
    font-size: 13px;
}

#header .header-logo {
  margin: 16px 0;
  margin: 15px 0 15px 100px;
  position: relative;
  z-index: 1;
}
#header .header-logo img {
  width: 150px;
}

.text-color-custom1{
  color: #ffc000 !important;
}

.custom_hr1{}
.custom_hr1:before{
  content: '';
  position: absolute;
  left: 15px;
  bottom: 17px;
  width: 200px;
  height: 10px;
  background: #ffc100;
  border: 1px solid #e62421;
}

.service_items i{
  font-size: 35px;
  padding-top: 20px;
}
.service_items h1{
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}
.service_items p{}

.tabs.tabs-simple .nav-tabs {
  justify-content: left;
  border: 0;
  margin-bottom: 10px;
}
.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 15px 30px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
    border-top-color: #ea2127;
    color: #ffffff;
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

.kategori-list{
  list-style: none;
  padding: 0;
}
.kategori-list li{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.kategori-list li a{}
.kategori-list li a .kategori-img{
  display: inline-block;
}
.kategori-list li a .kategori-img img{
  width: 100px;
}
.kategori-list li a .kategori-desc{
  display: inline-block;
}
.kategori-list li a .kategori-desc h2{
  font-size: 16px;
  margin: 0;
}
.kategori-list li a .kategori-desc .kategori-alt{
  display: inline-block;
}
.kategori-list li a .kategori-desc .kategori-alt a{}

.alt-kategori-color a{
  color: #000 !important;
}

.iletisim-item{
  border: 1px solid #ddd;
  padding: 20px;
}
.iletisim-item i{
  background: #fbc03b;
  color: #fff;
  padding: 17px 20px;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top: -40px;
}
.iletisim-item h2{
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.iletisim-item p{}
.iletisim-item a{}

.section-slider{
	position: relative;
	height: 100% !important;
}

.aside-left-bar{
	position: absolute;
  left: 0;
  width: 100px;
  height: 100%;
  background: #2e2d33;
	z-index: 9;
}
.aside-left-bar .div_slogan1{
	width: 100px;
  min-height: 550px;
  display: inline-block;
  margin-left: 26px;
  position: absolute;
  bottom: 0px;
}
.aside-left-bar .div_slogan1 h2{
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100vh;
}
.aside-left-bar .div_slogan1::before{
	content: '';
	background: #36353b;
	width: 40px;
	height: 250px;
	position: absolute;
	top: -80%;
}

.aside-left-bar ul{}
.aside-left-bar ul li{}
.aside-left-bar ul li a{}
.aside-left-bar .div_share{
	position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100px;
}
.aside-left-bar .div_share h2{
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	bottom: 80px;
	left: 0;
	margin: 0 0 0 30px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	
    white-space: nowrap;
}
.aside-left-bar .div_share i{
	color: #fbc03b;
  margin-top: 0px;
}

.social-icons-home{
	position: absolute;
  bottom: 64%;
  margin-left: 30px;
}
.social-icons-home li{
	display: block;
	border: 1px solid #808080;
	border-radius: 0;
	margin-bottom: 10px;
	padding: 5px;
}
.social-icons-home li a{
}
.social-icons-home li a i{
	color: #fff;
}

.header-social-icons li{
	border: 1px solid #808080;
	padding: 5px;
}
.header-social-icons li a{
	color: #fff !important;
}

.aside-down-bar{
	position: absolute;
	left: 100px;
	bottom: 0;
	width: 100%;
	height: 85px;
	z-index: 9;
	border: 0 !important;
}
.aside-down-bar .btn_kesfe_basla{
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 30px;
}
.aside-down-bar .btn_kesfe_basla i{
	font-size: 12px;
	margin-left: 10px;
}

.swiper-container {
  width: 100%;
	height: 70%;
	background: #000;
	margin-left: 85px;
	margin-top: 0;
	overflow: hidden;
}
.swiper-slide-duplicate,
.swiper-slide {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 90vh !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fbc03b;
}
.swiper-button-next:after, .swiper-button-prev:after {
	content: '' !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: auto;
  right: 50px !important;
}

.swiper-slide-duplicate .description,
.swiper-slide-duplicate .title,
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0.5;
  transition: 0.5s ease 0.5s;
	color: #fff !important;
}

.swiper-slide-duplicate-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}

.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.slide-text{
  background: rgb(0 0 0 / 50%);
  padding: 10px;
  width: 93%;
  position: absolute;
  bottom: 300px;
  text-align: left;
  left: 15px;
}

.swiper-progress-bar {
	position: absolute;
	bottom: -10px;
	width: 80%;
	display: block;
	z-index: 1;
	height: 2px;
	left: 25px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 2px;
  background: #000;
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 45px;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #fbc03b;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}

.swiper-pagination{
	color: #fff;
  position: absolute;
  top: 30px;
}
.swiper-pagination::after{
	content: '';
	background: #808080;
	width: 2px;
	height: 20px;
	position: absolute;
	left: 30px;

}

.tanitim_resimler .tanitim_resim:last-child img{
	position: absolute;
	top: -120px;
	right: -50px;
	height: 140%;
}
.deneyimYil{
	font-size: 300px;
	font-weight: bold;
	margin-top: 130px;
  color: #fbc03b;
}
.deneyimAdi{
	font-size: 20px;
	color: black;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	bottom: 100px;
	right: -110px;
	margin: 0 0 0 30px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.tanitim-desc{
	margin-top: 100px;
}

.hizmet-items{}
.hizmet-items a{
  text-decoration: none;
}
.hizmet-imgs{
  position: relative;
}
.hizmet-items:hover .hizmet-ikons{
  width: 100%;
}
.hizmet-ikons{
  content: '';
  background: rgb(0 0 0 / 40%);
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  transition: width 2s;
}
.hizmet-ikons {transition-timing-function: ease;}
.hizmet-ikons img{
  width: 50px !important;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sektorel_icon_left{
  color: #e80606;
  position: absolute;
  top: 0;
  left: 50px;
  font-size: 30px;
}
.sektorel_icon_right{
  color: #bebebe;
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 30px;
}

.page-bread{
  list-style: none;
  padding: 0;
  text-align:center;
}
.page-bread li{
  display: inline;
  color: #fff;
  text-transform: uppercase;
}
.page-bread li a{
  margin: 10px;
}
.page-bread a:hover {
  color: #ffffff !important;
}
.sektor-item{}
.sektor-item a{
  text-decoration: none;
}
.sektor-item a .sektor-img{}
.sektor-item a .sektor-img img{
  width: 100%;
}
.sektor-item a .sektor-desc{
  height: 100px;
  border-left: 5px solid #ddd;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.sektor-item a .sektor-desc h2{
  font-size: 20px;
  line-height: 25px;
  padding: 0 40px 0 0;
}
.sektor-item a .sektor-desc h4{}
.sektor-item a .sektor-desc i{
  background: #ddd;
  padding: 15px;
  float: right;
  margin-top: -40px;
}

.footer-social-icons{
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
.footer-social-icons li{
  float: left;
  margin-right: 20px;
}
.footer-social-icons li a{
  font-size: 15px;
  color: #fff !important;
}

.footer_baslik::before{
  content: '';
  width: 20px;
  height: 2px;
  background: #fbc03b;
  position: absolute;
  top: 10px;
  left: -15px;
}

.tecrube_kurumsal{
  background: #000;
  display: inline-block;
  padding: 15px 50px 15px 20px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  margin-top: 30px;
  margin-bottom: 40px;
}
.tecrube_kurumsal span{
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
}
.tecrube_kurumsal span:first-child{
  font-weight: 900;
  color: #eb2127;

}
.tecrube_kurumsal span:last-child{
  color: #eb2127;

}

.sayfa-item1{
  border: 1px solid #ddd;
  padding: 10px;
  background: #f6f6f6;
}
.sayfa-item1 .item-ust{
  height: 70px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.sayfa-item1 .item-ust .item-img{
  display: inline-block;
  margin-right: 10px;
}
.sayfa-item1 .item-ust .item-img img{}
.sayfa-item1 .item-ust .item-title{
  display: inline-block;
}
.sayfa-item1 .item-ust .item-title h2{
  font-size: 20px;
  font-weight: bold;
}
.sayfa-item1 .item-orta{
  padding: 30px 0;
  height: 160px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.sayfa-item1 .item-orta p{}
.sayfa-item1 .item-alt{
  padding: 20px 0 0 0;
}
.sayfa-item1 .item-alt a{}

.sayfa-item2{
  border: 1px solid #ddd;
  padding: 10px;
  background: #f6f6f6;
}
.sayfa-item2 .item-ust{
  height: 200px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.sayfa-item2 .item-ust .item-img{
  display: inline-block;
  margin-right: 10px;
}
.sayfa-item2 .item-ust .item-img img{
  width: 100%;
}
.sayfa-item2 .item-ust .item-title{
  display: inline-block;
  width: 100%;
}
.sayfa-item2 .item-ust .item-title h2{
  font-size: 20px;
  font-weight: bold;
}
.sayfa-item2 .item-orta{
  padding: 30px 0;
  height: 160px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.sayfa-item2 .item-orta p{}
.sayfa-item2 .item-alt{
  padding: 20px 0 0 0;
}
.sayfa-item2 .item-alt a{}

.sayilarla{}
.sayilarla h1{
  font-size: 100px;
  font-weight: bold;
  color: #fbc03b;
}
.sayilarla h2{
  font-weight: bold;
  margin-bottom: 10px;
}
.sayilarla h3{
  font-size: 20px;
}

.ekip-item{}
.ekip-item .ekip-img{}
.ekip-item .ekip-img img{}
.ekip-item .ekip-desc{
  background: #3d3d3d;
  padding: 10px;
}
.ekip-item .ekip-desc h2{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.ekip-item .ekip-desc h2::after{
  content: '';
  width: 50px;
  height: 5px;
  background: #fbc03b;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ekip-item .ekip-desc h4{
  color: #fff;
}
.ekip-item .ekip-desc p{
  color: #fff;
}

.btn_hepsi:hover,
.btn_hepsi{
  color: #fff;
  position: absolute;
  right: -30px;
  width: 100px;
  top: -30px;
  line-height: 20px;
  text-decoration: none;
}

.text-color-custom{
  color: #fbc03b !important;
}
#header .header-body{
	background: #2e2d33;
}
.bg-color-custom1{
	background: #323236;
}
.bg-color-custom2{
	background: #2a2a2e;
}
.bg-color-custom3{
	background: #222 !important;
}

.menubar_buttons{
	color: #fff;
	cursor: pointer;
}
.menubar_buttons i{
	display: block;
	font-size: 32px;
	font-weight: 100;
}
.menubar_buttons span{
	font-size: 10px;
}

.btn_custom2{
	color: #fff;
	background: #e80606;
	padding: 10px 15px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
.btn_custom2:hover{
	text-decoration: none;
	color: #fff;
}

#dropdownLanguage{
	border: 1px solid;
	padding: 0 10px !important;
	margin-top: 5px;
}
.arrow-style1{
	font-size: 20px !important;
	line-height: 10px;
	vertical-align: middle;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #36353b;
  background-clip: padding-box;
  border: 1px solidrgba(0,0,0,.15);
  border-radius: 0.25rem;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  border-bottom: 1px solid #f7f7f7;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  padding: 6px 18px 6px 18px;
  position: relative;
  text-transform: none;
  letter-spacing: -0.5px;
	text-decoration: none;
}

.vcenter{
  display: flex;
  align-items: center;
}

.playbtn{
	position: absolute;
	right: -50px;
  bottom: -100px;
  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;
}
.dil-list li{
	float: left;
	margin-right: 5px;
}
.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;
}

@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;
  }

  #header .header-logo img {
    width: 150px;
  }
  .header-nav-top-custom{
    padding: 0 !important;
  }
  .aside-down-bar,
  .aside-left-bar {
    display: none;
  }
  .swiper-container {
    width: 100%;
    height: 30%;
    background: #000;
    margin-left: 0;
  }
  .swiper-autoheight .swiper-wrapper {
    height: 15vh !important;
    }
    .swiper-slide-duplicate, .swiper-slide {
    height: 15vh !important;
    }
  #dropdownLanguage {
    text-align: center;
  }
  .section-slider .container-fluid{
    padding: 0 !important
  }
  .slide-text {
    bottom: 70px;
  }
  .swiper-slide .description{
    font-size: 10px !important;
    line-height: 14px;
  }
  .swiper-slide-duplicate-active .title, .swiper-slide-active .title, .swiper-slide .title{
      font-size: 16px;
  }
  .swiper-slide {
    background-position: center !important;
  }
  .deneyimYil {
    font-size: 170px;
    font-weight: bold;
    margin-top: 50px;
    color: #fbc03b;
  }
  .deneyimAdi {
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    bottom: 170px;
    left: 170px;
    margin: 0 0 0 30px;
  }
  .playbtn {
    position: absolute;
    right: 0;
    bottom: -90%;
    width: 100px;
    z-index: 9;
    cursor: pointer;
    left: 0;
    margin: 0 auto;
  }
  .mobile-size1{
    font-size: 40px !important;
  }
  .sektorel_icon_left {
    top: 0;
    left: 0;
  }
  .sektorel_icon_right {
    top: 0;
    right: 0;
  }
  .tabs-sektorel .nav-link{
    padding: 5px !important;
  }
  .sektorel-alani .container{
    padding: 0 !important;
  }
  #footer .container{
    padding: 15px !important;
  }
  .footer_row{
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer_baslik::before {
    content: '';
    width: 0 !important;
    height: 0 !important;
  }
  .sayilar_img{
    width: 50px;
  }
  .sektor-item a .sektor-desc i {
    margin-top: -40px;
  }
  ..iletisim_alani {
    margin: 0 !important;
  }
  .iletisim_alani .container{
    padding: 10px !important;
  }
  .iletisim_alani .row{
    padding: 10px !important;
  }
  .iletisim-item {
    border: 1px solid #ddd;
    padding: 20px;
  }

    #header .header-logo {
    margin: 16px 0;
    margin: 15px 0 15px 0px;
    position: relative;
    z-index: 1;
    }   




}

@media (max-width: 1200px){

}
