/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body:not(.mfp-zoom-out-cur) {
    overflow-y: scroll;
}
.letter-0{
   letter-spacing: normal!important; 
}


.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    /*font-family: 'Poppins', sans-serif;*/
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    /*font-family: 'Lato', sans-serif;*/
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    /*font-family: 'Poppins', sans-serif;*/
}

.tp-video-play-button {
    display: none !important;
}

.tp-caption {
    white-space: nowrap;
}


.widget_nav_menu li, .widget_links li, .widget_meta li, .widget_archive li, .widget_recent_comments li, .widget_recent_entries li, .widget_categories li, .widget_pages li, .widget_rss li {
    display: flex;
    padding: 1px 0;
    font-size: 15px;
}

#footer {
    position: relative;
    background-color: #EEE;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.media-box.fbox-bg .fbox-content {
    padding: .5rem;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.progress {
    height: 1.5rem;
    position: relative;
    font-size: 1rem;
    /*background-color: #d0d0d0 !important;*/
}


.tooltip-inner {
    font-size: 18px;
    max-width: 200px;
    padding: 0.5rem 0.75rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.col-1-9 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 576px) {
    .col-sm-1-9 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-1-9 {
        flex: 0 0 auto;
        width: 14%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-9 {
        flex: 0 0 auto;
        width: 11%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-9 {
        flex: 0 0 auto;
        width: 11%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1-9 {
        flex: 0 0 auto;
        width: 11%;
    }
}

.media-box.fbox-bg .fbox-content {
    overflow: hidden;
    min-height: 67px;
    padding: .5rem;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.mb--2 {
    margin-bottom: -2px;
}

.se-shadow {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%), 0 0 2px -1px rgb(0 0 0 / 10%) !important;
}

.tw-shadow {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 1rem;
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
    padding-block-end: 1.5rem;
/ min-inline-size: min-content;
    border-width: 2px;
    border-color: #afafaf;
    border-style: solid;
    border-image: none;
    background-color: #FFFFFF;
}


.error-feedback {
    color: rgb(220, 53, 69) !important;
    border-color: rgb(220, 53, 69) !important;
}

[class*="error-feedback"] > fieldset {
    color: rgb(220, 53, 69) !important;
    border-color: rgb(220, 53, 69) !important;
}

[class*="error-feedback"] > fieldset > legend > h4 {
    color: rgb(220, 53, 69) !important;
}

[class*="error-feedback"] > div.error-feedback {
    display: block !important;
    text-align: center;
}


legend {
    float: none;
    width: auto;
    padding: 0;
    display: block;
    padding-inline-start: 6px;
    padding-inline-end: 6px;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

#myModal .modal-body p,
#myModal2 .modal-body p,
#modalHata .modal-body p {
    margin-bottom: 0;
}

.sm-form-select {
    display: block;
    width: 100%;
    padding: 8px 36px 8px 14px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px 15px;
    border: 2px solid #dddddd;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ares.tparrows:hover:before {
    color: #fff;
}

.ares.tparrows {
    background: transparent;
}

.carousel-indicators [data-bs-target] {
    margin-right: 1px;
    margin-left: 1px;
    border: 2px solid #afafaf;
}

.carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
}

.carousel-indicators .active {
    opacity: 1;
}

.kart {
    background-position: -817px -9px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 85px;
    height: 93px;
    width: 388px;
}

#header {
    z-index: 1041;
}

/*.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
     box-shadow: none; 
}*/
/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
    height: 50px;
}

@media (min-width: 991px) {

    .header-size-custom .header-wrap-clone {
        height: calc(75px + 1px);
    }

    #header.header-size-custom + .include-header {
        margin-top: calc(-75px - 2px);
    }

    .header-size-custom .menu-container > .menu-item > .menu-link {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .menu-link {
        padding: 39px 8px;
        -webkit-transition: margin .4s ease, padding .4s ease;
        -o-transition: margin .4s ease, padding .4s ease;
        transition: margin .4s ease, padding .4s ease;
    }

}

.full-header #logo {
    padding-right: 0;
    border-right: none;
}

.menu-link {
    color: #222;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 0 rgba(0, 0, 0, 0.40);
}

.mfp-bottom-bar {
    margin-top: 0;
    top: .3rem;
}

.mfp-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    line-height: 10px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: unset;
}

.mfp-footer-bar {
    line-height: 1;
    padding: .25rem;
    background-color: #f8d7da;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
}

.portfolio-desc h2 {
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
}

.full-header .primary-menu .menu-container.custom,
.full-header #logo.custom {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -18px;
}


.owl-carousel .owl-nav .disabled {
    display: block !important;
}

@media (min-width: 1200px ) {
    .text-xl-nowrap {
        white-space: nowrap !important;
    }
}

