/*
degistirilen css class lari:

	border-radius-10 	=>		brad-10
	font-size-22 		=>		fs-22px
	font-color-black	=>		f-black
*/


.postinfo-box a{
	color: #0061f9; 
}
p{
	margin: 0 0 10px;
}
h2 {
	line-height: 35px;
}
img.logo{
	height:auto;
	max-width:250px;
	min-width:200px;
} 
.btn {
	font-size: 1.2rem;
	padding: 10px 25px;
}
.btn-primary {
	font-weight: bold;
	border-radius: 10px;
	border-color: transparent;
}
.btn-primary.disabled,
.btn-primary:disabled {
	border-color: transparent;
	cursor: not-allowed;
	pointer-events: inherit;
}
.btn-primary:not(:disabled):hover, 
.btn-primary.focus, 
.btn-primary:not(:disabled):focus, 
.btn-primary.active, 
.btn-primary:not(:disabled):active, 
.dropdown-toggle.btn-primary {
	transition: all .1s ease;
	transform: scale(1.03,1.03);
}
.btn.btn-sm {
	font-size: 14px;
	padding: 10px 20px;
}
.btn.border.border-yellow {
	color: #f3c500;
	border:3px solid #f3c500!important;
}
.sec-bg-gray {
	background-color: #e1cac114;
}
.sec-srv01 .srvbox,
.sec-srv07 .srvbox{
	overflow:hidden;
	border-radius:10px;
	margin-bottom:15px;
}

.sec-srv01 .box-head-font,
.sec-srv07 .box-head-font{
	color:#000;
	overflow: hidden!important;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sec-srv01 .txtbox.txtdesc{
	color:#000;
	padding-top:0;
	padding-bottom:10px;
	text-align:justify;
	line-height:22px;
}
.sec-srv01 .txtbox.txtdesc p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sec-languages .item{
	margin: 5px;
	padding: 0;
	background-color: transparent;
}
.sec-languages .item .item-name{
	width:100%;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}
.sec-languages .language-img-wrapper{
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 9px -3px #3333;
	margin-bottom: 5px;
}


/* -------------- Contact Form -------------- */
.sec-contact-frm{
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
}
.sec-contact-frm .row>div{
	overflow:hidden;
	margin-bottom:20px;
	padding:0;
}
.sec-contact-frm .contact-form-wrapper{
	padding-top:0;
	padding-bottom:0;
	padding-left:40px;
	padding-right:40px;
}
.sec-contact-frm .iletisim-form-container{
	padding-left:15px;
	padding-right:15px;
}



#contactFrm{
	padding:20px 10px;
	border:1px solid #dedede;
	background-color:#ffffffab;
	overflow:hidden;
	border-radius:5px;
}
#contactFrm label{
	font-weight:700;
}
#contactFrm .captcha-container{
	max-width:200px;
	height:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius:5px;
}

#contactFrm .captcha-container.processing:after{
	display:block;
	position:absolute;
	z-index:10;
	content:'\f110';
	animation:fa-spin 2s infinite linear;
	font:normal normal normal 18px/1 FontAwesome;
	left:50%;
	top:40%;
	transform:translate(-50%,-50%);
}
#contactFrm .captcha-container.processing img.captcha{
	opacity:.1;
}
#contactFrm .captcha-label{
	width:100%;
	margin:10px auto;
}
#contactFrm .captcha-refresh-btn{
	margin:2px 2px 2px 10px;
}
#contactFrm textarea{
	max-width:100%;
}
#contactFrm .form-control{
	margin-bottom:10px;
}
#contactFrm.processing #contact-frm-submit-btn #btnIcon{
	display:none;
}
#contactFrm.processing #contact-frm-submit-btn:before{
	display:inline-block;
	content:'\f110';
	animation:fa-spin 2s infinite linear;
	font:normal normal normal 18px/1 FontAwesome;
}
#contactFrm input#captcha{
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:1px;
}
.submit-btn-wrapper{
	position:relative;
	display:inline-block;
}
.submit-overlay{
	display:none;
}
#contact-frm-submit-btn[disabled] + span.submit-overlay,
#submit-form-btn[disabled] + span.submit-overlay{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:not-allowed;
	z-index:1;
}
#contactFrm input#kvkk_confirm{
	position:absolute;
	display:inline-block;
	-webkit-appearance:auto;
	-moz-appearance: auto;
	appearance: auto;
	width:24px;
	height:24px;
	top:5px;
	left:5px;
}
#contactFrm label.kvkk-confirm-label{
	height:unset;
	padding:3px 12px 5px 40px;
	font-size:18px;
	background-color:transparent;
	border:none;
	box-shadow:none;
	text-align:left;
}
/* -------------- /Contact Form -------------- */
blockquote p{
	margin:0;
}

