@font-face {
    font-family: 'DMSerifText';
    src: url('../fonts/DMSerifText-Regular.ttf');   
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.ttf');    
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');    
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.ttf');   
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../fonts/Avenir-Heavy.ttf');    
}
body,
html {
    height: 100vh;
    width: 100%;
}
*{
    outline: none !important;
}
.ders_izle_h1_col{
    color: #cccccc;
}
.index_wrap {
    height: 100%;
    background: url('../images/index-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0% 10%;
    z-index: 1;
    position: relative;
    overflow-y: hidden;
}
.h100{
    height: 100%;
}
.h100 .carousel-item{
    height: 100%;
}
.index_wrap h1 {
    color: #fff;
    width: 500px;
    font-size: 4rem;
    font-family: 'DMSerifText';
}

.index_span_1 {
    color: #33ccff;
    position: relative;
    display: inline-block;
}

.index_span_1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 10px;
    background: #707070;
    z-index: -1;
}

.index_wrap h2 {
    color: #fff;
    opacity: 0.7;
    font-size: 18px;
    width: 475px;
    margin-top: 50px;
    line-height: 30px;
    font-family: 'Avenir';
}

.index_wrap a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #738E9F;
    color: #fff;
    text-decoration: none;
    margin-top: 100px;
    transition: 1s;
    font-family: 'Avenir';
}
.index_wrap a:hover {
    background:#fff;
    color: #000;
    transition: 1s;
}
.posrel {
    position: relative;
}

.zavazingo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    bottom: 0;
    margin-bottom: -100px;
}

.index-wrap-rab {
    position: absolute;
    right: 0;
    top: 0%;
    margin-top: 40%;
}
.index-wrap-lab{
    position: absolute;
    left: 0;
    top: 0%;
    margin-top: 7%;
}
.index-wrap-rab img {
    width: 125px;
}

.index-wrap-rab h3 {
    color: #fff;
    font-size: 42px;

}

.index-wrap-rab p {
    background: #c0c128;
    color: #000;
    display: inline-block;
    padding: 5px 40px;
    font-weight: 900;
    border-radius: 10px;
    font-family: 'Montserrat-Bold';
    font-weight: 900;
}

.calisma_odasi_wrap {
    height: 100%;
}

.calisma_odasi_l {
    width: 300px;
    height: 100%;
    padding-top: 20px;
    background: #141414;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #738E9F;
    position: relative;
    overflow: auto;
}

.calisma_odasi_r {
    width: calc(100% - 300px);
    height: 100%;
    background: #141414;
    float: right;
    padding: 50px;
    overflow: auto;
    font-family: 'Avenir-Black';
}

.calisma_odasi_l a img.logo {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.profile {
    margin: 30px 0px 30px 0px;
    position: relative;
}

.profile_image_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #fff;
}

.profile_image_wrap {
    height: 90px;
    width: 90px;
    margin: 0px auto;
}

.profile_image {
    width: 100%;
    height: 100%;
    /* background: url('../images/profile.jpg'); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999 !important;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
}

.edit_profile {
    background: #28d1fc;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 25px;
}

.edit_profile a {
    color: #fff;
}

.profile_detay {
    text-align: center;
}

.profile_detay h4.isim {
    color: #fff;
    font-size: 18px;
}

.profile_detay h5.mail {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}

.left-nav ul {
    list-style: none;
    margin-top: 30px;
    padding-left: 0px;
}

.left-nav ul li {
    margin-top: 20px;
    padding-left: 28px;
    /* border-left: 2px solid #333; */
}

.left-nav ul .active {
    border-left: 2px solid white;
}

.left-nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Avenir-Heavy';
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.left-nav ul li a span {
    margin-left: 20px;
}

.left-nav ul li img {
    width: 20px;
}

.derslerim {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #738E9F;
    border-radius: 10px;
    margin-top: 30px;
}

.derslerim a {
    display: inline-block;
    line-height: inherit;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
}

.derslerim p {
    margin: 0;
    color: #fff;
}

.derslerim a:nth-child(1) p {
    padding-right: 20px;
    border-right: 1px solid #606063;
}

.line {
    width: 80%;
    background: #59595b;
    height: 2px;
}

.exit {
    color: #fff !important;
    width: 80%;
    display: block;
    margin: 30px auto;
    border: 1px solid #738E9F;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    transition: .4s;
}
.exit:hover{
    background: #e5e5e5;
    color: #333!important;
}
.calisma_odasi_r_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.calisma_odasi_r_top .active a {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    font-weight: bolder;
}