@media (min-width: 1350px) {
    .d-xl-normal {
        display: unset !important;
    }
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-s1i {
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.contact-form-overlay {
    margin: auto;
    transform: scale(.9);
    padding: 1.5rem;
    position: absolute;
    width: 368px;
    top: 20px;
    right: 20px;
}

#map-overlay {
    position: relative;
    padding: 81px 0;
}

footer abbr span {
    font-size: 15px;
}

.grid-inner {
    transition: all .5s;
}

.portfolio-desc.footer {
    line-height: 1;
    text-align: start;
    padding: 6px 7px 1px;
    background-color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

.portfolio-desc.footer.desc {
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

.portfolio-desc.footer span {
    color: #666;
}

.portfolio-desc.footer h3 {
    color: #444;
}

.portfolio-desc.footer p {
    color: #333;
    font-size: 14px;
    line-height: 1.3 !important;
    font-style: italic;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.20);
    margin: 0;
    padding: 0;
}

.menu-link div > i.icon-angle-down {
    margin-left: 0 !important;
}

.about * {
    text-align: center;
}

.about h2 {
    margin-bottom: 1.25rem;
    border-bottom: 2px solid crimson;
}

.about p {
    text-indent: 1.25rem;
    font-size: 14px;
    text-align: justify;
    line-height: 1.25rem;
    margin-bottom: 10px;
}

.about em {
    font-weight: 600;
}

.about h5 {
    font-size: 1.125rem;
    margin: 0;
}

.about .heading-block::after {
    text-align: center;
    margin-top: .75rem;
}

.video {
    text-align: center;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 600px;
    direction: ltr;
    z-index: 1;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 20px 0 30px;
    margin: 0 auto;
}

figure {
    margin: 0;
}

figure {
    margin: 0;
}

.s-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-body p {
    margin: 0;
    padding: 0 10px;
    font-weight: 500;
    color: #dc3545;
}

table.dataTable thead > tr > th[class*="sorting"]:before,
table.dataTable thead > tr > th[class*="sorting"]:after,
table.dataTable thead > tr > td[class*="sorting"]:before,
table.dataTable thead > tr > td[class*="sorting"]:after {
    position: absolute;
    display: block;
    opacity: .2;
    right: 0;
    line-height: 12px;
    font-size: 2rem;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 0.9;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: unset;
}

table.dataTable thead > tr > th {
    font-weight: 600;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴";
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    top: 50%;
    content: "▾";
}


.member-menu {
    position: sticky;
    top: 237px;
    min-width: 250px;
}

.pay-icon {
    width: 164px;
    height: 164px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .2);
}

.alert-icon {
    position: absolute;
    top: -82px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
}

.yuk-son {
    width: 100px;
    height: 100px;
}

.xy-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}


.radio-style-4-label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.radio-style-4-label:hover {
    color: #555;
    border: 2px solid var(--themecolor);
}

.radio-style-4-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 3px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
}

.new-radio.checked + .radio-style-4-label:before {
    content: "\e92b";
    font-family: 'lined-icons';
    font-weight: bold;
    background: var(--themecolor);
    color: #FFF;
}

.radio-style:checked + .radio-style-4-label:before,
.radio-style[checked="checked"] + .radio-style-4-label:before,
input[type="checkbox"]:checked + .radio-style-4-label:before,
input[type="checkbox"][checked="checked"] + .radio-style-4-label:before,
input[type="radio"]:checked + .radio-style-4-label:before,
input[type="radio"][checked="checked"] + .radio-style-4-label:before {
    content: "\e92b";
    font-family: 'lined-icons';
    font-weight: bold;
    background: var(--themecolor);
    color: #FFF;
}

.radio-style:checked + .radio-style-4-label,
.radio-style[checked="checked"] + .radio-style-4-label,
input[type="checkbox"]:checked + .radio-style-4-label,
input[type="checkbox"][checked="checked"] + .radio-style-4-label,
input[type="radio"]:checked + .radio-style-4-label,
input[type="radio"][checked="checked"] + .radio-style-4-label {
    border-color: var(--themecolor);
}

.radio-style-4-label.active:before {
    content: "\e92b";
    font-family: 'lined-icons';
    background: var(--themecolor);
    color: #FFF;
}

.radio-style-4-label.active {
    border-color: var(--themecolor);
}

input[type="radio"],
input[type="checkbox"],
input[checked="checked"],
input:checked {
    opacity: 0;
    position: absolute;
}

input:checked + .radio-style-3-label:before,
a:checked + .radio-style-3-label:before,
input[checked="checked"] + .radio-style-3-label:before {
    color: #fff;
    background-color: var(--themecolor);
    font-size: 10px;
}


input:checked + .radio-style-3-label,
input[checked="checked"] + .radio-style-3-label {
    border-color: var(--themecolor);
}

input:checked + .radio-style-3-label:before,
input[checked="checked"] + .radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: var(--themecolor);
    color: #FFF;
}

.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before {
    content: "\e92b";
    font-family: 'lined-icons';
    background: var(--themecolor);
    color: #FFF;
}


.py-5px {
    padding: 5px 0;
}

.vertical-center {
    min-height: calc(100vh - 115px);
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 500px) {
    .about .heading-block > p {
        line-height: 1.125rem !important;
        font-size: 85%;
    }

}

/* col-sm */
@media (min-width: 576px) {
    .flex-sm-auto {
        flex: 0 0 auto !important;
        width: auto;
    }

    .col-width {
        width: 475px;
    }
}

/* col-md */
@media (min-width: 768px) {
    .side-bar {
        padding: 0;
        top: 0;
        width: 250px;
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .content-body {
        max-width: 100%;
        width: calc(100vw - 267px);
    }
}


/* member-page */

.side-bar {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: white;
}


.navbar {
    position: sticky;
    top: 50px;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.user > .list-group-item-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    border-left: none;
    border-right: none;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}

.tabs.animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.vh-full {
    min-height: calc(100vh - 116px);
}
#wrapper {
    position: unset;
}

.user-cb {
    display: flex;
    position: absolute;
    top: 0;
    right: -10px;
    font-size: .75rem;
    font-weight: bold;
    background-color: var(--themecolor);
    color: white;
    padding: 0 7px;
    border-radius: 20px;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}

.figure-caption {
    width: 100%;
    padding: .5rem .25rem .25rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.letter-1 {
    letter-spacing: 1px;
}

.fw-black {
    font-weight: 900;
}

.portfolio-desc.footer a:hover > * {
    color: var(--themecolor) !important;
}

/*
#page-title {
    padding: 0;
    height: 90px;
    position: relative;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    display: flex;
    align-items: center;
}
*/

@media (max-width: 750px) {
    .vh-full {
        min-height: calc(100vh - 161px);
    }
}

