

figure.news {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.news * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
figure.news img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}
figcaption {
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px 15px 30px;
    background-color: #ffffff;
}
h3,
p {
    margin: 0;
    padding: 0;
}
h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px !important;
}
.post-item p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 1.6em;
}

h3 > a {
    color: black;
    text-decoration: none;
}
figure.news:hover img,
figure.news.hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.post-item p {
    text-align: start !important;
}

h3 > a:hover{
    color: #112e6e;
}

.desc{
    padding-left: 10px !important;
    font-size: 12px;
}

.error-title{
    font-weight: 700;
}
.error-desc{
    padding: 15px !important;
    font-size: 16px !important;
}

.default-btn {
    padding: 15px 30px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    z-index: 0;
    background-color: #254386;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
}

.default-btn:hover{
    color: white;
}

.page-title{
    font-weight: 600;
    font-size: 20px !important;
}

.post-item .date{
    color: #d9534f;
    font-size: 16px;
    font-family: "insta";
    font-style: normal;
    font-weight: normal;
}

.post-item .fields{
    margin-bottom: 10px;
}

.post-item .fields-title{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-family: "insta";
    font-style: normal;
    font-weight: normal;
}

.post-item .fields-title:hover{
    color: #0d95e8;
}

#mobile-navigation #language {
    list-style: none;
    width: 100%;
}

#mobile-navigation #language #tr{
    float: left;
    margin-top: 0px;
}

#mobile-navigation #language #en{
    float: right;
    margin-top: 0px;
}


input[type=checkbox],
input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
}
input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
}
input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
}
input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
}
input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
}
input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
}
input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
}

input[type=checkbox]:not(.switch) {
    border-radius: 7px;
}
input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
}
input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
}
input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
}
input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
}
input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
}
input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
}

input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
}
input[type=radio]:checked {
    --s: .5;
}

.aday-ogrenci .form-group ul{
    list-style: none;
}

.aday-ogrenci .form-group label{
    color: #000;
}

.aday-ogrenci .form-group .radio-btn {
    display: flex;
}

.aday-ogrenci .form-group .radio-btn li{
    margin-right: 10px;
}

.privwidht img {
    height: 100%;
    width: 100%;
}


.post-item img {
    height: 100%;
    width: 100%;
}