.calisma_odasi_r_top .top-left {
    float: left;
}

.calisma_odasi_r_top .top-right {
    float: right;
}

.calisma_odasi_r_top h1 {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.calisma_odasi_r_top h1::before {
    content: "";
    position: absolute;
    left: -20px;
    transform: translateYscale(-50%);
    height: 10px;
    width: 10px;
    background: #ff5454;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.page_arrow {
    float: left;
}

.page_number {
    background: #fff;
    float: left;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 12px;
    color: #aaabb2;
    margin-right: 130px;
}

.page_number a {
    color: #aaabb2;
}

.page_number a.active {
    color: #000 !important;
}

.page_arrow a {
    background: #fff;
    color: #345cb2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    float: left;
    border-radius: 10px;
    margin-left: 20px;
    position: relative;
    margin-top: -5px;
}
.page_arrow2 a {
    background: #fff;
    color: #333;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 39px;
    display: block;
    float: left;
    border-radius:5px;
    margin-left:0px;
    position: relative;
    font-size: 1.5rem;
}
.clear {
    clear: both;
}
.page_arrow2{
    position: absolute;
    right: 0;
    top: -50px;
}
.videos .owl-prev{
    position: absolute;
    right: 30px;
    top: 0px;
}
.videos .owl-next{
    position: absolute;
    right: 0px;
    top: 0px;
}
.canli_yayin {
    color: #ff5454;
    border: 1px solid #ff5454;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 14px;
    display: block;
    float: left;
    position: relative;
    z-index: 9999 !important;
    text-decoration: none;
}

.canli_yayin:hover {
    color: #ff5454;
    text-decoration: none;
}

.calisma_odasi_r_title {
    padding: 30px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.calisma_odasi_r_title::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -28px;
    bottom: 0;
    background: url('../images/icon8.png');
    background-size: 30px;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.calisma_odasi_r_title .item h1 img {
    width: 25px;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}

.videos .owl-carousel a {
    text-decoration: none !important;
}

.videos .owl-carousel a h1 {
    font-size: 12px;
    padding-left: 8px;
}

.videos .owl-carousel a h2 {
    color: #fff;
    padding-left: 8px;
    font-size: 18px;
    margin-top: 20px;
}

.videos .owl-carousel h1 img {
    width: 25px;
    position: relative;
    margin-top: -5px;
    margin-right: 10px;
    display: inline-block;
}

.calisma_odasi_r_title .item {
    position: relative;
    z-index: 000000 !important;
}

.calisma_odasi_r_title .item h1 {
    font-size: 20px;
    color: #fff;
    font-family: 'Avenir';
}

.calisma_odasi_r_title .item h2 {
    font-size: 16px;
    color: #cccccc;
    font-family: 'Avenir';
}

.title_text {
    margin-left: 50px;
    float: left;
    position: relative;
    z-index: 9999 !important;
}

a {
    text-decoration: none !important;
}

.simdi_izle {
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
    display: block;
    float: right;
    position: relative;
    z-index: 99999 !important;
    background: #0637a0;
    font-family: 'Avenir-Heavy';
    font-weight: 600;
    transition: 1s;
}

.simdi_izle:hover {
    text-decoration: none;
    color: #0637a0;
    background: #fff;
    transition: 1s;
}

.simdi_izle span {
    display: inline-block;
    margin-left: 20px;
}

.videos {
    padding: 30px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.videos::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -28px;
    bottom: 0;
    background: url('../images/icon8.png');
    background-size: 30px;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.videos h1 {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.owl-carousel {
    margin-top: 20px;
}

.egitimler_buton {
    display: block;
    background: #383737;
    padding: 40px 0px;
    text-align: center;
}

.egitimler_buton img {
    width: 20px;
    margin-right: 15px;
}

.egitimler_buton a:hover span {
    color: #fff;
}

.egitimler_buton span {
    color: #cccccc;
}

.egitimler_video {
    margin-bottom: 50px;
}

.egitimler_video h1 {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.filtered {
    position: relative;
}

.egitimler_item:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
}

.egitimler_item:hover .filtered {
    background: #f05555;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 1s;
}
.egitimler_item:focus {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    outline: none;
}

.egitimler_item:focus .filtered {
    background: #f05555;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 1s;
    outline: none;
}
.videos_filter_wrap{
    position: relative;
}
.videos .item:hover .videos_filter_wrap .egitimler_button_hover {
    opacity: 1;
    color: #f05555 !important;
    transition: 1s;
    z-index: 9999;
}
.videos .item .videos_filter_wrap .filtered{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f05555;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 1s;
    opacity: 0;
}
.videos .item:hover .videos_filter_wrap .filtered {
    opacity: 0.5;
    transition: 1s;
    cursor: pointer;
}
.videos .item:hover .videos_h2s {
    color: #f05555 !important;
    transition: 1s;
}
.egitimler_item:hover  .card-text {
    color: #f05555 !important;
    transition: 1s;
}

.egitimler_item:hover .filtered img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    cursor: pointer;
}

.egitimler_button_hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 50px;
    text-align: center;
    background: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    opacity: 0;
    color: #f05555 !important;
}

.egitimler_item:hover .filtered .egitimler_button_hover {
    opacity: 1;
    color: #f05555 !important;
    transition: 1s;
}

.egitimler_item .card-title img {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.egitimler_item .card {
    margin: 0 auto;
}

.egitimler_item .card hr {
    background: #738E9F;
}

.egitimler_item .card .card-body {
    padding: 5px 18px;
}

.egitimler_item .card-title span {
    font-size: 13px;
}

.egitimler_item .card-text {
    font-size: 17px;
}

.egitimler_item .card-text2 {
    font-size: 14px;
    color: #cccccc;
}

.egitimler_video .owl-carousel .egitimler_item .card {
    border: none !important;
    border-radius: 0px !important;
    background: #383737;
    color: #fff;
}

.egitimler_video ul.card_level {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.egitimler_video ul.card_level li {
    float: left;
    list-style: none;
    text-align: left !important;
    display: block;
    width: 33.333%;
    padding-left: 20px;
    font-size: 14px;
}

.egitimler_video ul.card_level li img {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    margin-top: -5px;
}

.egitimler_video hr {
    background: #fff;
    width: calc(100% - 40px);
    margin: 20px auto 0px auto;
}

.price {
    padding-top: 0px;
    padding: 0px 20px;
    margin: 0;
    position: relative;
}

.price h1 {
    font-size: 20px;
}

.price h2 {
    font-size: 12px;
    font-weight: 100;
    margin-top: -22px;
    margin-bottom: 20px;
}

.fav {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
}

.fav:hover {
    color: #fff;
}

.egitim_detay_ul li {
    list-style: none;
    float: left;
    width: 33.333%;
    text-align: center;
    font-family: 'Avenir';
}

.egitim_detay_ul li img {
    width: 25px;
    float: left;
    position: relative;
    top: 10px;
}

.egitim_detay_ul li div {
    float: left;
    margin-left: 10px;
}

.egitim_detay_ul li div p {
    color: #fff;
    margin: 0 !important;
}

.egitim_detay_video {
    margin-top: 20px;
    border-top: 1px solid #69696c;
    border-bottom: 1px solid #69696c;
    padding: 30px 0px;
}

.egitim_detay_video_left {
    float: left;
}

.egitim_detay_video_right {
    float: right;
    position: relative;
}

.egitim_detay_video_right ul {
    position: relative;
    top: 30px;
}

.egitim_detay_video_right ul li {
    float: left;
    list-style: none;
}

.egitim_detay_video_right ul li a {
    display: block;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 25px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    margin-left: 10px;
}

.egitim_detay_video_right ul li a img {
    width: 18px;
}

.title_text_egitim_detay {
    position: relative;
    top: 5px;
}

.title_text_egitim_detay h1 {
    color: #fff;
    font-size: 14px;
}

.title_text_egitim_detay h2 {
    color: #fff;
    font-size: 14px;
}

.title_text_egitim_detay h1 img {
    width: 25px;
    margin-right: 10px;
}

.egitim_detay_video_right p {
    color: #fff;
    width: 50%;
    font-size: 13px;
    position: absolute;
    left: 50px;
}

.egitim_detay_video_right p::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    left: 100%;
    height: 1px;
    background: #fff;
}

p.egitim_detay_p {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.egitim_detay_bg {
    background: #383737;
    padding: 30px 0px;
}

#nav-home {
    color: #fff;
}

.tab-content {
    margin-top: 10px;
}

.nav-item {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
    color: #fff;
    background: none !important;
}

.nav-item:hover {
    color: #fff !important;
}

.egitim_detay_tab a.active {
    color: #fff !important;
    position: relative;
}

.egitim_detay_tab a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20.5px;
    right: 0;
    border-bottom: 2px solid #0637a0;
}

.nav-tabs {
    border-bottom: 1px solid #69696d !important;
    padding-bottom: 20px;
}

.tab_h1 {
    font-size: 14px;
    margin: 20px 0px;
    color: #fff;
}

.tab-card {
    background: url('../images/tab_img.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 320px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.tab-wrap .col-12 {
    position: relative;
}

.tab-card-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    transition: 1s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-card-hover h1 {
    font-weight: 700;
    font-size: 18px;
}

.tab-card-hover h2 {
    font-size: 14px;
}

.tab-card-hover h2 img {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    position: relative;
    top: -2px;
    transition: 1s;
}

.tab-card-hover h1,
.tab-card-hover h2 {
    text-align: center;
    margin: 10px 0px;
    transition: 1s;
}
.tab-card-hover h1{
    margin-top: 60px;
}
.tab-card-hover h3 {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 50%;
    text-align: center;
    transition: 1s;
}

.tab-card-hover a {
    color: #fff;
    background: #0637a0;
    width: 80%;
    display: none;
    margin: 10px auto;
    padding: 10px 0px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    transition: 1s;
}

.tab-card:hover > .tab-card-hover {
    display: block;
    transition: 1s;
    background: #fff;
}
.tab-card:hover > .tab-card-hover h1 {
    color: #000;
    margin-top: 15px !important;
    transition: 1s;
}
.tab-card:hover > .tab-card-hover h2 , .tab-card:hover > .tab-card-hover h3 {
    color: #000;
    transition: 1s;
}
.tab-card:hover > .tab-card-hover a{
    display: block;
}
.info {
    background: #fff;
    width: 20px;
    display: inline-block;
    height: 20px;
    margin-left: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    color: #000;
}

.tab_p {
    color: #fff;
    float: left;
    line-height: 50px;
    margin-top: 20px;
}

.tab_ul {
    float: right;
    margin-top: 20px;
}

.tab_ul li {
    float: left;
    list-style: none;
    color: #fff;
    margin-right: 20px;
    font-family: 'Avenir';
}

.tab_ul li p {
    display: block;
    margin: 0;
    text-align: center;
}

.tab_ul_1 li:nth-child(1) p:nth-child(1) {
    font-size: 14px;
    text-decoration: line-through;
}
.tab_ul_1 li:nth-child(1) p:nth-child(2) {
    font-size: 18px;
}

.tab_ul_1 li:nth-child(2) {
    background: #3a533b;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
}

.tab_ul_a_1 li a {
    color: #000;
    display: block;
    background: #fff;
    text-align: center;
    padding: 13px 25px;
    border-radius: 10px;
    transition: .4s;
}
.tab_ul_a_1 li a:hover{
    color: #fff;;
    background: #3a533b;
    transition: 1s;
}
.tab_ul_a_2 li a {
    color: #fff;
    display: block;
    border: 1px solid #43b348;
    text-align: center;
    padding: 13px 25px;
    border-radius: 10px;
    transition: 1s;
}
.tab_ul_a_2 li a:hover{
    background: #43b348;
    transition: 1s;
}
.tab_ul_p_1 {
    line-height: 50px;
}

.egitim_detay_infos {
    background: #383737;
    position: absolute;
    left: 0;
    right: 15px;
    padding: 10px;
    margin-bottom: 20px;
}

.egitim_detay_infos .clear {
    border-bottom: 1px solid #5d5c5f;
    margin-right: 20px;
}

.card-header {
    background: #383737 !important;
    color: #fff !important;
    border: 1px solid #69696c;
}

.fa-inblock {
    display: inline-block;
    margin-right: 20px;
}

.card-header button {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.egitim_detay_ul_left {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}

.egitim_detay_ul_left li {
    float: left;
    color: #fff;
    margin-right: 20px;
    list-style: none;
}

.ul_left {
    float: left;
}

.egitim_detay_ul_left li:nth-child(1) {
    background: #3a533b;
    font-size: 14px;
    padding: 5px 10px;
}

.egitim_detay_ul_left li:nth-child(1) p {
    margin: 0;
}

.egitim_detay_ul_left li:nth-child(2) p {
    margin: 0 !important;
}

.egitim_detay_ul_left li:nth-child(2) p:nth-child(1) {
    text-decoration: line-through;
    color: #afafaf;
    position: relative;
}

.egitim_detay_ul_left li:nth-child(1) a {
    float: left;
    margin: 0;
    display: block;
    color: #44c34a;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
}

.egitim_detay_ul_left li:nth-child(3) a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-top: 10px;
}

.buy_a {
    width: 50%;
    float: left;
    margin: 0;
    padding: 13px 0px;
    height: 100%;
    background: #44d263;
    color: #fff !important;
    display: block;
    text-align: center;
    transition: 1s;
}
.buy_a:hover{
    background: #fff;
    color: #44d263 !important;
    transition: 1s;
}
.paragraf_oku_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 200%;
}

.parafraf_oku h1 {
    color: #fff;
    font-size: 32px;
}

.parafraf_oku h1 img {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}

.parafraf_oku h2 {
    font-size: 16px;
    display: inline-block;
    margin-left: 35px;
    color: #fff;
    font-weight: 400;
}

.paragraf_h2_ml {
    margin-left: 100px !important;
}

.parafraf_oku p {
    /* margin-left: 35px; */
    color: #fff;
    /* margin-top: 75px; */
    
    font-family: 'Avenir' !important;
}

.parafraf_oku_r h5 {
    color: #fff;
    font-size: 14px;
}

/* YENİ CSS */

.more {
    background: #33ccff;
    display: block;
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    float: right;
    font-size: 18px !important;
}

.paragraf_r_l {
    float: left;
    width: 75%;
    text-align: right;
}

.paragraf_r_l h5:first-child {
    color: #ababab;
}

.paragraf_r_r {
    float: right;
    width: 25%;
}

/* YENİ CSS */

.more_3:hover,
.more:hover,
.more_2:hover {
    color: #fff !important;
}

.more_2 {
    background: #0637a0;
    display: block;
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    float: right;
    font-size: 18px !important;
}

.more_3 {
    background: #0637a0;
    display: block;
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    font-size: 18px;
    font-size: 18px !important;
}

.ders_izle_top_h1 {
    font-size: 20px !important;
}

.kategori_paragraf {
    height: 100%;
    background: #383737;
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 20px;
    overflow: auto;
}

.kategori_paragraf h6 {
    font-size: 14px;
    color: #afaeae;
    padding-left: 20px;
}

.kategori_paragraf h1 {
    color: #fff;
    font-size: 24px;
    float: left;
    width: 80%;
    padding-left: 20px;
}

.kategori_paragraf a.drops {
    display: block;
    color: #fff;
}

.kategori_paragraf hr {
    margin: 0;
    margin-top: 10px;
    box-shadow: 0px 0px 5px #373636;
}

.kategori_paragraf ul {
    margin: 0;
    padding: 0;
    margin-top: 20px !important;
    border-bottom: 1px solid #69696c;
    padding-bottom: 20px;
}

.kategori_paragraf ul li {
    float: left;
    width: 50%;
    list-style: none;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 11px;
}

span.paragraf_oku_par_a {
    display: block;
    width: 35px;
    height: 35px;
    background: #35cd78;
    line-height: 30px;
    text-align: center;
    border-radius: 13px;
    position: relative;
    margin-top: 5px;
}

span.paragraf_oku_par_b {
    display: block;
    width: 35px;
    height: 35px;
    background: #515050;
    line-height: 30px;
    text-align: center;
    border-radius: 13px;
    position: relative;
    margin-top: 5px;
}

.paragraf_oku_par_l span img {
    width: 15px;
}

.paragraf_oku_par_r h4.visited_paragraf {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #9c9b9b;
}

.paragraf_oku_par_r p.visited_paragraf {
    font-size: 14px;
    color: #696868;
    margin: 0;
    padding: 0;
}

.paragraf_oku_par_r h4.no_visited_paragraf {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.paragraf_oku_par_r p.no_visited_paragraf {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.paragraf_oku_par_l {
    float: left;
    width: 10%;
}

.paragraf_oku_par_r {
    float: left;
    margin-left: 20px;
    width: calc(100% - 80px);
}

a.paragraf_oku_par {
    display: block;
    padding: 10px 20px;
}

.paragraf_kategorisi_modal {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999;
}

.bg-filtre_modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
    opacity: 0.8;
}

.paragraf_kategorisi_modal ul {
    position: absolute;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.paragraf_kategorisi_modal ul li {
    margin-top: 10px;
    list-style: none;
}

.paragraf_kategorisi_modal ul li:hover a {
    font-size: 42px;
}

.paragraf_kategorisi_modal ul li:hover .active_kategori {
    font-size: 16px !important;
}

.paragraf_kategorisi_modal ul li a {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    transition: border-color 0.66s ease-out, font-size 0.3s ease-out;
}

.active_kategori {
    font-size: 42px;
}

.tabs_inthe_numberation {
    padding: 4px 9px;
    border-radius: 100%;
    background-color: #4a4a4a;
    padding-bottom: 5px;
}

.close_kategori {
    position: absolute;
    right: 150px;
    top: 150px;
    color: #0099ff;
    display: block;
    font-size: 42px !important;
}

/*YENİ CSS */

.ders_izle_button {
    display: inline-block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0637a0;
    font-size: 24px !important;
    margin-right: 20px;
    border-radius: 5px;
}

.ders_izle h1 {
    font-size: 14px;
    color: #fff;
}

.ders_izles {
    max-height: 800px;
    background: #383737;
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 20px;
    overflow: none;
}

.ders_izles h6 {
    font-size: 14px;
    color: #afaeae;
    padding-left: 20px;
}

.ders_izles h1 {
    color: #fff;
    font-size: 14px;
    float: left;
    width: 80%;
    padding-left: 20px;
}

.ders_izles a.drops {
    display: block;
    color: #fff;
}

.ders_izles hr {
    margin: 0;
    margin-top: 10px;
    box-shadow: 0px 0px 5px #373636;
}

.ders_izles ul {
    margin: 0;
    padding: 0;
    margin-top: 20px !important;
    border-bottom: 1px solid #69696c;
    padding-bottom: 20px;
}

.ders_izles ul li {
    float: left;
    width: 50%;
    list-style: none;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 15px;
}

.ders_izles h1 img {
    width: 25px;
    margin-right: 20px;
}

.ders_a_wrap {
    display: block;
    color: #fff !important;
    text-align: center;
    margin-top: 15px;
}

.ders_a_wrap_l {
    width: 50%;
    display: block;
    float: left;
}

.ders_check,
.ders_pause,
.ders_play {
    display: inline-block;
    width: 35px;
    border-radius: 13px;
    line-height: 35px;
    height: 35px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    position: relative;
    top: 2px;
}

.ders_check::before,
.ders_pause::before,
.ders_play::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    top: 4px;
    margin: 0 auto;
    height: 53px;
    z-index: 0;
}

.ders_check_z {
    display: inline-block;
    width: 35px;
    border-radius: 13px;
    line-height: 35px;
    height: 35px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
}

.ders_a_wrap:last-of-type .ders_check::before {
    display: none;
}

.ders_a_wrap:last-of-type .ders_pause::before {
    display: none;
}

.ders_a_wrap:last-of-type .ders_play::before {
    display: none;
}

.ders_check::before,
.ders_check .ders_check_z {
    background: #35cd78 !important;
}

.ders_pause .ders_check_z {
    background: #535252 !important;
    font-size: 8px;
}

.ders_play .ders_check_z {
    background: #535252 !important;
    font-size: 12px;
}

.ders_pause::before,
.ders_play::before {
    background: #fff;
}

.h1_ders_izle {
    color: #fff;
    font-size: 18px !important;
    font-weight: 600;
    font-family: 'Avenir';
}

.h1_ders_izle span {
    float: right;
}

.h1_ders_izle span a {
    color: #000;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    text-align: center;
    background: #f9f9f9;
    font-size: 14px;
}

.bg_ders_izle {
    background: #141414;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.ders_izle_info {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
}

.ders_izle_info li {
    width: 33%;
    float: left;
    border: 1px solid #738E9F;
    padding: 10px 20px;
    font-family: 'Avenir-Heavy';
    border-collapse: collapse;
}

.ders_izle_info li:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ders_izle_info li:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ortala {
    width: 80%;
    margin: 0 auto;
}

.ders_izle_info li img {
    width: 20px;
    float: left;
    position: relative;
    top: 10px;
    margin-right: 20px;
}

.ders_izle_p_wrap {
    float: left;
}

.ders_izle_info li p {
    margin: 0 !important;
    font-size: 14px;
}

.ders_izle_tab_edit a {
    opacity: 0.6;
    font-size: 16px !important;
    font-family: 'Avenir-Heavy';
    font-weight: 600;
}
.ders_izle_tab_edit a.active {
    opacity: 1;
}
#nav-tabContent p {
    margin-top: 30px;
    font-size: 14px;
}
.dersi_tab{
    font-family: 'Avenir';
}
.giris_left {
    float: left;
    height: 100%;
    width: 35%;
    background: #666666;
    position: relative;
    font-family:'Avenir';
}

.giris_right {
    float: right;
    height: 100%;
    width: 65%;
    background: #141414;
    font-family:'Avenir';
}

.logo_giris {
    width: 250px;
    display: block;
    margin-top: 75px !important;
    margin-left: 50px;
}

.giris_left ul {
    list-style: none;
    margin-top: 50px;
}

.giris_left ul li {
    margin-top: 40px;
}

.giris_l_l {
    float: left;
    margin-right: 20px;
}

.giris_l_l img {
    width: 25px;
    display: block;
    position: relative;
    top: 10px;
}

.giris_l_r {
    float: left;
}

.giris_l_r p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.giris_l_r p span {
    color: #b9b9b9;
}

.giris_left h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-left: 40px;
    margin-top: 100px;
}

.giris_left a {
    display: inline-block;
    color: #fff !important;
    margin-left: 40px;
    margin-top: 10px;
    padding: 10px 20px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
}

.giris_right .form-wrap {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.giris_right .form-wrap form label {
    display: block;
    color: #fff;
}

.giris_right .form-wrap form input {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    margin-top: 20px;
}

.giris_right .form-wrap button {
    display: block;
    width: 100%;
    background: #0637a0;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    border: none;
    transition: 1s;
}
.giris_right .form-wrap button:hover {
    background: #fff;
    color: #0637a0;
    transition: 1s;
}
.giris_right p {
    float: right;
    color: #fff;
    margin: 20px 0px;
}

.giris_right h6 {
    color: #fff;
    font-size: 16px;
    margin: 30px 0px;
}

.giris_right p a {
    display: block;
    color: #fff !important;
    text-decoration: none;
}

.paragraf_kategorisi_modal h5 {
    position: relative;
    color: #fff;
    top: 30%;
    left: 10%;
    font-size: 32px;
}

.paragraf_kategorisi_modal h5 span {
    color: #3366ff;
}
.shape {
    position: absolute;
    top: 0px;
    margin-top: -200px;
    width: 48%;
    z-index: 122;
    left: 5%;
}

.shape3 {
    position: absolute;
    top: 0px;
    margin-top: -20%;
    width: 60%;
    left: 0;
    z-index: 122;
}

.shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
}

.hesap h1 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: 'Avenir';
}