.side-callout-box a:not(.btn),
.side-callout-box h4,
.side-callout-box .h4
{
	color:#02123a;
}


.sec-blog-page .social-icons a{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	padding: 0px;
	color: #101010;
	background-color: #fff;
}
.sec-blog-page .social-icons a:hover,
.sec-blog-page .social-icons a:active {
	background-color: #f6931d;
	color:#fff;
}

.features{
	padding: 30px 0 !important;
	background-color: #7233db;
	color: #fff;
	text-align: center;
}
.features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.features ul li {
	float: left;
	width: 33.33%;
	position: relative;
}
.features ul li h4 {
	color: #fff09f;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0;
	letter-spacing: 1px;
}

/*** LMS ayarlari ***/
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	display:flex;
	flex-wrap:inherit;
	align-items:flex-start;
	justify-content:space-between;
}
/* --------------courses carousel ----------- */
.courses-carousel{
	opacity:0;
}
.courses-carousel.slick-initialized{
	opacity:1;
}
.courses .item{
	overflow: hidden;
	margin: 25px 15px;
	padding: 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.courses .item a{
	color:var(--bs-body-color); 
}
.courses .item .descr-wrapper small{
	color: #999;
	font-weight: 600;
}
.courses .item .descr-wrapper .item-descr{
	line-height: 1.5rem;
}
.courses .item .descr-wrapper .item-name{
	width:100%;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: .4px;
	margin-bottom: 5px;
}
.courses .courses-img-wrapper{
	overflow: hidden;
	box-shadow: 0px 0px 9px -3px #3333;
}
.courses .descr-wrapper{
	overflow: hidden;
	width: 100%;
	height: 195px;
	padding: 10px 25px 25px;
	text-align: justify;
}
.courses .action-wrapper{
	overflow: hidden;
	width: 100%;
	padding: 20px 15px;
	border-top: 1px solid #ededed;
	text-align: right;
}
.courses .action-wrapper .action-btn{
	background: #fff;
	border: 1px solid #5984a490;
	color: #5984a4;
	box-shadow: 0px 0px 10px #4a47a311;
	border-radius: 10px;
	line-height: 2;
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.courses .action-wrapper .action-btn:hover{
	background-color: #5984a4;
	color: #fff;
	border: 1px solid #5984a4;
	box-shadow: 0px 0px 10px #1c252c22;
}
.izle-btn {
	background: #fff !important;
	color: #8dc63f !important;
	border: 2px solid #8dc63f !important;
	box-shadow: 0px 0px 10px #4a47a311;
	border-radius: 10px;
	line-height: 2;
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.izle-btn:hover {
	background: #8dc63f !important;
	color: #fff !important;
	border: 2px solid #8dc63f !important;
}
.courses-carousel .slick-track{
	padding-top:10px;
}
/* --------------/courses carousel ----------- */
body{
	--bs-body-color: #22201f;
	font-family: "Overpass", sans-serif;
	color:#22201f;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	font-optical-sizing: auto;
	
}
.dropdown-menu {
	background-color: #b38b76f5;
}
.datepicker.dropdown-menu {
	background-color: #fff;
}
.navbar-menu .nav-item a {
	border-bottom: 2px solid transparent;
	padding: 10px;
	transition: all .2s, color .3s;
	color: #323232;
}
.navbar-menu .nav-item ul a {
	color: #fff;
}
.navbar-menu .navbar-toggler {
    color: #323232;
	font-size: 24px;
}
.navbar ul li:hover > a,
.navbar ul li.active > a{
	color: #5984a4;
}
.navbar-menu .dropdown-item:focus, 
.navbar-menu .dropdown-item:hover {
	color: #fff;
	background-color: #e9ecef33;
	border-radius: .25rem;
}

.video-box{
	overflow: hidden;
	position:relative;
	width:100%;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px #33333315;
}
.video-box .popup-youtube:after{
	content:"\f04b";
	font-family:FontAwesome;
	font-size:24px;
	position:absolute;
	display:block;
	padding:5px 20px;
	text-align:center;
	border-radius:15px;
	border:4px solid #fff;
	color:#fff;
	background-color:#fff5;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:all .3s ease;
	z-index:2;
}
.video-box .popup-youtube:hover:after{
	background-color:#fff7;
	padding:8px 25px;
	/*transform:translate(-50%,-50%) scale(1.1);*/
}
.video-section-text-wrapper{
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
	align-items: center;
}
.banner-01-section{
	padding-top: 140px;
	background-color: #ffffffde;
	background-blend-mode: lighten;
}
.banner-section-text-wrapper{
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
	align-items: center;
}
.callout-heading{
	font-size: 3rem;
	font-weight: 600;
}

.srvbox.egt-kategori,
.srvbox.egt-kategori .imgbox{
	border-radius:10px;
	overflow:hidden;
}
.srvbox.egt-kategori .header{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: linear-gradient(#2c2c3700 0%,#2c2c3755 30%,#2c2c37  100%);
	color: #fff;
	padding: 20px;
	font-weight: bold;
	font-size:1.1em;
	text-shadow:1px 1px 5px #000;
}


.egt-kayit-content input.form-control ,
.egt-kayit-content textarea.form-control ,
.egt-kayit-content select.form-control,
.appointment-content input.form-control ,
.appointment-content textarea.form-control ,
.appointment-content select.form-control {
    line-height: 2;
    min-height: 38px !important;
    border: 1px solid #5984a470;
    font-size: 18px;
    border-radius: .25rem;
    padding: 2px 15px;
}
.egt-form-login-required-page-content{
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	padding: 1rem;
    border: 1px solid #5984a470;
	border-radius: 15px;
    background-color:#d0b28c0a;
}

.form-group {
	margin-bottom: 1rem;
}

.sec-blogs .bg-overlay {
	background-color: #b6bdcc69;
}
.blogbox {
	border-radius: 15px;
	box-shadow: 0px 0px 10px #9f958024;
	border: 2px solid #d7e9f7;
}
.blogbox .imgbox{
	border-radius: 5px;
	overflow: hidden;
}
.accordion-button:not(.collapsed) {
	color:#6d4a43;
	background-color:inherit;
	box-shadow:inherit;
	border-color: #6d4a43;
}
.accordion-item {
	background-color: transparent!important;
}
.accordion-button,
.accordion-body {
	background-color: #fff;
	transition: all ease .5s;
}
.accordion-button:not(.collapsed){
	background-color: #fff;
}
.navbar-menu .register-btn{
	color: #fff;
	background-color: #5984a4;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.1;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #21272b70;
	border-color: transparent;
	padding: 15px 11px 13px;
	text-align: center;
	position: absolute;
	right: 60px;
}
.steps-wrapper{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
}
.steps-wrapper .step-01,
.steps-wrapper .step-02,
.steps-wrapper .step-03{
	position: relative;
	border-top: 10px solid #5984a4;
	padding: 50px 10px;
}
.steps-wrapper .step-01:after,
.steps-wrapper .step-02:after,
.steps-wrapper .step-03:after{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top:-30px;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #5984a4;
	color: #fff;
	font-size: 2.5rem;
	line-height: 3.5rem;
	font-weight: bold;
	text-align: center;
}
.steps-wrapper .step-01:after{
	content: '1';
}
.steps-wrapper .step-02:after{
	content: '2';
}
.steps-wrapper .step-03:after{
	content: '3';
}
.page-section{
	padding-top: 200px;
}
.mini-egitim-form-wrapper{
	display: flex;
	justify-content: center;
	text-align: center;
}
.mini-egitim-form{
	background: #e8d3be14;
	padding: 25px;
	border-radius: 15px;
	border: 2px solid #22201f;
	box-shadow: 0px 0px 15px #22201f17;
}

.login-page-section,
.register-page-section{
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
}
.login-page-section .container,
.login-page-section .row{
	height: 100%;
}
.login-form-wrapper,
.register-form-wrapper{ 
	display: flex;
	justify-content: center;
	text-align: center;
}
.login-form,
.register-form{
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	box-shadow: 3px 10px 15px #22211f47;
	padding: 25px;
	margin-top:10px;
	font-size: 1rem;
}
.login-form input,
.register-form input{
	background-color: #fdfbf8;
}
.register-form .telefon-input-wrapper{
	position:relative;
}
.register-form .telefon-input-wrapper #telefon{
	padding-left:75px;
}
.register-form .telefon-input-wrapper .country-code{
	position:absolute;
	cursor: pointer;
	left:0px;
	width:70px;
	height:100%;
	background-color:#fafffe;
	border: 1px solid #ced4da;
	border-radius: .25rem 0 0 .25rem;
	padding: .375rem .75rem .375rem .5rem;
	line-height: 1.5;
}
.register-form .telefon-input-wrapper .country-code:after{
	content: ' ';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 14px;
	width: 7px;
	height: 10px;
}
.btn-register-with{
	padding: 3px 10px 1px;
	background-color: #fbf6f1;
	border-color: #fbf6f1;
	cursor:pointer;
	font-size: .8rem;
	transition: all .1s ease;
	border-radius: .5rem;
}
.btn-register-with.active{
	padding: 3px 10px 1px 5px;
	transform: scale(1.2,1.2);
	margin-left: 10px;
	margin-right: 10px;
	background-color: #daf7e2;
	border-color: #daf7e2;
	border-bottom: 2px solid #8ae8a4;
}
.btn-register-with.active:before{
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
}
#change-pass-step02-resend-btn{
	padding: 3px 10px 1px;
	border-radius: 7px;
}
input#confirm_code,
input#verification{
	letter-spacing: 7px;
	font-size: 1.5rem;
}
div.switch-show,
div.switch-hide{
	position:relative;
}
div.switch-show:after,
div.switch-hide:after{
	font: normal normal normal 20px/1 FontAwesome;
	position:absolute;
	display:block;
	right:0;
	z-index:1;
	width: 30px;
	height: 40px;
	cursor: pointer;
	opacity: .5;
	top: 70%;
	transform: translateY(-50%);
	padding-top: 8px;
}
div.switch-show:after{
	content:'\f06e';
}
div.switch-hide:after{
	content:'\f070';
}
.navbar-toggler{
	position: absolute;
	right:0;
	top: 30px;
}
section.ustbilgi{
	padding-top: 160px;
}
.breadcrumb-wrapper{
	padding: 5px;
	border-top: 3px solid;
}
.breadcrumb{
	list-style: none;
	width: 100%;
	display: block;
	text-align: right;
	margin: 0;
	font-size: 1rem;
	line-height: 1rem;
}
.breadcrumb li{
	display: inline-block;
	margin-left: 5px;
}
.breadcrumb li>a,
.breadcrumb li>span{
	display: inline-block;
	max-width: 120px;
}
.breadcrumb li:not(:last-child):after{
	display: inline-block;
	position:relative;
	content:'/';
	margin-left: 5px;
	top:-5px;
}
.social-icons li a {
	color:#160c00;
}

.blogbox02{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid;
	border-left: 15px solid;
	background-color: #fff;
	box-shadow: 0px 0px 5px #22201f22;
}
.blogbox02 a{
	color: var(--bs-body-color);
}
.blogbox02 a:hover{
	color: var(--bs-body-color);
}
.blogbox02 > .content-wrapper{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blogbox02 .imgbox{
	display: inline-block;
	width: 50%;
	border-radius: 0px 0px 10px 0px;
	border-left: 0;
	border-top: 0;
	border-right: 4px solid;
	border-bottom: 4px solid;
}
.blogbox02 .imgbox img{
	border-radius: 0px 0px 6px 0px;
}
.blogbox02 .txtbox{
	position: absolute;
	display: inline-block;
	overflow: hidden;
	width: 47%;
	height: 100%;
	padding: 5px;
	right: 0;
}
.blogbox02 .txtbox .h3{
	font-size: calc(1.2rem + .5vw);
}
.blogbox02 .txtbox p{
	font-size: calc(1rem + .3vw);
	font-weight: 300;
}
.blogbox02 .txtbox:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(#fff1,#fffd,#fff);
}
.blogbox02 .txtbox .pdate{
	display: inline-block;
	background-color: #5b452975;
	color: #fff;
	border-radius: 8px;
	font-size: .9rem;
	padding: 1px 10px 0px;
	margin-bottom: 10px;
}
.sec-blogs-page{
	padding-top: 0;
}
.profile-page-section{
	padding-top: 190px;
}
.profile-page-section aside{
	border: 1px solid #22201f1f;
	border-radius: 15px;
	box-shadow: 0px 0px 25px -5px #1616151c;
	margin-bottom: 15px;
	background-color: #fff;
}
.profile-img-wrapper{
	text-align: center;
	padding: 15px;
}
.profile-img-wrapper .imgbox{
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #1616151c;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-width: 70%;
}
.profile-menu-wrapper{
	padding: 15px;
}
.profile-menu-wrapper ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.profile-menu-wrapper ul li{
	display: block;
	padding: 0px;
	font-size: 1.1rem;
	line-height: 2.2rem;
	transition: all .3s ease;
}
.profile-menu-wrapper ul li:not(:last-child){
	border-bottom: 1px solid #22201f14;
}
.profile-menu-wrapper ul li:hover{
	background-color: #4489bd0d;
	border-radius: 0px 0px 10px 10px;
}
.profile-menu-wrapper ul li a{
	color: var(--bs-body-color);
	display: inline-block;
	width: 100%;
	padding: 0 5px;
}
.profile-dashboard-wrapper{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.dashboard-item{
	text-align: center;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: all .3s ease;
}
.dashboard-item:hover{
	transform: scale(1.02,1.02);
}
.dashboard-item a{
	display: block;
	padding: 35px 5px;
	color: var(--bs-body-color);
	text-decoration: none;
}
.dashboard-item i.fa{
	display: block;
	line-height: 4rem;
	font-size: 3rem;
}
.profile-page-section .details-wrapper{
	font-size: 1rem;
}
.profile-page-section .details-wrapper,
.profile-page-section .profile-user-details-wrapper,
.profile-page-section .profile-trainings-wrapper{
	border-radius: 15px;
	margin-bottom: 15px;
	padding: 10px 25px;
}
.profile-page-section .profile-trainings-wrapper .item{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.profile-page-section .profile-trainings-wrapper .item .ders-izle-btn{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	right: 0px;
	bottom: 0px;
	height: 1.5rem;
	font-size: 1rem;
}
.profile-page-section .profile-trainings-wrapper .item .ders-izle-btn a{
	display: inline-block;
	width: 100%;
	line-height: 1.6rem;
	text-decoration: none;
	color: #fff;
}
.profile-page-section .profile-trainings-wrapper .item .descr-wrapper{
	padding: 5px 10px;
}
.profile-page-section .profile-trainings-wrapper .item .descr-wrapper small{
	font-size: .9rem;
}
.profile-page-section .profile-trainings-wrapper .ders-details{
	display: block;
	list-style: none;
	padding: 3px;
	width: 100%;
	line-height: 1rem;
	font-size: .9rem;
	margin-bottom: 1px;
}
.profile-page-section .profile-trainings-wrapper .ders-details li{
	display: inline-block;
	width: 49%;
}
.profile-page-section .profile-trainings-wrapper .ders-details li:first-child{
	text-align: left;
}
.profile-page-section .profile-trainings-wrapper .ders-details li:last-child{
	text-align: right;
}
.profile-page-section .profile-trainings-wrapper .item .sinav-btn {
	margin-top: 10px;
	padding: 5px 10px;
	width: 100%;
	border-radius: 7px;
	box-shadow: none;
}
.profile-page-section .profile-trainings-wrapper .item .progress {
	height: 1.2rem;
	line-height: 1.2rem;
}
.profile-page-section .profile-trainings-wrapper .item .progress-bar {
	background-color: #a9d3f2;
}
.profile-page-section .profile-trainings-wrapper .item .progress-bar.completed {
	background-color: #a9f2c5;
}
.profile-page-section .profile-trainings-wrapper .item .progress span {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
.dersler-page{
	padding-top: 100px;
}
.dersler-page .row{
	flex-direction: row-reverse;
}
.dersler-page .liste-column{
	max-height: 100vh;
}
.logo.dersler-page-header{
	max-width: 110px;
	min-width: 100px;
	width:110px;
}
.navbar.dersler-page-header{
	padding: 15px 5px;
}
.liste-column{
	border-radius: 5px;
	padding: 15px;
	overflow: auto;
}
.player-column{
	border-radius: 5px;
	padding: 15px;
}
.player-container iframe{
	width: 100%;
	height: 100%;
}
.accordion-header {
	font-size: 1rem;
}
#accordion_lessons .accordion-button{
	margin-bottom:0px;
	/*background-color: #eae2d33d;*/
	border-radius: 10px;
	background-color: #f4edde;
}
#accordion_lessons .accordion-button:not(.collapsed) {
	border-radius: 10px 10px 0px 0px;
}
#accordion_lessons .accordion-button.collapsed{
	margin-bottom:5px;
}
#accordion_lessons .accordion-body {
	position: relative;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px;
	font-size: 1rem;
}
#accordion_lessons .accordion-body .video{
	display: block;
	width: 100%;
}
#accordion_lessons .accordion-body .video .ders-title{
	display: inline-block;
	max-width: 85%;
}
#accordion_lessons .accordion-body .ders-sure{
	float: right;
	font-size: .85em;
}
#accordion_lessons .accordion-body ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
#accordion_lessons a.video,
#accordion_lessons a.txt_doc{
	cursor: pointer;
}
.egitim-detay .egitim-progress-wrapper{
	width: 100%;
	padding: 0;
	list-style: none;
	font-size: .9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.egitim-detay .egitim-progress-wrapper li{
	display: inline-block;
	padding: 1px 5px;
	white-space: nowrap;
}
li.ders {
	padding: 5px 10px;
	margin: 5px 0px;
	overflow: hidden;
	border: none;
	background-color: #fafafa;
	border-radius: 10px;
	border: 1px solid #aad1e1;
}
li.ders.ders-izlenmis {
    background-color: #e4f3f9;
	text-shadow: 1px 1px 3px #fff;
}
li.ders.ders-tamamlanmis {
    background-color: #8dc63f;
	border: 1px solid #73a829;
	text-shadow: 1px 1px 3px #111;
}
li.ders.ders-tamamlanmis a,
li.ders.ders-tamamlanmis span{
    color:#fff!important;
}
li.ders.ders-izlenen {
	position: relative;
	overflow: visible;
}
li.ders.ders-izlenen::before {
	content: ' ';
	position:absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 13px;
	left:-15px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: rotate(179deg);
}
li.ders.ders-kapali {
	color:red!important;
	text-shadow:1px 1px 3px #fff!important
}
.list_lessons ul li.ders-kapali a{
	color: red!important;
	text-shadow: 1px 1px 3px #fff!important; 	
}
.progress {
	position: relative;
	height: 1.3rem;
	font-size: .9rem;
	line-height: 1.3rem;
}
.video-progressbar-wrapper{
	width:100%;
	height:5px;
	position: relative;
	display: block;
	word-wrap: normal;
	line-height:  0px;
}
.video-progressbar-wrapper .progress{
	height:100%;
	position: absolute;
	display: inline-block;
	line-height: 0px;
	top: 0px;
	transition: all 0.5s 0s;
}
.video-progressbar-wrapper .progress.lastpos{
	position: absolute;
	width: 0;
	height: 0;
	top:0px;
	left:-2px;
	border-left: 3px solid transparent !important;
	border-right: 3px solid transparent !important;
	border-bottom: 5px solid #ff9100 !important;
	border-radius: 0 !important;
	background-color: transparent;
	z-index: 2;
}
.dersler-baslik-container h4,.dersler-baslik-container .h4{
	line-height: 2rem;
	margin-bottom: 20px;
	font-weight: 500;
}
.progress-label{
	position: absolute;
	padding: 1px 3px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 1px 1px #fffb;
}
.profil-form,.profil-sfr-form{
	font-size: 1rem;
}
.profil-form .form-container,
.profil-sfr-form .form-container,
.profile-trainings-wrapper{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.profil-form .form-container .form-group,
.profil-sfr-form .form-container .form-group{
	padding: 1px 10px;
}
.profil-form .h3,
.profil-sfr-form .h3{
	padding: 1px 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.profil-sfr-form div.switch-show::after,
.profil-sfr-form div.switch-hide::after{
	right: 5px;
}
.contact-box{
	display: flex;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	justify-content: space-evenly;
	align-items: center;
	min-height: 200px;
	color: var(--bs-body-color);
}
.contact-box i{
	display: block;
	margin: 10px;
	padding: 10px;
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	font-size: 36px;
	text-align: center;
	border-radius: 10px;
}
.contact-box>div{
	display: block;
}
.cart-page table.cart-list > :not(:first-child) {
	border-top: none;
}
.cart-page table.cart-list tr{
	vertical-align: middle;
}
.cart-page .thumb_cart img{
	border-radius: 10px;
}
.apply-coupon-wrapper{
	position: relative;
	width: 100%;
}
.coupon-input{
	display: inline-block;
	width: 100%;
	line-height: 1.8;
	border-radius: 10px;
	padding-right: 41%;
}
.coupon-btn{
	position: absolute;
	display: inline-block;
	right: 0px;
	border-radius: 0px 10px 10px 0px;
	box-shadow: none;
}
.delete-from-cart-btn{
    cursor: pointer;
}
.summary-table{
	border-radius: 10px;
}
.summary-row{
	padding: 10px;
}
#total_cart{
	width: 100%;
	padding: 10px;
}
.btn-outline-info{
	border-radius: 10px;
}
.btn-outline-info:not(:disabled):hover, 
.btn-outline-info.focus, 
.btn-outline-info:not(:disabled):focus, 
.btn-outline-info.active, 
.btn-outline-info:not(:disabled):active{
	transition: all .1s ease;
	transform: scale(1.03,1.03);
}
.form-container{
	display: flex;
	flex-wrap: wrap;
}
.checkout-page .accordion-body{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.checkout-page .accordion-body select{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
.nice-toast-wrapper {
	width:90%;
	max-width: 600px;
}
.nice-toast-wrapper[class$="center"] {
	left: 50%;
	margin-left: 0px;
	transform:translateX(-50%);
}
.sinav-form-container{
	padding:15px 10px;
	height: 100%;
	min-height:100vh;
	background-color: #fff;
	margin: auto;
	width: 100%;
	max-width: 430px;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.sinav-form-container > figure {
	position: relative;
	padding: 10px;
	margin-bottom: 35px;
	/*
	background-color: #f3fbec;
	border-radius: 10px;
	*/
	border-bottom: 3px solid #c49a80;
}
.sinav-form-container > figure.show-exam {
	text-align: left;
}
.sinav-form-container > figure.show-exam img{
	max-width: 80%;
}
.sinav-form-container .sinav-logo{
	margin-top: 0px;
	display: inline-block;
}
.wizard-container-sinav{
	text-align:left;
	padding:5px;
}
.wizard-container-sinav .step{
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #3333;
	margin-bottom: 10px;
}
.wizard-container-sinav .step .soru-num{
	margin-bottom:10px;
}
.wizard-container-sinav .step .sinav-radio-secenek{
	margin-top:10px;
}
.wizard-container-sinav .step .sinav-radio-secenek label{
	margin-bottom:5px;
}
.wizard-container-sinav .step .sinav-radio-secenek label input[type="checkbox"]{
	margin-right:10px;
	width:20px;
	height:20px;
}
/*** /LMS ayarlari sonu***/

/*** LMS colors ***/
.btn-primary {
	color: #fff;
	background-color: #5984a4;
	box-shadow: 0px 0px 15px -5px #21272b70;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #384b5bf0;
}
.btn-primary:not(:disabled):hover, 
.btn-primary.focus, 
.btn-primary:not(:disabled):focus, 
.btn-primary.active, 
.btn-primary:not(:disabled):active, 
.dropdown-toggle.btn-primary {
	background-color: #994949;
	box-shadow: 0px 0px 15px -5px #2b242170;
	color: #fff;
	border-color: #994949;
}
.progress-bar{
	background-color: #85aac6;
}
.progress-bar.full{
	background-color: #93c685;
}
.video-progressbar-wrapper{
	background-color: #ddd8cc91;
}
.video-progressbar-wrapper .progress.watched{
	background-color: #69d3d9;
}
li.ders.ders-izlenen {
	border: 1px solid #d18062;
	border-left: 5px solid #d18062;
	box-shadow: 0px 0px 5px #d1806266;
}
li.ders.ders-izlenen::before {
	border-right: 10px solid #d18062;
}
#accordion_lessons .accordion-button:not(.collapsed) {
	border-color: #6d4a436f;
}
#accordion_lessons .accordion-body {
	border: 1px solid #6d4a436f;
}
.liste-column{
	border: 1px solid rgb(34, 32, 31,.1);
	background-color: #f9ebe317;
}
.player-column{
	border: 1px solid rgb(34, 32, 31,.1);
}
.profile-page-section .details-wrapper,
.profile-page-section .profile-user-details-wrapper,
.profile-page-section .profile-trainings-wrapper{
	border: 1px solid #22201f1f;
	box-shadow: 0px 0px 25px -5px #1616151c;
	background-color: #fff;
}
.profile-page-section .profile-trainings-wrapper .item{
	border: 1px solid #5984a4;
	background-color: #fff;
}
.profile-page-section .profile-trainings-wrapper .item .ders-izle-btn{
	background-color: #59a4a4;
}
.dashboard-item{
	border: 1px solid #22201f1f;
	box-shadow: 0px 0px 25px -5px #1616151c;
}
.summary-table{
	border: 1px solid #22201f1f;
}
.summary-row{
	border-bottom: 1px solid #22201f22;
}
.btn-outline-info:not(:disabled):hover, 
.btn-outline-info.focus, 
.btn-outline-info:not(:disabled):focus, 
.btn-outline-info.active, 
.btn-outline-info:not(:disabled):active{
	background-color: #994949;
	box-shadow: 0px 0px 15px -5px #2b242170;
	color: #fff;
	border-color: #994949;
}
.checkout-page .accordion-button{
	background-color: #f9f7f7;
}
.checkout-page .accordion-body select{
	color: #2b2421;
	background-color: #fff;
	border: 1px solid #ced4da;
}
.cart-page .thumb_cart img{
	border: 1px solid #22201f;
}
.contact-box{
	border: 1px solid #22201f;
	box-shadow: 0px 0px 15px #3333;
	color: var(--bs-body-color);
}
.contact-box i{
	color: #fff;
	background-color: #5984a4;
	box-shadow: 0px 0px 10px #5984a4;
}
/*** /LMS colors sonu***/

/**** animations ***/

@-webkit-keyframes fadeInUpSmall {
	0% {
	 opacity:0;
	 -webkit-transform:translate3d(0,10%,0);
	 transform:translate3d(0,10%,0)
	}
	100% {
	 opacity:1;
	 -webkit-transform:none;
	 transform:none
	}
}
@keyframes fadeInUpSmall {
	0% {
	 opacity:0;
	 -webkit-transform:translate3d(0,10%,0);
	 -ms-transform:translate3d(0,10%,0);
	 transform:translate3d(0,10%,0)
	}
	100% {
	 opacity:1;
	 -webkit-transform:none;
	 -ms-transform:none;
	 transform:none
	}
 }
.fadeInUpSmall {
	-webkit-animation-name:fadeInUpSmall;
	animation-name:fadeInUpSmall
 }

/*** /animations***/

@media (max-width:1199.98px) {
	img.logo {
		max-width: 180px;
		min-width: 150px;
	}
}
@media (min-width:992px){
	.sec-contact-frm .row>div.contact-map-container{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		padding-right: 30px;
	}
}

@media (max-width:991.98px) and (min-width:768px) {
	.container-bs3{/* custom bs-3 sm*/
		width:95%;
		max-width:unset;
	}
}
@media (max-width:991.98px) {
	.sec-contact-frm .contact-form-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sec-contact-frm .row>div.contact-map-container{
		height: 450px;
	}
	#mobileCollapse{
		background-color: #fff;
		border-bottom: 3px solid #c6a695f4;
	}
	.callout-heading{
		font-size: 2.5rem;
	}
	.navbar-menu .nav-link.register-btn{
		margin-top: 20px;
	}
}
@media (max-width:767.98px) {
	.features {
		display:none;
	}
	img.logo {
		max-width: 150px;
		min-width: 130px;
	}
	.callout-heading{
		font-size: 2rem;
	}
	.page-section{
		padding-top: 160px;
	}
	section.ustbilgi {
		padding-top: 130px;
	}
	.dersler-page .liste-column{
		max-height: calc(100vh - ((100vw * 0.56) + 100px));
		min-height: 250px;
	}
}
@media (max-width:575.98px) {
	.navbar-menu .register-btn{
		padding: 10px;
		font-size: .8rem;
		top: 29px;
	}
	section.ustbilgi {
		padding-top: 110px;
	}
	.blogbox02 .imgbox{
		display: block;
		width: 95%;
		border-radius: 0px 0px 10px 0px;
		border:2px solid;
	}
	.blogbox02 .txtbox{
		position: relative;
		display: block;
		width: 95%;
		padding-left: 10px;
	}
}


