html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-thumb{background:#434343;border-radius:10px;box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)}html::-webkit-scrollbar-track{background:linear-gradient(90deg,#434343,#434343 0,#c1c1c1 0,#c1c1c1)} 

@media(min-width: 1236px) {
    .container-xxl {
        max-width:1236px
    }
}


/* Recommended Themes */
.recommend-themes {
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.recommend-themes.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.mfp-wrap {
 z-index: 9043 !important;
}
.mfp-bg {
z-index: 9042 !important;
}

/*Menu mouse over bg transparent black*/
.backdrop { background-color:rgba(0,0,0,0.9); opacity: 0.5; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index:100; display: none; }



html.sticky-header-enabled #header .header-logo-sticky-change2 img {
	right: 0 !important;	
	left: inherit !important;
}


.yorum{
	font-weight: 300;
	font-size: 12px;
	line-height: 19px !important;
	color: var(--grey--300);
	margin-bottom: 24px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.devam {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color: #60666D;
	cursor: pointer
}
.devami > .yorum {
    display: block !important;
}





.efekt, .kutlama:hover{	
	background-image: url('/img/confetti.gif');
	background-size: cover;
	background-position: center;

}


/*Menu mouse over bg transparent black*/ .collapse:hover { display: block; } .collapse:hover .dropbtn { background-color: #3e8e41; } .backdrop { background-color:rgba(0,0,0,0.9); opacity: 0.5; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index:100; display: none; }


/*Anasayfa*/
.categories div{
	line-height: normal;

}
.categories img{
	max-width: 40px;
	max-height: 40px;
	transform-origin: 25%;
	transition: transform .4s, filter .4s ease-out;

}
.categories a:first-child{
	width:80px;
	height:80px;                                 
}
.categories a:hover img{
	transform: scale(1.2);									
}

.categories a:nth-child(2){
	text-decoration: none;
	font-weight: bold;
	color: var(--dark);
}

.yeni{display: flex; flex-direction: column; position: absolute; top: 15px; left: 15px; z-index: 3;}


.title-line-clamp{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 50px;}
.title-line-clamp2{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 39px;}
	
	
@media(min-width: 1236px) {
    .container-xxl {
        max-width:1236px
    }
}


.iletisim-form label.error{
	top: 0px;
	left: 0px;
	position: relative;
	color: #a94442 !important;
	line-height: 1.5;
	font-size: smaller !important;
	padding: 0px !important;
	height: auto;
}




.yellow-bg img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
@-webkit-keyframes pulse {
  0% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);}
  70% {-webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}
  100% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes pulse {
  0% {
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
	-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.alti-cizgili span {
  position: relative;
}
.alti-cizgili span img {
  position: absolute;
  left: -14px;
  bottom: 12px;
  z-index: -1;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}
.alti-cizgili span.yellow-bg-big img {
  bottom: 0px;
  width: 120%;
  -webkit-animation: section-animation-2 3s infinite;
  animation: section-animation-2 3s infinite;
}
.alti-cizgili {
  position: relative;
  z-index: 1;
}
@keyframes section-animation {
  0% {width: 0;}
  15% {width: 100%;}
  85% {opacity: 1;}
  90% {
	width: 100%;
	opacity: 0;
  }
  to {
	width: 0;
	opacity: 0;
  }
}
@keyframes section-animation-2 {
  0% {
	width: 0;
  }
  15% {
	width: 125%;
  }
  85% {
	opacity: 1;
  }
  90% {
	width: 125%;
	opacity: 0;
  }
  to {
	width: 0;
	opacity: 0;
  }
}


.footer-1{
	height: 240px; margin-top: -120px; box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3); position: relative; z-index: 0; 
}


#footer form.e-bulten label.error{
	color: yellow !important;
	clear: none !important;
}
#footer form.e-bulten label#bultenemail-error{
    position: absolute !important;
    width: 100% !important; 
    margin-top: -75px !important;
}




/*Eğitim Detayı Sayfası --> */
.sticky-area{				
	position: relative;
	z-index: 1;
}
.area-bg{
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
	z-index:-1;
}	
/* <--- Eğitim Detayı Sayfası */

/* Kategori sayfası  ---> */
.sub-cat-readmore .readmore-overlay{height:28px !important; background: white !important;}


.category-filter, .category-filter2{
	width: 42px;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 7px 0px;										
	right: 0px; top: 25%; z-index: 9999;
}
.category-filter i, .category-filter2 i{
	line-height: 19px;
	font-size: 19px;										
}
.category-filter span, .category-filter2 span{
	display: block;
	font-size: 8px;
	line-height: 7px;
	color: white;
	font-weight:bold;
	letter-spacing: .03rem;
}


html.side-panel-open .category-filter{
	display: none !important;
}
html.side-panel-open .category-filter2{
	display: block!important;
}
/* <--- Kategori sayfası  filtreme   */




/* Eğitim Modelleri --> */
.tabs-em li a{
	padding: 10px !important;
	height: 85px;
	font-size: 14px !important;
	line-height: 20px !important;
	text-align: center;
	color: white  !important;
	font-weight: normal  !important;
	
}
@media (max-width: 992px) {
	.tabs-em li a{
	height: 100%;					
	}				
}

.tabs-em li a{
	background-image: url("/img/tab-down.png") !important;
	background-position: bottom center!important;
	background-repeat: no-repeat !important;
}
.tabs-em li:nth-child(1) a{background-color: #1d71b8 !important;}
.tabs-em li:nth-child(2) a{background-color: #459fe0 !important;}
.tabs-em li:nth-child(3) a{background-color: #70b6e0 !important;}
.tabs-em li:nth-child(4) a{background-color: #55c3ff !important;}
.tabs-em li:nth-child(5) a{background-color: #1183c9 !important;}
.tabs-em li:nth-child(6) a{background-color: #079be5 !important;}
html body .tabs.tabs-em .nav-tabs > li .nav-link.active {
	height: 94px !important;
	border-bottom-left-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
	background-image:none !important;
}
/* <-- Eğitim Modelleri  */


	






.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 70px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 3px rgba(95, 58, 252,0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
   font-family: "Font Awesome 6 Free";
   content: "\f176";
   font-weight: 900;	  
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--secondary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }


  
  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: var(--secondary);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  