.hesap h2 {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    font-family: 'Avenir';
}

.left50 {
    width: 49%;
    float: left;
}

.right50 {
    width: 49%;
    float: right;
}

.left50 form {
    padding: 25px 40px;
    margin-top: 25px;
    background: #383737;
    border-radius: 10px;
    font-family: 'Avenir';
}

.left50 form label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Avenir';
}

.left50 form input {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    margin-top: 20px;
    background: #afafaf;
    color: #fff;
    font-family: 'Avenir';
}

.left50 button {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    border: 1px solid #fff;
    margin-top: 20px;
    border-radius: 10px;
    background: none;
    transition: 1s;
    font-family: 'Avenir';
}
.left50 button:hover , .right50 button:hover{
    background-color: #fff;
    transition: 1s;
    color: #000;
}
.left50 select {
    width: 100%;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    background: #afafaf;
    color: #fff;
    font-family: 'Avenir';
}

.dt select {
    width: 30%;
    color: #fff;
    display: block;
    float: left;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    background: #afafaf;
    font-family: 'Avenir';
}

.margr5 {
    margin-right: 5%;
}

.right50 form {
    padding: 25px 40px;
    margin-top: 25px;
    background: #383737;
    border-radius: 10px;
    font-family: 'Avenir';
}

.fff_hr {
    background: #fff;
}

.right50 form label {
    display: block;
    color: #fff;
    font-size: 14px;
}

.right50 form input {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    margin-top: 20px;
    background: #afafaf;
    color: #fff;
}

.right50 button {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    border: 1px solid #fff;
    margin-top: 20px;
    border-radius: 10px;
    background: none;
    transition: 1s;
}
.register_a:hover{
    background: #fff;
    transition: 1s;
    color: #000 !important;
}
img.qr {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
}

.owl-prev,
.owl-next {
    z-index: 999999999 !important;
    background: none !important;
}
.calisma_odasi_l::-webkit-scrollbar , .calisma_odasi_r::-webkit-scrollbar {
      display: none;
}
.egitim_det h1 , .egitim_det h2{
    font-family: 'Avenir-Black';
}
.egitim_det p{
    font-family: 'Avenir';
    font-size: 14px;
}

.card button{
    font-family: 'Avenir' !important;
}
.card-body{
    font-family: 'Avenir' !important;
}
@media(min-width:930px) {
    .canli_owl .owl-prev,
    .canli_owl .owl-next {
        position: absolute;
        margin-top: -185px !important;
        display: block;
    }
    .canli_owl .owl-prev {
        right: 60px;
    }
    .canli_owl .owl-next {
        right: 0;
    }
}

@media(max-width:991px) {

    .shape,
    .shape2,
    .shape3 {
        display: none;
    }
    .paragraf_kategorisi_modal h5 {
        position: relative;
        color: #fff;
        top: 10%;
        left: 10%;
        font-size: 18px;
    }
    img.qr {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .right50 {
        float: none !important;
        width: 100%;
    }
    .left50 {
        float: none !important;
        width: 100%;
    }
    .giris_left h1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        margin-left: 40px;
        margin-top: 50px;
    }
    .giris_left {
        width: 100%;
    }
    .giris_right {
        width: 100%;
    }
    /* YENİ CSS */
    .mt_991 {
        margin-top: 20px;
    }
    .more_2 {
        margin-top: 20px;
    }
    .ders_izles {
        height: auto !important;
        background: #383737;
        margin-top: 20px;
        border-radius: 10px;
        padding-top: 20px;
    }
    .ders_a_wrap_l {
        width: 70%;
        display: block;
        float: left;
    }
    .ortala {
        width: 50%;
        margin: 0 auto;
    }
    .ders_izles ul li:nth-child(1) {
        float: left;
        width: 70% !important;
        list-style: none;
        text-align: center;
        color: #fff;
        padding: 0;
    }
    .ders_izles ul li:nth-child(2) {
        float: left;
        width: 30% !important;
        list-style: none;
        text-align: center;
        color: #fff;
        padding: 0;
    }
    .ders_izle_info li {
        width: 100%;
        float: left;
        border: 1px solid #e0e0e3;
        padding: 10px 20px;
        border-collapse: collapse;
        border-radius: 10px;
        margin-top: 10px;
        text-align: center;
    }
    .paragraf_oku_par_r {
        width: inherit;
    }
    .calisma_odasi_r,
    .calisma_odasi_l {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .parafraf_oku p {
        margin-bottom: 50px;
    }
    .paragraf_oku_img {
        background: #141414;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 105%;
    }
    .egitim_detay_ul_left {
        margin: 0;
        padding: 0;
        width: 100% !important;
        float: none !important;
    }
    .egitim_detay_ul_left li {
        float: none !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }
    .buy_a {
        width: 100%;
        float: none;
        margin: 0;
        padding: 13px 0px;
        background: #44d263;
        color: #fff !important;
        display: block;
        text-align: center;
    }
    .ul_left {
        float: none;
        display: inline-block;
    }
    .egitim_detay_ul_left li:nth-child(1) a {
        float: none;
        display: inline-block;
        position: relative;
        top: -10px;
    }
    .tab-card {
        margin-top: 20px;
    }
    .egitim_detay_video_right {
        float: none !important;
        clear: both;
        position: relative;
    }
    .egitim_detay_video_right ul,
    .egitim_detay_ul {
        padding: 0 !important;
    }
    .egitim_detay_ul li {
        list-style: none;
        float: none !important;
        width: 100%;
        text-align: left;
    }
    .egitim_detay_ul li img {
        width: 25px;
        float: left;
        position: relative;
        top: 10px;
    }
    .egitim_detay_ul li div {
        float: left;
        width: calc(100% - 80px);
    }
    .index_wrap{
        text-align: center;
    }
    .egitim_detay_video_right p {
        color: #fff;
        width: 60%;
        font-size: 14px;
        position: relative;
        left: 0px;
        clear: both;
        float: none;
        display: block;
    }
    .tab_p {
        float: none !important;
    }
    .tab_ul {
        float: none !important;
        margin-top: 20px;
        width: 100%;
        padding: 0 !important;
    }
    .tab_ul li {
        float: left;
        list-style: none;
        color: #fff;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .egitim_detay_infos {
        position: relative;
        left: -15px !important;
        right: -30px !important;
    }
    .calisma_odasi_r,
    .calisma_odasi_l {
        float: none;
        width: 100% !important;
        overflow: inherit !important;
        height: auto !important;
        padding: 50px 50px;
    }
    .index_wrap h1 {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        font-size: 36px;
    }
    .index_wrap h2 {
        width: 300px;
        text-align: center;
        margin: 30px auto;
    }
    .index-wrap-rab {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        text-align: center;
    }
    .index-wrap-rab img {
        width: 125px;
    }
    .index-wrap-rab h3 {
        color: #fff;
        font-size: 36px;
        margin: 30px 0px;
    }
    .index-wrap-rab p {
        background: #c0c128;
        color: #000;
        display: inline-block;
        padding: 5px 40px;
        font-weight: 900;
        border-radius: 10px;
    }
    .zavazingo {
        display: none;
    }
    .index_wrap a {
        margin: 0 auto;
        text-align: center;
    }
}

@media(max-width:768px) {
    img.qr {
        width: 50%;
        margin-top: 50px;
    }
}
