body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
    color: #111111;
}

/*********** GENEL *******/

.swal2-title {
    font-size: 18px !important;
    line-height: 30px !important;
}
.input-lg {
    height: auto !important;
    font-size: 14px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.breadcrumbstitle {
    font-size: 23px;
    color: #0a69aa;
    font-weight: 700;
}

.breadcrumbs {
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.breadcrumbs__ol {
    display: block;
    padding: 0px;
    margin: 5px 0px !important;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item__label.mdie {
    position: relative;
    font-size: 12px !important;
    vertical-align: middle !important;
    padding-left: 20px !important;
}

.breadcrumbs__item__label.mdie:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 4px;
    left: 8px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #999;
}

.breadcrumbs__item__label.firstLi {
    padding-left: 0px !important;
}
.breadcrumbs__item__label.firstLi:before {
    border: 0px;
    padding-left: 8px;
}

.breadcrumbs__item__link {
    display: inline-block;
    color: #555;
    font-weight: 500;
}

.breadcrumbs__item__link:hover {
    color: #000;
}

.textAlignCenter {
    text-align: center !important;
}
.g-recaptcha {
    margin-left: calc(50% - 117px);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.kvkkarea {
    margin-top: 10px !important;
}
.kvkk_check {
    float: left;
    width: 25px;
    margin-top: 2px !important;
}
.kvkk_text {
    float: left;
    width: calc(100% - 25px);
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
}
.kvkk_text a {
    color: #555;
}
.kvkk_text {
    color: #555;
}

/********* GENEL SON *****/

.shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
strong {
    font-weight: 600;
}

.displayNone {
    display: none !important;
}

.textAlignCenter {
    text-align: center !important;
}

.containerPage {
    padding: 0px 60px !important;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .containerPage {
        padding: 0px 40px !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .containerPage {
        padding: 0px 30px !important;
    }
}
@media (max-width: 768px) {
    .containerPage {
        padding: 0px 20px !important;
    }
}

.titleBottom:before {
    height: 8px;
    position: absolute;
    left: 5%;
    width: 90%;
    z-index: -1;
    content: "";
    background: #febb20;
    top: 50%;
    pointer-events: none;
}

.heightAuto {
    height: auto !important;
}

#imageContainer {
    display: table;
    background-color: #fff;
    height: 170px;
    width: 100%;
    border: 1px solid #ddd;
}
#imageCon {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.imageTitle {
    position: absolute;
    font-size: 13px;
    width: calc(100% - 32px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 12px;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
}
.imageTitleHover:hover .imageTitle {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.imageTitleFull {
    position: absolute;
    font-size: 13px;
    width: calc(100% - 30px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 12px;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
}

#imageContainer200 {
    display: table;
    background-color: #fff;
    height: 220px;
    width: 100%;
    border: 1px solid #ddd;
}

#imageContainer100 {
    display: table;
    background-color: #fff;
    height: 120px;
    width: 100%;
    border: 1px solid #ddd;
}

.noTextDecoration:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.pointer {
    cursor: pointer !important;
}

.slideText {
    font-size: 10px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.slideButton {
    font-size: 14px;
    padding: 10px;
    color: #fff;
    margin-top: 30px;
    width: 90px;
    background-color: #a60e35;
    cursor: pointer;
}

.fullHarita {
    height: calc(100% - 0px);
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 0px;
}
.fullHarita iframe {
    height: 100% !important;
    width: 100% !important;
    display: block;
}

.alert {
    font-size: 12px;
}

.message {
    font-size: 10px;
    margin-bottom: 5px;
}
.message .alert {
    padding: 10px;
    margin: 0px;
}

.noBorderRadious {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.form-control {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.noBorder {
    border: 0px !important;
}

.grow2 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grow2 img:hover {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
    position: relative;
    z-index: 999;
}

#selectTab {
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    background-color: #8b2331 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #8b2331 !important;
}
#selectTab::-webkit-input-placeholder {
    color: #888 !important;
    font-weight: 300;
}
#selectTab::-moz-placeholder {
    color: #888 !important;
    font-weight: 300;
}
#selectTab:-ms-input-placeholder {
    color: #888 !important;
    font-weight: 300;
}
#selectTab:-moz-placeholder {
    color: #888 !important;
    font-weight: 300;
}

.siteButton {
    background-color: #3d1953;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px 7px 15px;
    border: 1px solid #3d1953;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.siteButton:hover {
    border: 1px solid #083570;
    color: #083570;
    background-color: #fff;
}
.siteButtonBlue {
    background-color: #444349;
    border: 1px solid #444349;
}

.siteButtonDil {
    background-color: #fff;
    color: #8b2331;
}
@media (max-width: 768px) {
    .siteButtonDil {
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

.siteButtonBig {
    padding: 11px 50px 10px 50px !important;
}

.siteButtonMini {
    font-size: 12px !important;
}

.hint {
    padding: 10px 0px 20px 0px;
    color: #777;
    font-size: 12px;
}

.margin0 {
    margin: 0px !important;
}
.margin5 {
    margin: 5px !important;
}

.marginTop-20 {
    margin-top: -20px !important;
}
.marginTop-15 {
    margin-top: -15px !important;
}
.marginTop-10 {
    margin-top: -10px !important;
}
.marginTop-5 {
    margin-top: -5px !important;
}
.marginTop0 {
    margin-top: 0px !important;
}
.marginTop5 {
    margin-top: 5px !important;
}
.marginTop10 {
    margin-top: 10px !important;
}
.marginTop15 {
    margin-top: 15px !important;
}
.marginTop20 {
    margin-top: 20px !important;
}
.marginTop30 {
    margin-top: 30px !important;
}
.marginTop40 {
    margin-top: 40px !important;
}
.marginTop50 {
    margin-top: 50px !important;
}

.marginBottom5 {
    margin-bottom: 5px !important;
}
.marginBottom10 {
    margin-bottom: 10px !important;
}
.marginBottom20 {
    margin-bottom: 20px !important;
}
.marginBottom30 {
    margin-bottom: 30px !important;
}
.marginBottom38 {
    margin-bottom: 38px !important;
}
.marginBottom40 {
    margin-bottom: 40px !important;
}

.marginLeft0 {
    margin-left: 0px !important;
}

.padding0 {
    padding: 0px !important;
}
.paddingLeft0 {
    padding-left: 0px !important;
}
.paddingRight0 {
    padding-right: 0px !important;
}
.paddingLeft20 {
    padding-left: 20px !important;
}

.padding0-10 {
    padding: 0px 10px !important;
}
.padding5-0 {
    padding: 5px 0px !important;
}

.padding1 {
    padding: 1px !important;
}
.padding3 {
    padding: 3px !important;
}
.padding5 {
    padding: 5px !important;
}
.padding10 {
    padding: 10px !important;
}
.padding20 {
    padding: 20px !important;
}

.paddingTop0 {
    padding-top: 0px !important;
}
.paddingTop20 {
    padding-top: 20px !important;
}

.paddingBottom0 {
    padding-bottom: 0px !important;
}
.paddingBottom10 {
    padding-bottom: 10px !important;
}

.aNoStyle:hover {
    text-decoration: none;
}

.etiketTitle {
    font-size: 14px;
    color: #353535;
    margin-top: 10px;
}
label.etiket {
    height: 20px;
    margin-top: 15px;
}
label.etiket i {
    color: #353535;
    font-size: 10px;
}
a.etiket {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #353535;
}
a.etiket:hover {
    text-decoration: none;
}

/***************** SLİDER *******/

.slaytlar {
    display: block;
    height: 290px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1;
    border-bottom: 5px solid #3d1953;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .slaytlar {
        height: 242px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .slaytlar {
        height: 187px;
    }
}
@media (max-width: 768px) {
    .slaytlar {
        height: calc(100vw / 4);
    }
}

.slaytlar .owl-carousel {
    position: relative;
}

.slaytlar .owl-carousel,
.slaytlar .owl-item,
.slaytlar .owl-stage,
.slaytlar .owl-stage-outer {
    display: block;
    height: 100%;
    width: 100%;
}

.slaytlar__owl {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 992px) {
    .slaytlar__owl:hover .owl-nav [class*="owl-"] {
        background: rgba(0, 0, 0, 0.5) !important;
    }
}

.slaytlar__owl .owl-nav {
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    width: 100%;
}

@media (max-width: 767px) {
    .slaytlar__owl .owl-nav {
        top: calc(50% - 16px);
    }
}

.slaytlar__owl .owl-nav img {
    height: 18px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .slaytlar__owl .owl-nav .mdie {
        font-size: 32px;
    }
}

.slaytlar__owl .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0.25) !important;
    will-change: background;
    -webkit-transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    min-width: 48px;
    max-width: 48px;
    width: 48px;
    min-height: 48px;
    max-height: 48px;
    height: 48px;
}

@media (min-width: 992px) {
    .slaytlar__owl .owl-nav [class*="owl-"]:hover {
        background: #3d1953 !important;
    }
}

.slaytlar__owl .owl-nav .owl-prev {
    float: left;
}

.slaytlar__owl .owl-nav .owl-next {
    float: right;
}

.slaytlar__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.slaytlar__item video {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -o-object-fit: cover;
    object-fit: cover;
}

/***************** SLİDER *******/

.anasayfaSlayt {
    z-index: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.slaytCon {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.slaytCon .container {
    width: 600px;
}
.slaytBaslik {
    margin: 5px 0px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
}
.slaytIcerik {
    margin: 5px 0px;
    position: relative;
    display: inline-block;
    color: #eee;
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .slaytBaslik {
        font-size: 40px;
    }
    .slaytIcerik {
        font-size: 22px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .slaytBaslik {
        font-size: 30px;
    }
    .slaytIcerik {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .slaytBaslik {
        font-size: 20px;
    }
    .slaytIcerik {
        font-size: 15px;
    }
    .slaytCon .container {
        width: 100%;
    }
}

#header {
    padding: 0px 0px 0px 0px;
    background-color: #3d1953;
}

#header .header {
    position: relative;
    font-size: 13px;
    padding: 0px 0px;
}
#header .header .logo img {
    height: 50px;
    margin: 10px 0px;
}
#header .navbar-default {
    background-image: none !important;
    background-color: transparent !important;
    border: 0px !important;
    margin: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#header .navbar-nav > .open > a {
    background-image: none !important;
}
#header .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-image: none !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
/* #header .navbar-nav li a.active{color:#fff;background-size:auto 12px;background-repeat:no-repeat;background-position:10px 0px;} */

#header .menuGri {
    background-color: #e6e6e6;
    padding: 21px !important;
}
#header .menuGri img {
    height: 26px;
}

#header .dropdown-menu {
    background-color: #fff;
    margin-top: -2px;
    margin-right: -2px;
    overflow: hidden;
}
#header .dropdown-menu a {
    color: #fff !important;
    padding: 0px 10px;
}
#header .navbar-nav .dropdown-menu li:hover a {
    border: 0px;
    color: #ffcc00 !important;
    background-image: none !important;
    background-color: transparent !important;
}
#header .dropdown-menu li {
    border-left: 0px !important;
    margin-top: 0px !important;
}
/* #header .navbar-nav > li{padding:10px 1px;} */
/* #header .navbar-nav li a{cursor:pointer;color:#fff;font-weight:500;padding:5px 24px;font-size:13px;line-height:20px;} */
/*#header .navbar-nav li:last-child a{padding-right:0px;} */
#header .headerEN .navbar-nav li a {
    padding: 5px 40px;
}
.menuBottomLine {
    font-size: 11px;
    font-style: italic;
    color: #666;
}

#header .navbar-collapse {
    padding: 0px;
}
#header .navbar-nav li:hover a {
    color: #ddd;
}

#mobileButton {
    background-color: transparent !important;
    margin-top: 20px;
    border: 0px;
}
#mobileButton .icon-bar {
    background-color: #193d55;
    height: 5px;
    width: 30px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    /* #header .navbar-nav li a{padding:5px 19px;font-size:12px;} */
    /* #header .navbar-nav li:last-child a{padding-right:0px;} */
}
@media (max-width: 991px) and (min-width: 768px) {
    #header .navbar-nav {
        width: 100%;
    }
    #header .navbar-nav li {
        width: calc(100% / 3);
    }
    /* #header .navbar-nav li a{padding:5px 0px;font-size:12px;text-align:center;} */
    /* #header .navbar-nav li:last-child a{padding-right:0px;} */

    .araLine {
        clear: both;
    }
}
@media (max-width: 767px) {
}

/*******/

.close-icon {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 100%;
    background: -webkit-linear-gradient(
            -45deg,
            transparent 0%,
            transparent 46%,
            black 46%,
            black 55%,
            transparent 55%,
            transparent 100%
        ),
        -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, black
                    46%, black 55%, transparent 55%, transparent 100%);
}

@media (max-width: 767px) {
    body.stickyPage {
        position: relative !important;
        overflow: hidden !important;
        top: inherit;
    }

    body.stickyPage #pageOverlay {
        position: fixed;
        z-index: 9990;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        -webkit-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        -o-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .htmlFixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .mobileFixedTopHeight {
        height: 82px;
        width: 100%;
    }
    .mobileFixedTopHeightColor {
        z-index: 99;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        width: 100%;
    }

    .headerFTo {
        background-color: #fff;
        height: 82px;
        border-bottom: 1px solid #ddd;
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        width: 100%;
    }
}

@media (min-width: 767px) {
    #mobileMenu {
        display: none !important;
    }
    #mobileMenuOpenBtn {
        display: none !important;
    }
}

#mobileMenuOpenBtn {
    position: fixed;
    top: 12px;
    left: 9px;
    height: 66px;
    padding: 15px 0px;
    width: 56px;
    cursor: pointer;
    z-index: 9980;
}
#mobileMenuOpenBtn div {
    height: 4px;
    width: 30px;
    margin: 5px 13px;
    background-color: #0a69aa;
}

#mobileMenu {
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -260px;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#mobileMenu a:hover {
    text-decoration: none !important;
}

#mobileMenu.open {
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobiletopArea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menuDil_right {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
}
.menuDil_right a {
    display: inline-block;
    color: #fff;
    background-color: #141c24;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    margin: 1px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

#mobileMenu .mobilelogoArea {
    width: 214px;
    float: left;
    text-align: center;
    margin: 10px 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu .mobilelogoArea img {
    width: 170px;
}

#mobileMenu .mobileMenuClose {
    width: 46px;
    float: left;
    padding: 10px;
    margin: 10px 0px;
}

#mobileMenu .mobileUl {
    list-style: none;
    padding: 0px 0px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
}
#mobileMenu .mobileUl li {
    list-style: none;
    padding: 0px;
    cursor: pointer;
}
#mobileMenu .mobileUl li {
    padding: 15px 20px;
}
#mobileMenu .mobileUl > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu .mobileUl li a {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

#mobileMenu .mobileUl li ul {
    padding: 0px 10px;
}
#mobileMenu .mobileUl li ul li {
    padding: 0px;
    padding-top: 25px;
}

#mobileMenu .mobileUl li i {
    font-size: 8px;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}

.menuAcik {
    background-color: #8b2331;
}

#mobileMenu .mobileUl > li.mobileMenuOpen ul {
    height: auto;
    opacity: 1;
}

.anasayfa_logolar {
    padding: 20px;
    padding-right: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    -webkit-border-radius: 20px 0px 0px 0px;
    -moz-border-radius: 20px 0px 0px 0px;
    border-radius: 20px 0px 0px 0px;
}
.anasayfa_logolar img {
    width: 100%;
}

@media (min-width: 767px) {
    .anasayfa_logolar img {
        width: 450px;
    }

    #mobileMenu {
        left: 0px !important;
        z-index: 9;
    }
    #mobileMenu.mobileMenuAnasayfa {
        background-color: transparent !important;
    }
    #mobileMenu .mobileUl {
        overflow: hidden !important;
    }
    #mobileMenu .mobileMenuClose,
    #mobileMenuOpenBtn {
        display: none !important;
    }

    #mobileMenu .mobileUl li {
        padding: 5.5px 20px;
    }
    #mobileMenu .mobileUl > li {
        border-bottom: 0px;
    }
    .mobiletopArea {
        border-bottom: 0px;
    }
}

.menuLineDotted {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

/*******/

@media (min-width: 991px) and (max-width: 1200px) {
}
@media (max-width: 768px) {
    .headerTop .text {
        font-size: 13px;
        line-height: 28px;
    }
    .headerTop .text img {
        height: 20px;
        margin-top: 3px;
    }
}

.headerTopC {
    background-color: #cbcbcf;
    padding: 5px 0px;
}
.logoAnaSayfa {
    padding: 5px 0px;
}
.logoAnaSayfa img {
    height: 100px;
}
.btnAnasayfa {
    padding: 15px 0px;
    text-align: right;
    width: 100%;
    background-color: #ddd;
}

.logoRightAnasayfa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    float: right;
    margin-left: 30px;
    padding: 24px 0px;
}
.logoRightAnasayfa img {
    height: 60px;
    width: auto;
}
.logoRightAnasayfaImgAnkara {
    height: 60px !important;
    width: 60px !important;
}

.btnAnasayfaTarih {
    float: right;
    color: #3d1953;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
    text-transform: uppercase;
}
.btnAnasayfaMetin {
    float: none !important;
    padding-top: 50px;
}
@media (max-width: 991px) {
    .btnAnasayfaMetin {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .logoAnaSayfa img {
        height: 80px;
    }
    .btnAnasayfa {
        padding: 15px 0px;
    }
    .logoRightAnasayfa img {
        height: 60px;
    }
    .btnAnasayfaTarih {
        line-height: 20px;
        font-size: 14px;
    }
    .btnAnasayfaMetin {
        padding-top: 38px;
    }
}

@media (min-width: 991px) {
    .logoAnaSayfa {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btnAnasayfa {
        padding: 15px 0px;
    }
    .logoAnaSayfa {
        padding-top: 16px;
    }
    .logoAnaSayfa img {
        height: 42px;
    }

    .btnAnasayfa .siteButton {
        padding: 5px 10px 4px 10px;
    }

    .logoRightAnasayfa {
        float: right;
        margin-left: 20px;
    }
    .logoRightAnasayfa img {
        height: 45px;
        margin: 0px;
    }
    .logoRightAnasayfaImgAnkara {
        height: 45px !important;
        width: 45px !important;
    }

    .btnAnasayfaTarih {
        line-height: 15px;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .btnAnasayfa {
        padding: 0px 0px;
        position: fixed;
        z-index: 99999;
        right: 10px;
        top: 20px;
        width: auto;
        background-color: transparent;
    }
    .logoAnaSayfa {
        clear: both;
        text-align: center;
    }
    .logoAnaSayfa img {
        height: 42px;
        margin-top: 16px;
    }
    .headerTop {
        background-color: #fff;
    }
}

.linkTelNo {
    color: #3d1953 !important;
}
.linkTelNo:hover {
    text-decoration: none !important;
}

.whatsapp {
    position: fixed;
    padding: 10px 40px 10px 10px;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #13990a;
}
.whatsapp img {
    width: 40px;
    height: auto;
    float: left;
}
.whatsapp a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.whatsapp .fontAlt {
    font-size: 20px;
}

#footerContainer {
    color: #fff;
    background-color: #fff;
    border-top: 5px solid #3d1953;
    padding: 20px 0px 20px 0px;
}
@media (max-width: 767px) {
    #footerContainer {
        padding-bottom: 100px;
    }
}

.footerTitle {
    position: relative;
    color: #3d1953;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: bold;
}
@media (min-width: 991px) {
    .footerTitle:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50px;
        background-color: #3d1953;
        left: -10px;
        bottom: -10px;
    }
}
.footerLink {
    margin: 5px 10px 20px 0px;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footerLink a {
    color: #fff;
}
.footerLink a:hover {
    text-decoration: none;
}

@media (min-width: 991px) {
    .footerLink {
        padding-left: 10px;
    }
    .footerLink:hover a {
        color: #3d1953;
    }
    .footerLink:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0px;
        top: 5px;
        background: #fff;
        z-index: 0;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
    }
    .footerLink:hover:before {
        background: #3d1953;
    }
}

.footerLogo {
    font-size: 17px;
    line-height: 25px;
    margin-top: 5px;
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.footerTel {
    font-size: 20px;
    color: #3d1953;
    font-weight: bold;
}
.footerAdres {
    font-size: 15px;
    line-height: 25px;
    color: #3d1953;
    font-weight: bold;
}

@media (max-width: 991px) {
    #footerContainer {
        text-align: center;
    }
    .footerTitle {
        margin-bottom: 15px;
    }
    .footerLink {
        margin: 0px 0px 15px 0px;
    }
}

@media (max-width: 1200px) {
    .footerkimlik {
        text-align: center;
    }
}

.indexBoxesKat {
    background-color: #ededed;
    padding: 20px 0px;
    margin-bottom: -10px;
}
.indexBoxesKatCon {
    background-color: #0a4f88;
    text-align: center;
    line-height: 18px;
}

.indexBoxesKatConbaslik {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
}
.indexBoxesKatConbasliktop {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}
.indexBoxesKatConline {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-left: calc(50% - 20px);
    margin-bottom: 12px;
}
.indexBoxesKatConicerik {
    font-size: 13px;
    color: #fff;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .indexBoxesKatConicerik {
        font-size: 12px;
        line-height: 16px;
    }
}

.indexBoxKategori {
    position: relative;
}
.indexBoxKategoriTop {
    color: #fff;
    font-size: 16px;
    height: 50px;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 10px;
    background-color: rgba(195, 29, 31, 0.85);
}
.indexBoxKategoriTop .div2 {
    padding: 0px 15px;
}

@media (max-width: 767px) {
    .indexBoxKategoriTop {
        line-height: 13px;
        font-size: 12px !important;
        height: 40px;
    }
}

.fullPage {
    position: relative;
    padding-bottom: 30px;
    min-height: calc(100vh - 200px);
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
.fullPageCon {
    padding: 0px 20px 20px 20px;
}

.icerikText li {
    list-style: circle;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .icerikText p img {
        width: 300px !important;
        height: 480px !important;
    }
}

.urunTitleBackC {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url("../images/back.png");
    background-size: auto 100%;
    background-position: bottom center;
}
.urunTitleBack {
    display: table;
    height: 100%;
    width: 100%;
}
.urunTitleBack .urunTitleBackS {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    display: table-cell;
    vertical-align: bottom;
    padding: 20px;
}
.urunTitleBackLine {
    width: 40px;
    height: 3px;
    margin-bottom: 7px;
    background-color: #4e8fbd;
}

.urunTitle {
    font-size: 19px;
    margin-top: 10px;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
}
.urunTitleLine {
    background-color: #4e8fbd;
    margin-left: calc(50% - 40px);
    width: 80px;
    height: 3px;
    margin-bottom: 20px;
}

.indexBaslik label {
    width: calc(100% - 60px);
    margin: 0px 30px;
    text-align: center;
    background-color: #e6e6e6;
    font-size: 18px;
    padding: 12px 0px 10px 0px;
    font-weight: 700;
    color: #000;
}

.indextitle {
    padding: 15px 0px 15px 0px;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    color: #333;
}
.indextitleLine {
    background-color: #13b1b3;
    width: 70px;
    height: 3px;
    margin: 0px auto;
    margin-bottom: 30px;
}

.h1title {
    position: relative;
    z-index: 9;
    padding: 20px 0px 5px 0px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.sayfaResim {
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.sayfaResimDiv {
    background-color: rgba(0, 0, 0, 0.35);
}
.h1titleResim {
    margin: 0px;
    border: 0px;
    left: 0px;
    font-size: 35px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000,
        0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.h1title .h1titleAlt {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}
.titleW {
    color: #fff !important;
}
.titleLine {
    background-color: #49ccd4;
    width: 50px;
    height: 2px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.titleLineW {
    background-color: #fff;
}

.h1titleM {
    font-size: 16px;
}

.titleLeft {
    text-align: left;
}
.titleLineLeft {
    margin: 0px 0px 20px 0px;
}

.h2title {
    font-size: 20px;
    font-weight: 600;
    color: #ea4335;
}

.duyurularBack {
    background-color: #444349;
}

.urunKatS {
    background-color: #f0f0f0;
    padding: 20px 30px;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.hizmetBoxesI {
    width: 110px;
    padding: 0px 20px;
}
.hizmetBoxesI img {
    height: 70px;
    width: 70px;
}
.hizmetBoxesT {
    border-left: 1px solid #fff;
    height: 70px;
    width: calc(100% - 110px);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (max-width: 991px) {
    .hizmetBoxes {
        border-bottom: 1px solid #172b42;
    }
}

.hizmetBoxes:hover .hizmetBoxesT {
    color: #172b42;
}

.positionRelative {
    position: relative !important;
}
.araBoxes {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    margin-top: -10px;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.araBoxes .greenT {
    color: #6fbf52;
}
@media (min-width: 991px) {
    .araBoxes {
        position: absolute;
        height: 150px;
        margin-bottom: 0px;
    }
}

.araBoxes:hover .greenT {
    color: #fff;
}

.iletisimIcon {
    width: 25px;
    text-align: left;
    color: #777;
    float: left;
    font-size: 14px;
    margin-top: 2px;
}
.iletisimLabel {
    font-size: 13px;
    color: #333;
    float: left;
    width: calc(100% - 33px);
    line-height: 18px;
}

.formWhite {
    margin-bottom: 20px;
    padding-top: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.formWhite .inputLabelLeft {
    margin-top: 2px;
    width: 150px;
    float: left;
    line-height: 30px;
    vertical-align: bottom;
    font-size: 13px;
}
.formWhite .inputTextRight {
    width: calc(100% - 150px);
    float: right;
}
.formWhite .title {
    border-bottom: 1px solid #ddd;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 13px;
    margin: 0px 0px 15px 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

.formIcerik {
    font-size: 16px;
    line-height: 23px;
    padding: 5px 0px;
}

/* OWL */

.owl-dots {
    display: none !important;
}
button.owl-prev {
    position: absolute;
    top: calc(50% - 10px);
    left: 0px;
    font-size: 20px;
    color: #13b1b3 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff;
}
button.owl-prev:hover {
    color: #13b1b3 !important;
}
button.owl-next {
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    font-size: 20px;
    color: #13b1b3 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
        0 0 1px #fff, 0 0 1px #fff;
}
button.owl-next:hover {
    color: #13b1b3 !important;
}

button.owl-prev i {
    margin: 6px 9px 4px 7px !important;
}
button.owl-next i {
    margin: 6px 7px 4px 9px !important;
}

.indexLogos button.owl-prev {
    top: 10px !important;
    right: 40px !important;
    left: auto !important;
}
.indexLogos button.owl-next {
    top: 10px !important;
    right: 20px !important;
    left: auto !important;
}

/* OWL */

@media (min-width: 991px) {
    .sayfaimgDiv {
        padding: 0px 0px 0px 30px !important;
    }
    .sayfaimgDivL {
        padding: 0px 30px 0px 0px !important;
    }
}

.slaytSayfaC img {
    position: relative;
    z-index: 10;
}

.imageConST {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 15px;
    right: -15px;
    border: 2px solid #ea4335;
}
.imageConSTL {
    right: auto;
    left: -15px;
}

.sayfaimgBaslik {
    font-size: 25px;
    margin: 10px 0px 30px 0px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}

.sagmenuboxTitle {
    background-color: #e6e6e6;
    padding: 12px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #4285f4;
    border-bottom: 1px solid #ccc;
}
.sagmenuboxTitleLeft {
    text-align: left;
}
.sagmenuboxTitleLine {
    background-color: #ea8d48;
    width: 60px;
    height: 3px;
    margin: 0px 0px;
    margin-bottom: 20px;
}
.sagmenubox {
    font-weight: 500;
    padding: 10px 15px;
    list-style: none;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}
.sagmenubox {
    cursor: pointer;
    background-color: #e6e6e6;
    border-bottom: 1px solid #ccc;
}
.duyuruBox .icerik {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.sagmenubox:hover .icerik {
    color: #ea4335;
}

.pageUrunP img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pageUrunP:hover img {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
    position: relative;
}

.pageUrunP {
    position: relative;
    padding: 10px 0px;
    background-color: #fff;
    text-align: left;
}
.pageUrunPLine {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding-bottom: 20px;
}
.pageUrunPLineActive {
    border: 1px solid #ffa053;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.pageUrunP .pageUrunPimg {
    overflow: hidden;
}

.pageUrunP .htarih {
    color: #8b2331;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px 0px 10px;
}

.pageUrunP .pageUrunIimg {
    text-align: center;
}
.pageUrunP .pageUrunIimg img {
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pageUrunP .buttonBig {
    padding: 0px 10px;
    color: #003a65;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.pageUrunP .buttonBig .div1 {
    display: table;
    height: 60px;
    width: 100%;
}
.pageUrunP .buttonBig .div2 {
    display: table-cell;
    vertical-align: middle;
}

.pageUrunP .buttonBigSmall {
    font-size: 18px;
    line-height: 20px;
}
.pageUrunP .buttonBigSmall .div1 {
    height: 50px;
}
.pageUrunPimgD {
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.pageTextD {
    border: 1px solid #ddd;
    border-top: 0px;
}

.pageUrunP .buttonBigSmallS .div1 {
    height: 50px;
}

.pageUrunP .buttonBigSmallU .div1 {
    height: 60px;
}
.pageUrunP .buttonBigSmallU .div2 {
    color: #ffa053;
    border-top: 1px dashed #ffa053;
    font-size: 13px;
    line-height: 16px;
}
.pageUrunP .buttonBigHaber {
    font-size: 17px;
    height: 80px;
}

.pageHaberBtn {
    width: 80px;
    color: #003a65;
    margin: 15px;
    padding: 0px 0px;
    line-height: 23px;
    font-size: 13px;
    cursor: pointer;
}
.pageHaberBtn i {
    margin-left: 10px;
    float: right;
    margin-top: 6px;
}

.pageUrunPhaber {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}
.pageTextDhaber {
    border: 0px;
    border-bottom: 3px solid #0a69aa;
}

.pageUrunP .pageUrunPicerik {
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
}
.pageUrunP .siteButton {
    background-color: #e6e6e6;
    font-weight: 500;
    border: 1px solid #ccc;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 3px 3px 3px !important;
    width: 140px;
    margin: 0px calc(50% - 70px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pageUrunP:hover .siteButton {
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #193d55;
}

.pageUrunPB {
    border-top: 1px solid #ddd;
    margin: 15px;
    padding-top: 15px;
}
.pageUrunPm2 {
    color: #fff;
    background-color: #13b1b3;
    font-size: 16px;
    padding: 4px 20px;
}
.pageUrunPm2 sup {
    font-size: 11px;
}
.pageUrunPButon {
    color: #595959;
    font-size: 13px;
    line-height: 31px;
    font-weight: 600;
}
.pageUrunPButon i {
    font-size: 8px;
    float: right;
    margin-top: 12px;
}
.pageUrunPButon i:last-child {
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .pageUrunP .pageUrunPicerik {
        height: 150px;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .pageUrunP .pageUrunPicerik {
        height: 200px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .pageUrunP .pageUrunPicerik {
        height: 150px;
    }
}
@media (max-width: 767px) {
    .pageUrunP .siteButton {
        margin-top: 20px;
    }
}

.pageUrunPWhite {
    background-color: #fff !important;
}

.rightMenu .titleH {
    color: #333;
    font-size: 14px;
    background-color: #ffcc00;
    padding: 10px 15px;
}
.rightMenu .hizmetBox {
    border-bottom: 2px solid #ffcc00;
    line-height: 16px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    padding: 8px 15px;
}
.rightMenu .hizmetBox i {
    color: #ffcc00;
    font-size: 16px;
    margin-right: 5px;
}
.rightMenu .hizmetBox:hover {
    color: #fff;
    background-color: #333;
}
.rightMenu .hizmetBox:hover i {
    color: #fff;
}

.pageKaplama {
    padding: 10px;
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.pageKaplama .pageDetay {
    font-size: 12px;
    height: 90px;
    color: #000;
    padding: 10px;
    display: table;
}
.pageKaplama .pageDetay div {
    display: table-cell;
    vertical-align: middle;
}
.pageKaplama .button {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 26px);
}
.pageKaplama .buttonBig {
    font-size: 18px;
    color: #333;
}

/***********************title*****************/
.menu-kapsul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #382926;
    padding-bottom: 10px;
    margin-right: 20px;
}
.menu-kapsul li ul li:first-child {
    border-top: 0px;
}
.menu-kapsul li ul li {
    border: 0px;
    margin: 0px 5px;
    font-size: 12px;
    padding: 3px;
}
.menu-kapsul li ul li a {
    font-size: 13px;
    margin: 0px;
}
.menu-kapsul li ul li:first-child {
    margin-top: 10px;
}
.menu-kapsul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    line-height: 20px;
}
.menu-kapsul li a:hover {
    color: #41532b;
}
/****************************************/

.pageText li {
    list-style: disc;
    margin-bottom: 5px;
    margin-left: 20px;
}
.pageText h2 {
    color: #1e424e;
    font-weight: 700;
    font-size: 16px;
}

.imgS {
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #fff;
}
.imgS img {
    display: block;
}

.imageText {
    width: 350px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .imageText {
        width: 250px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .imageText {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .imageText {
        width: 100%;
    }
}

.imageTextMini {
    width: 200px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .imageText {
        width: 150px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .imageText {
        width: 150px;
    }
}
@media (max-width: 767px) {
    .imageText {
        width: 100%;
    }
}

.urunTitle {
    font-size: 19px;
    margin-bottom: 10px;
    color: #2765b3;
}

.referansBackC {
    padding: 20px 0px;
    background-color: #193d55;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    background-image: url("../images/footer.jpg");
    background-size: cover;
}
@media (max-width: 991px) {
    .referansBackC img {
        margin-top: 20px;
    }
}

.box4lu {
    cursor: pointer;
    margin: 10px 15px 30px 15px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 2px solid #ffcc00;
}
.box4lu a {
    color: #555;
}
.icerikBox4 {
    line-height: 22px;
    color: #fff;
    font-size: 12px;
}
.icerikBox4 i {
    font-size: 10px;
}

.itemLi {
    color: #333;
}

.baslikBox4 {
    height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 2px solid #c2c2c2;
}

.baslikBox4B {
    padding: 15px 0px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin: 0px 0px;
    margin-top: 25px;
}
.baslikBox4BLine {
    margin: 10px auto;
    width: 60px;
    height: 3px;
    background-color: #425a78;
}

.takvimAy {
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background-color: #666;
    color: #fff;
    padding: 10px 10px;
}

.baslikTakvim {
    color: #72ac3b;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div1 {
    display: table;
}
.div2 {
    display: table-cell;
    vertical-align: middle;
}
.div3 {
    display: table-cell;
    vertical-align: bottom;
}

.backCon {
    margin-top: 10px;
    background-color: #603917;
    background-size: 100% 100%;
}

.yesilBack {
    background-color: #72ac3b;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 110%;
}

.haritaButon {
    margin-bottom: 5px;
    background-color: #603917;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px 7px 30px;
    line-height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.haritaButon i {
    margin-left: 10px;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}

.row-eq-height-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rightblue {
    background-color: #525866;
    margin-bottom: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 10px;
}
.rightblue .div1 {
    height: 60px;
    position: relative;
    width: 100%;
}
.rightblue .div2 {
    text-align: center;
}

.divO {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 0px 0px 0px 10px;
    width: calc(100% - 40px);
    line-height: 40px;
    background-color: #382926;
}
.div02 {
    background-color: #41532b;
    float: right;
    width: 50px;
    font-size: 14px;
    text-align: center;
}

.bayiImage {
    height: 250px !important;
}
.bayiImage #imageContainer {
    background-color: #4a4a4a;
    border-bottom: 3px solid #ddd; /*margin:10px;*/
    padding: 10px;
    text-align: center;
}
.bayiImage .div1,
.bayiImage .div2 {
    width: 100%;
    text-align: center;
}
.bayiImage img {
    margin: auto;
}

.div10 {
    display: table;
    height: 100%;
    position: relative;
    width: 100% !important;
    text-align: center;
}
.div30 {
    display: table;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-left: 15px solid #f9f3f7;
    border-right: 15px solid #f9f3f7;
    border-bottom: 30px solid #f9f3f7;
}
.div20 {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    text-align: center;
}

.divo3 {
    width: 10px;
    font-size: 18px;
    background-color: transparent;
    color: #41532b;
}

h2 {
    color: #083570;
    font-size: 16px;
    font-weight: 600;
}

.indexImageBack {
    background-color: #fff;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.refBorder {
    border: 1px solid #ddd;
    background-color: #fff;
}

.square {
    position: relative;
    padding: 10px;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.squareSL {
    position: relative;
    padding: 10px;
}

.squareSL:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.contentSL {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.squareClass {
    position: relative;
    padding: 15px 25px;
}

.squareClass:after {
    content: "";
    display: block;
    padding-bottom: calc(100% - 50px);
}

.contentClass {
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 30px);
}

.squareVideo {
    position: relative;
}

.squareVideo:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.contentVideo {
    position: absolute;
    width: 100%;
    height: 100%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 320px) {
    .col-xxs-12 {
        width: 100%;
    }
}

.squareGor {
    position: relative;
}

.squareGor:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.contentGor {
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 5%;
}

.indexImageBack {
    background-color: #fff;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexImageBackBorder {
    border: 1px solid #ccc;
}

.indexImageBackBorderS {
    margin: 10px;
    background-color: #fff;
}

.height100 {
    height: 100% !important;
}
.width100 {
    width: 100% !important;
}

.hizmetBoxes {
    background-color: #6fbf52;
    padding: 20px 0px;
}
.araBoxes {
    background-image: url("../images/araBack.png");
    background-size: 100% 100%;
}

.blogBoxS {
    padding: 10px;
    position: relative;
}
.blogBoxSC {
    background-image: url("../images/imlec1.svg"), url("../images/imlec2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: 30px auto, 30px auto;
    padding: 40px 30px;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

.blogBoxS .line1 {
    position: absolute;
    top: 20px;
    right: 20px;
    height: calc(100% - 70px);
    width: calc(100% - 80px);
    border-top: 3px solid #656868;
    border-right: 3px solid #656868;
}
.blogBoxS .line2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: calc(100% - 70px);
    width: calc(100% - 80px);
    border-bottom: 3px solid #656868;
    border-left: 3px solid #656868;
}

.blogBoxSY {
    text-align: center;
    color: #172b42;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.osBox {
    position: relative;
}
.osBoxLine {
    position: absolute;
    padding: 5px 10px;
    background-color: #f39314;
    color: #fff;
    font-size: 14px;
    bottom: 10px;
    left: 0px;
}

.videoCon {
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("../images/play.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 125px auto;
}

.menu-kapsul-container {
    background-color: #fff;
}
.menu-kapsul-container .menu-kapsul-search {
    margin: 5px 0px;
}
/*********** MENÃœ KAPSÃœL ***********/
.menu-kapsul {
    width: 100%;
    color: #000;
    padding: 0px 0px 10px 0px;
}
.menu-kapsul ul {
    list-style-type: none;
}
.menu-kapsul ul li {
    display: block;
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
}
.menu-kapsul ul li a {
    text-decoration: none;
    color: #000;
}
.menu-kapsul ul .active {
    color: #0a476a;
    font-weight: bold;
}
.menu-kapsul ul li span:first-child {
    display: block;
    margin-bottom: 1px;
    padding: 13px;
    background-color: transparent;
}
.menu-kapsul ul li span:hover {
    color: #2765b3;
    font-weight: bold;
}
.menu-kapsul > ul li ul {
    display: none;
}
.menu-kapsul .fa {
    font-size: 16px;
    color: #0a476a;
}
.menu-kapsul ul li span:hover .fa {
    color: #2765b3;
}
.menu-kapsul .fa-angle-right {
    padding-left: 10px;
}
/*********** MENÃœ KAPSÃœL ***********/
.menu-kapsul-container .menu-kapsul-container-line {
    height: 1px;
}

#leftMenu .title {
    font-size: 20px;
    color: #c95248;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
#leftMenu .itemM {
    list-style: none;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
}
#leftMenu .itemM a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
#leftMenu .itemM a:hover {
    text-decoration: none;
    color: #2765b3;
}
#leftMenu .itemM.active {
    background-color: #6d6e71 !important;
}
#leftMenu .itemM.active a {
    color: #fff !important;
}
#leftMenu .leftMenuItem {
    border: 0px;
}
#leftMenu ul li.leftMenuItem {
    border-bottom: 1px dashed #f39314;
    padding-left: 5px;
}

#leftMenu .leftMenuItemAlt {
    width: calc(100% - 2px);
    margin-left: 2px;
    border-right: 2px solid #f39314;
    padding: 10px 0px 8px 20px !important;
}
#leftMenu .leftMenuItemAlt a {
    font-size: 11px !important;
}

#leftMenu ul.leftMenuUl {
    margin: 0px 0px 10px 0px;
}
#leftMenu ul.leftMenuUlDisplay {
    display: none;
}

.downOkMenu {
    width: 20px;
    cursor: pointer;
}
.downOkMenu:hover {
    color: #2765b3;
}

#leftMenu .leftMenuActive {
    color: #6d6e71 !important;
}
#leftMenu .urunSayi {
    color: #888;
    font-size: 11px;
    float: right;
}

#leftMenu li {
    list-style: none;
}

#leftMenu i {
    display: block !important;
    color: #000 !important;
}

.aracCon {
    padding: 10px 0px;
    background-size: cover;
    background-position: center center;
}
.araTitleTop {
    font-size: 15px;
    margin-bottom: 10px;
    color: #13b1b3;
    font-weight: 700;
    line-height: 20px;
}
.aracTitle {
    font-size: 40px;
    margin: 10px 0px 30px 0px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}
.aracTitleicerik {
    margin-top: 15px;
    color: #000 !important;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 1200px) {
    .aracTitle {
        font-size: 25px;
    }
}

.partnerBaslik {
    color: #193d55;
    padding-top: 5px;
    font-weight: 600;
    height: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #ddd;
}

.formBaslik {
    font-size: 13px;
    font-weight: 600;
    padding-left: 1px;
    text-align: left;
    margin-bottom: 2px;
}

.belgeLink {
    color: #871d20;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.belgeLink i {
    margin-right: 8px;
    margin-left: 2px;
    color: #000;
}
.belgeLink:hover i {
    color: #3d1953;
}

#pencere {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}
#pencere h3 {
    color: #0080bb;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
#pencere img {
    width: 100% !important;
    height: auto !important;
}

.penPage {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    width: 800px !important;
}
@media (max-width: 991px) {
    .penPage {
        width: 70vw !important;
    }
}
.penPage .penPageBaslik {
    color: #193d55;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.penPage .penPageBaslik2 {
    color: #ffa053;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.penPage .penPageContainer {
    padding: 20px 0px;
}

.tabTopC {
    border: 1px solid #ddd;
    padding: 1px;
}

.tabTop {
    float: left;
    margin: 1px;
    padding: 8px 20px 5px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    cursor: pointer;
}
.tabTopActive {
    position: relative;
    background-color: #ffa053;
    color: #fff;
    border: 1px solid #ffa053;
}

.tabTopActive:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: calc(50% - 12px);
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffa053;
}

.tabDiv {
    padding: 20px 0px;
    font-weight: 500;
    font-size: 14px;
}
.fullHaritaTab {
    height: 300px;
    margin: 0px;
    margin-bottom: 20px;
}

.odaAreaBack {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    background-image: url("../images/odalar.png");
    background-size: cover;
    padding: 50px 0px;
}
.odaAreaBackicerik {
    font-size: 20px;
}
.odaAreaBacktel {
    margin: 15px 0px;
    background-color: #13b1b3;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 7px 30px;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.rezervasyonBack {
    text-align: center;
    background-image: url("../images/rezervasyon.png");
    background-size: cover;
    padding: 50px 0px;
}
.rezervasyonText {
    width: 70%;
    margin: 0px 15%;
    color: #13b1b3;
    font-size: 35px;
    line-height: 50px;
}
.rezervasyonBack .rezerTel {
    color: #fff;
    font-size: 20px;
    margin: 40px 0px;
    letter-spacing: 3px;
}
.rezervasyonBack .rezerTelClick {
    position: relative;
    margin-top: 80px;
}
.rezervasyonBack .rezerTelClick:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 2px;
    background-color: #fff;
    bottom: 40px;
    left: 50%;
}
@media (max-width: 991px) {
    .rezervasyonText {
        font-size: 25px;
        line-height: 40px;
    }
    .rezervasyonBack .rezerTel {
        font-size: 15px;
    }
}

.squareVideo iframe {
    height: 100% !important;
    width: 100% !important;
}

.textVideo {
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    background-color: #f9f9f9;
}
.textVideo li {
    list-style-image: url("../images/icon.png");
    margin-left: 20px;
}

.squareVideo {
    position: relative;
    border: 1px solid #ddd;
}

.squareVideo:after {
    content: "";
    display: block;
    padding-bottom: 56.1%;
}

.contentVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3px;
}

.odaOzellik {
    margin-bottom: 10px;
    padding: 0px 15px;
}
.odaOzellik .odaS {
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 6px 10px 3px 10px;
}
.odaOzellik .odaS sup {
    font-size: 10px;
}

#sikca-sorulan-sorular {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0px 5px;
}

#sikca-sorulan-sorular i {
    color: #ea4335;
    margin-right: 5px;
    margin-left: 14px;
}

#sikca-sorulan-sorular > li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    font-weight: 500;
    color: #000;
}

#sikca-sorulan-sorular li:last-child {
    border-bottom: 0;
}

#sikca-sorulan-sorular li .question {
    cursor: pointer;
    padding: 12px 4px;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    #sikca-sorulan-sorular li .question {
        padding: 16px 4px;
    }
}

#sikca-sorulan-sorular li .question.opened {
    color: black;
}

#sikca-sorulan-sorular li .question.opened .material-icons {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #eee;
    color: black;
}

#sikca-sorulan-sorular li .question .material-icons {
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.375s
        cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1),
        -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    vertical-align: middle;
    margin-top: -3.5px;
    margin-right: 8px;
    color: #3c97b2;
    padding: 2px;
    line-height: 24px;
}

#sikca-sorulan-sorular li .question span {
    line-height: 24px;
}

#sikca-sorulan-sorular li .answer {
    margin-bottom: 24px;
    border-left: 4px solid #cf2b39;
    font-weight: 400;
    display: none;
    width: 100%;
    background: #eee;
    padding: 12px;
    padding-left: 36px;
}

.eduRota {
    padding: 25px 0px;
    background-image: url("../images/edurota.jpg");
    background-size: cover;
    background-position: center center;
}
.eduRotaimg {
    text-align: center;
}
.eduRotaimg img {
    height: 100px;
}
.eduRota .eduRotatext {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

@media (min-width: 1200px) {
    .ulkeBox {
        width: 20%;
    }
}
.ulkeBox img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ulkeBox:hover img {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
    position: relative;
}

.ulkeBoxS {
    position: relative;
    overflow: hidden;
}
.ulkeBoxSBC {
    position: absolute;
    background-image: url("../images/ulkeBack.png");
    background-size: 100% 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.ulkeBoxSB {
    padding: 10px 10px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
.ulkeBoxSB .info {
    font-size: 13px;
    line-height: 16px;
}

.ulkeBack {
    background-image: url("../images/ulkeBackground.png");
    background-size: cover;
    background-position: center center;
}

.ulkeBackLink {
    font-size: 23px;
    color: #4285f4;
    letter-spacing: 2px;
    font-weight: 600;
}
.ulkeBackH1 {
    font-size: 30px;
    color: #000;
    margin: 5px 0px;
    font-weight: 600;
}
.ulkeBackDetay {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.indexDetay {
    padding: 30px 0px;
    background-color: #ea4335;
    background-image: url("../images/detayBackground.png");
    background-size: cover;
    background-position: center center;
}
.indexDetayH2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
.indexDetayicerik {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}

.bilgiText {
    border: 1px solid #fff;
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bilgiTextimg {
    width: 45px;
}
.bilgiTexttext {
    text-align: center;
    height: 45px;
    width: calc(100% - 45px);
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.bilgiTextimg img {
    height: 45px !important;
    width: 45px !important;
}

.bilgiText:hover {
    background-color: #fff;
}
.bilgiText:hover .bilgiTexttext {
    color: #4285f4;
}

.yorumBox {
    border: 1px solid #ddd;
    position: relative;
    padding: 30px 20px 20px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.yorumBox:before {
    position: absolute;
    content: "";
    top: 20px;
    left: -1px;
    background-size: 100% 100%;
    height: 55px;
    width: 45px;
    background-image: url("../images/tirnak.png");
}

.yorumBoximg {
    margin-left: 20px;
}
.yorumBoximg img {
    display: block;
}
.yorumBoxtext {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.yorumBoxtext .yazar {
    color: #ea4335;
    font-weight: 600;
    font-size: 17px;
}
.yorumBoxtext .meslek {
    color: #555;
    font-weight: 600;
    font-size: 13px;
}

.yorumBox:hover {
    background-color: #f9f9f9;
}

@media (min-width: 320px) {
    #kullanici-yorumlari .row {
        margin: 0 -8px;
    }
}
@media (min-width: 768px) {
    #kullanici-yorumlari .row {
        margin: 0 -12px;
    }
}
#kullanici-yorumlari .col {
    position: relative;
    min-height: 1px;
    float: left;
}
@media (min-width: 320px) {
    #kullanici-yorumlari .col {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (min-width: 768px) {
    #kullanici-yorumlari .col {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 320px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 35%;
    }
}
@media (min-width: 480px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 40%;
    }
}
@media (min-width: 600px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 30%;
    }
}
@media (min-width: 768px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 32%;
    }
}
@media (min-width: 992px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 26%;
    }
}
@media (min-width: 1200px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 22%;
    }
}
@media (min-width: 320px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 65%;
    }
}
@media (min-width: 480px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 60%;
    }
}
@media (min-width: 600px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 70%;
    }
}
@media (min-width: 768px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 68%;
    }
}
@media (min-width: 992px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 74%;
    }
}
@media (min-width: 1200px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 78%;
    }
}
#kullanici-yorumlari .item {
    margin-bottom: 24px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 24px;
}
#kullanici-yorumlari .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
#kullanici-yorumlari .item .yorum-sol {
    float: left;
    width: 100%;
    height: 100%;
    border-right: 1px solid #efefef;
}
@media (min-width: 320px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 8px;
    }
}
@media (min-width: 480px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 8px;
    }
}
@media (min-width: 600px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 8px;
    }
}
@media (min-width: 768px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 12px;
    }
}
@media (min-width: 992px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 12px;
    }
}
@media (min-width: 1200px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 24px;
    }
}
#kullanici-yorumlari .item .yorum-sol .thumb {
    margin-bottom: 16px;
    max-height: 100%;
    border: 4px solid #00456c;
    border-radius: 100%;
    max-width: 100%;
    height: auto;
}
#kullanici-yorumlari .item .yorum-sol .degerlendirmeler {
    float: left;
    width: 100%;
    line-height: 16px;
    font-size: 0.8em;
}
#kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme {
    margin-bottom: 4px;
    float: left;
    width: 100%;
}
#kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme span {
    width: 115px;
    float: left;
}
@media (max-width: 767px) {
    #kullanici-yorumlari
        .item
        .yorum-sol
        .degerlendirmeler
        .degerlendirme
        span {
        width: 100%;
    }
}
#kullanici-yorumlari
    .item
    .yorum-sol
    .degerlendirmeler
    .degerlendirme
    .puanlar {
    float: right;
}
@media (max-width: 767px) {
    #kullanici-yorumlari
        .item
        .yorum-sol
        .degerlendirmeler
        .degerlendirme
        .puanlar {
        float: left;
    }
}
#kullanici-yorumlari
    .item
    .yorum-sol
    .degerlendirmeler
    .degerlendirme
    .puanlar
    i {
    vertical-align: middle;
    font-size: 16px;
    margin-top: -3.5px;
    color: #bbb;
}
@media (max-width: 400px) {
    #kullanici-yorumlari
        .item
        .yorum-sol
        .degerlendirmeler
        .degerlendirme
        .puanlar
        i {
        font-size: 15px;
    }
}
#kullanici-yorumlari
    .item
    .yorum-sol
    .degerlendirmeler
    .degerlendirme
    .puanlar
    i.olumlu {
    color: #ffcc33;
}
#kullanici-yorumlari .item .yorum-sag .yazar {
    color: #ea4335;
    font-weight: 600;
    font-size: 20px;
}
#kullanici-yorumlari .item .yorum-sag .meslek {
    font-size: 0.9em;
    color: #333;
}
#kullanici-yorumlari .item .yorum-sag .yorum {
    overflow: hidden;
    font-size: 15px;
    margin-top: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#kullanici-yorumlari .item .yorum-sag .tumunu-goster {
    float: left;
    width: auto;
    color: #555;
    margin-top: 16px;
    border: 1px solid #555;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0 8px;
    line-height: 24px;
}
#kullanici-yorumlari .item .yorum-sag .tumunu-goster:hover {
    border-color: #00456c;
    color: #fff;
    background: #00456c;
}
#kullanici-yorumlari .item .yorum-paylas {
    margin-top: 8px;
    font-size: 18px;
}
#kullanici-yorumlari .item .yorum-paylas a {
    border-radius: 2px;
    padding: 4px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
    width: 35px;
    padding: 5px 10px;
}
#kullanici-yorumlari .item .yorum-paylas a:hover {
    text-decoration: none;
}
#kullanici-yorumlari .item .yorum-paylas a.facebook {
    background: #3b5998;
    color: #fff;
}
#kullanici-yorumlari .item .yorum-paylas a.twitter {
    background: #4099ff;
    color: #fff;
}
#kullanici-yorumlari .item .yorum-paylas a.whatsapp {
    background: #34af23;
    color: #fff;
}
#kullanici-yorumlari .item .yorum-paylas a img {
    height: 18px;
    width: auto;
}
@media (max-width: 767px) {
    #kullanici-yorumlari .item .yorum-paylas a img {
        height: 24px;
    }
}

#aramaBolumu {
    width: 250px;
    bottom: -62px;
    position: absolute;
    z-index: 1200;
    right: -1px;
}

.slaytConS {
    position: relative;
}

.slaytTopForm {
    position: fixed;
    z-index: 9989;
    top: 150px;
    right: -320px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slaytTopFormSacik {
    right: 0px;
}

.slaytTopForm .formArea {
    float: left;
    width: 320px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}
.slaytTopForm .butonArea {
    float: left;
    width: 45px;
    height: 260px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("../images/sigortaK.svg");
}

.slaytTopFormSacik .butonArea {
    background-image: url("../images/sigorta.svg");
}

.slaytTopForm .formArea .formAreaT {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #444;
}

@media (max-width: 991px) {
    .slaytTopForm {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
    }
    .slaytTopForm .formArea {
        float: none !important;
        width: 100% !important;
    }
    .slaytTopForm .butonArea {
        float: none !important;
        display: none !important;
    }
}

.stickyLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.lmdMenu a:hover {
    text-decoration: none;
}

.lmdT {
    background-color: #f7f7f7;
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
}
.lmd {
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    background-color: #f7f7f7;
    color: #000;
    margin-bottom: 1px;
    padding: 15px 15px 13px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
}

.lmd .tarih {
    font-size: 10px;
    color: #083570;
}

.lmdMenu a.active .lmd {
    color: #3d1953;
}

.lmdMini {
    padding: 10px 15px 10px 15px;
    font-size: 12px;
}
.lmdMini i {
    float: left;
    font-size: 8px;
    margin-right: 8px;
    margin-top: 2px;
    color: #3d1953;
}

.lmdMenu a.active .lmdMini {
    color: #3d1953;
}

.sponsorBoxC {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.sponsorBox {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.sponsorBox img {
    width: calc(100% - 0px) !important;
}

.indexImageBackBorder {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.formTextB {
    font-size: 11px;
    font-weight: 600;
    color: #083570;
}

.girisForm {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.girisForm .formWhite {
    background-color: #f9f9f9 !important;
}

@media (min-width: 991px) {
    .owlSlaytCon {
        margin-right: 20px;
        margin-bottom: 15px;
    }
}

.bildiriListe1 {
    float: left;
    color: #7a0636;
    width: 30px;
}
.bildiriListe2 {
    float: left;
    width: calc(100% - 30px);
}

.bildiriListe3 {
    float: left;
    width: calc(37% - 15px);
    margin-right: 5px;
}
.bildiriListe4 {
    float: left;
    width: calc(20% - 10px);
    margin-right: 5px;
}
.bildiriListe5 {
    float: left;
    width: calc(36% - 15px);
    margin-right: 5px;
}
.bildiriListe6 {
    float: left;
    width: calc(27% - 10px);
}

#kurumListesi {
    padding: 15px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 13px;
}
#kurumListesi span {
    color: #08127d;
}

.icBaslik {
    font-size: 12px;
    color: #08127d;
    margin-bottom: 3px;
    font-weight: bold;
}

.btn-editor {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.uyariLittle {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}

.articleBoxes {
    width: 100%;
    padding: 15px 15px 40px 15px;
    border: 1px solid #ddd;
    color: #111;
}

.yazarClass {
    border-bottom: 1px solid #ddd;
}

.bildiriList {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px 15px 0px 15px;
}
.bildiriList .bildiriRenk {
    color: #09158b;
    font-weight: 600;
}

.bildiriRenkWhite,
.bildiriRenkGreen .bildiriRenk {
    background-color: green;
    font-weight: 500;
}

.backgroundClear {
    background-color: transparent !important;
    background-image: none !important;
}

.bildiriList .bildiriTitle {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.bildiriList .bildiriP {
    color: #1a1a1a;
    font-size: 12px;
    margin-bottom: 0px;
}

.yazarinonerisi {
    border: 1px solid #ccc;
    padding: 8px 15px;
    background-color: #f9f9f9;
}

.ana4BoxContainer {
    margin-top: 15px;
}
@media (min-width: 991px) {
    .ana4BoxContainer {
        margin-top: -60px;
    }
}
.ana4BoxC {
    padding: 20px 20px;
    background-color: #3d1953;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ana4BoxC:hover {
    background-color: #444349;
}
.ana4BoxC img {
    height: 35px;
    margin-bottom: 15px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .ana4BoxC {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 768px) {
    .ana4BoxC {
        height: 120px;
        padding-bottom: 0px;
        font-size: 14px;
    }
}

.icerikindex {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.h1index {
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #3d1953;
}
.h1indexbottom {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.sText {
    position: absolute;
    z-index: 999;
    border-left: 5px solid #29cbd6;
    background-color: #083570;
    padding-left: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    height: 100%;
    width: 160px;
    float: left;
}
.sTextAra {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 160px;
    width: 44px;
    height: 100%;
    float: left;
    background-image: url("../images/sponsor.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px 100%;
}
.sArea {
    margin-left: 210px;
    width: calc(100% - 210px);
}

@media (max-width: 991px) {
    .sText,
    .sTextAra {
        display: none !important;
    }
    .sArea {
        margin-left: 0px;
        width: 100%;
    }
}

.sifremiunuttumlink {
    margin-bottom: 15px;
    text-align: center;
}
.sifremiunuttumlink a {
    font-weight: 600;
    font-size: 12px;
    color: #dc0000;
}

.aciklamaBox {
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    color: #555;
    margin-bottom: 20px;
}

.duyuruBoxLeft {
    height: 100%;
    width: 100%;
    background-color: #083570;
}

.duyuruBoxLeftC {
    padding: 20px;
    height: 100%;
}
.duyuruBoxLefttitle {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 23px;
}
.duyuruBoxLefticerik {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}
.duyuruBoxLeftbtn {
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 7px 20px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
}
.duyuruBoxLefttarih {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.sayacCon {
    position: relative;
    z-index: 49;
    position: absolute;
    right: 10px;
    top: 10px;
}
.sayacText {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 767px) {
    .sayacCon {
        position: relative;
        z-index: 2;
        top: 0px;
        right: 0px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sayac {
        width: 100% !important;
    }
    .slaytBaslik {
        margin-top: 120px;
    }
    .countdown {
        text-align: center;
    }
}

.sssBaslik {
    font-size: 17px;
    color: #8b2331;
    font-weight: bold;
    margin-bottom: 10px;
}
.sssIcerik {
    padding: 5px 10px;
    margin-bottom: 15px;
    border-left: 2px solid #777;
    margin-left: 5px;
}

.kisiBox {
    border: 1px solid #ddd;
    font-size: 13px;
}
.kisiBox img {
    width: 150px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.kisiBoxDiv {
    color: #8b2331;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}
.kisiBoxAciklama {
    padding: 10px 20px;
}

@media (max-width: 500px) {
    .kisiBox img {
        width: 100%;
        margin-right: 0px;
    }
}

/************ HAKEM **********************/

.sifremiunuttum a {
    font-size: 13px;
    font-weight: 600;
    color: #ba2227;
}
.formAciklama {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 12px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.formAciklama:before {
    top: -10px;
    left: -10px;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-image: url("../images/bilgi.svg");
    background-size: 30px 30px;
}

.formAciklamaText {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
    border: 1px solid #3d1953;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.formBaslikBig {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
}

.miniFormBtn {
    background-color: #eee;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px 4px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.miniFormBtngreen {
    border: 1px solid #1f941b;
    background-color: #23a71e;
    color: #fff;
}
.miniFormBtnred {
    border: 1px solid #a71e23;
    background-color: #ba2227;
    color: #fff;
}
.miniFormBtnyellow {
    border: 1px solid #cc8400;
    background-color: #e59400;
    color: #fff;
}

.miniFormBtnxs {
    background-color: #eee;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    line-height: 11px;
    font-size: 12px;
    padding: 3px 10px 4px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.hakemMenu {
    margin-top: 3px;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: #871d20;
    font-size: 13px;
    padding: 5px 10px;
}

.bildirilerim {
    position: relative;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 15px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.bildirilerimTitle {
    border-bottom: 1px solid #ddd;
    line-height: 25px;
    padding-bottom: 10px;
    color: #ba2227;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.bildirilerimTarih {
    font-size: 13px;
    color: #000;
}
.bildirilerimTarih span {
    color: #555;
}
.bildirilerimBtn {
    float: right;
    line-height: 13px;
    background-color: #555;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.tammetinBtn {
    line-height: 13px;
    margin-top: 10px;
    background-color: #555;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 0px;
}
.tammetinBtnGreen {
    background-color: green;
    margin-right: 10px;
}
.tammetinBtnyuklu {
    background-color: #cbcbcf;
    color: #000;
}

.dekontBtn {
    line-height: 13px;
    margin-top: 10px;
    background-color: #555;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 0px;
}
.dekontBtnGreen {
    background-color: green;
    margin-right: 10px;
}
.dekontBtnyuklu {
    background-color: #cbcbcf;
    color: #000;
}

.bildirilerimBtnTitle {
    width: calc(100% - 120px);
}

.bildirilerimAyirac {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.socialPage {
    background-color: #f7f7f7;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 20px;
}
.socialPage img {
    margin-bottom: 20px;
    height: 150px !important;
    width: auto !important;
}
.socialPage .miniC {
    font-size: 12px;
}

.whatsapp {
    position: fixed;
    padding: 0px;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #3d1953;
}
.whatsapp img {
    width: 40px;
    height: auto;
    float: left;
}
.whatsapp a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.whatsapp i {
    margin-bottom: 5px;
    font-size: 20px;
}
.whatsapp .fontAlt {
    font-size: 14px;
}

.whatsapp .row-eq-height-all .col-xs-12 {
    border-right: 1px dashed #fff;
}
.whatsapp .row-eq-height-all .col-xs-12:last-child {
    border-right: 0px;
}

@media only screen and (min-width: 481px) {
    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row.row > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after,
    .flex-row.row:before {
        display: flex;
    }
    .flex-row.row > [class*="col-"] > .box {
        display: flex;
        flex: 1;
    }
}

.flex-row .thumbnail,
.flex-row .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.flex-row .caption p.flex-text {
    flex-grow: 1;
}
.flex-row img {
    width: 100%;
    height: auto;
}

.haber {
    border: 2px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
    padding: 0px;
}
.haber:hover {
    background-color: #f9f9f9 !important;
}
.haber_box {
    height: calc(100% - 50px);
}
.haber_baslik {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 10px 10px 10px 10px;
}
.haber_icerik {
    font-size: 13px;
    padding: 0px 10px;
    line-height: 21px;
    color: #000;
    margin-bottom: 20px;
}
.haber_tarih {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    color: #084da1;
}
.haber_buton {
    font-weight: 400;
    display: inline-block;
    background-color: #e6e6e6;
    color: #222;
    line-height: 13px;
    font-size: 13px;
    padding: 10px 25px;
}

.haberLine {
    border: 2px solid #e6e6e6;
}

.boxKurul {
    width: 100%;
    height: 250px;
    background-color: #0180c1;
    text-align: center;
}
.boxKurul .boxKurulDetay {
    opacity: 0;
    height: 0px;
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.boxKurul:hover .boxKurulDetay {
    opacity: 1;
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.boxKurul img {
    height: 70px;
    width: auto !important;
    margin-bottom: 20px;
}
.boxKurulBaslik {
    color: #fff;
    font-size: 16px;
}

.indexGecisCon {
    padding-right: 100px;
}

.indexGecis {
}
.indexGecis_img {
    background-color: #00a0e3;
    border-top: 1px solid #fff;
}
.indexGecis_img i {
    font-size: 20px;
    width: auto !important;
    color: #fff;
    margin-top: 3px;
}
.indexGecisBaslik {
    color: #fff;
    background-color: #0180c1;
    margin-top: 5px;
    font-size: 11px;
    padding: 2px;
}

.sssBaslik {
    font-size: 17px;
    color: #3d1953;
    margin-bottom: 10px;
}
.sssIcerik {
    padding: 5px 10px;
    margin-bottom: 15px;
    border-left: 2px solid #777;
    margin-left: 5px;
}

.ayriMenu {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.ayriMenu {
    background-color: #0a69aa;
}
.ayriMenu a {
    background-color: #0a69aa;
    display: inline-block !important;
    width: 100% !important;
    padding: 5px 15px;
    color: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

@media (min-width: 767px) {
    .ayriMenu {
        padding: 2px 5px !important;
        background-color: transparent;
    }
    .ayriMenu a {
        width: 200px !important;
    }
}

@media (max-width: 991px) {
    .col-md-9 {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    p > img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    span > img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    p,
    span {
        overflow: hidden;
    }
}

.icerikindex > table {
    width: 100%;
}

.squareCustom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer2__line {
    width: 100%;
    height: 1px;
    background: #3d1953;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lmd-footer {
    background: #fff;
    border-bottom: none;
}

.footer3__yasal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__icon {
    font-size: 8px;
    color: #305d99;
}

.footerLogo img {
    height: 60px;
    width: auto;
}

.footer__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

@media (max-width: 991px) {
    .footer3__yasal {
        flex-direction: column;
    }
    .footer__icon {
        display: none;
    }
}

.footerSocial {
    display: flex;
    gap: 0.5rem;
}

@media (min-width: 1200px) {
    .footerAdres {
        margin-top: 20px;
    }
}

.col-padding {
    padding: 0 10px;
}

.indexHaberTitle {
    color: #083353;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 15px 15px 15px;
}
.indexHaberTitle .tum-haber {
    font-size: 13px;
    margin-top: 4px;
    color: #333;
    float: right;
}
.indexHaber {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0px 15px 15px 15px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.indexHaber {
    border-bottom: 5px solid #7a0636;
}
.indexHaber .title {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #7a0636;
    font-size: 14px;
    font-weight: bold;
}
.indexHaber .icerik {
    margin-bottom: 15px;
    color: #666666;
    line-height: 18px;
    font-size: 13px;
    height: calc(18px * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexHaber .button {
    color: #fff;
    font-size: 11px;
    width: 135px;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.indexHaber .button {
    background-color: #7a0636;
}

.app-top {
    position: relative;
    user-select: none;
    padding: 0.5rem;
    background: #f7f7f7;
}

@media (max-width: 767px) {
    .app-top {
        display: none;
    }
}

.container-app-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-top__logo {
    display: inline-block;
}
.app-top__logo img {
    width: auto;
    height: 90px;
}

@media (max-width: 991px) {
    .app-top__logo img {
        width: auto;
        height: 72px;
    }
}

.btnAnasayfa {
    display: none;
}

@media (max-width: 767px) {
    .btnAnasayfa {
        display: inline-block;
    }
}

.app-logos {
    position: relative;
    user-select: none;
    padding: 0.5rem;
}

@media (max-width: 767px) {
    .app-logos {
        display: none;
    }
}

.app-top__site-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 767px) {
    .app-top__site-logos {
        display: none;
    }
}

.container-app-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    flex-flow: row wrap;
}

.app-logos img {
    height: 50px;
    width: auto;
}

.app-top__logo-aile-yili {
    height: 58px;
    width: auto;
}

#header ul {
    width: 100%;
    float: none;
    display: flex;
    flex-flow: row nowrap;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

#header ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: center;
}

#header ul > li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

#header ul > li > a {
    color: #fff;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    width: 100%;
    white-space: nowrap;
}

#header ul > li > a.active {
    background: rgba(255, 255, 255, 0.125);
}

#header ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}

#header ul > li > ul {
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: auto;
    min-width: 100%;
    background: #f7f7f7;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 0.5rem;
    padding: 0.25rem 0;
    display: flex;
    flex-direction: column;
}

#header ul > li > ul > li {
    display: block !important;
    float: left;
    width: 100%;
}

#header ul > li > ul > li > a {
    color: #000 !important;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 12px !important;
    text-transform: uppercase;
}

#header ul > li > ul > li > a:hover {
    background: #e0e0e0;
}

.sure {
    padding: 0.675rem;
    background: #3d1953;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
@media (max-width: 767px) {
    .sure {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .sureD {
        display: none;
    }
}

@media (min-width: 768px) {
    .sureM {
        display: none;
    }
}

.footer__contact {
    display: flex;
    gap: 0;
}
@media (max-width: 991px) {
    .footer__contact {
        flex-direction: column;
    }
}
.footer__contact__item {
    border: 1px solid #3d1953;
    display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 10px;
    padding: 1.25rem;
}

@media (max-width: 991px) {
    .footer__contact__item {
        align-items: flex-start;
    }
}
.footer__contact__item__title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1rem;
}

.footer__contact__item__title:after {
    position: absolute;
    left: 0;
    bottom: calc(50% - 0.5px);
    background: #3d1953;
    width: 20px;
    height: 1px;
    content: "";
}

.footer__contact__item span {
    font-size: 0.875rem;
    opacity: 0.75;
}
@media (max-width: 991px) {
    .footer__contact__item span {
        text-align: start;
    }
}

.footer2 {
    padding-top: 20px;
}
.footer2 img {
    height: 58px;
    width: auto;
}

.footer2__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer2__item {
        gap: 20px;
        flex-direction: column;
    }
}

.footer2__nav a {
    color: #000;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

.footer2__nav a:hover {
    background: #f7f7f7;
}

.footer3__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer3__item {
        gap: 20px;
        flex-direction: column;
    }
}
.footer2__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .footer2__nav ul {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 991px) {
    .footer2__nav a {
        padding: 0.5rem 1rem;
    }
}

.duyurular__btn {
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.index__title {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
}

html {
    scroll-behavior: smooth;
}

details {
    border-bottom: 1px solid #dee2e6;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

details:first-child {
    border-top: 1px solid #dee2e6;
}

details[open] summary i {
    transform: rotate(45deg);
    background: #3d1953;
}

details summary {
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
}

details summary::-webkit-details-marker {
    display: none;
}

details summary i {
    margin-left: auto;
    transition: transform ease 0.1s;
    display: inline-block;
    background: #646464;
    padding: 4px 6px;
    border-radius: 9999px;
}

details p {
    opacity: 0.75;
    font-size: 0.75rem;
}

.displayInlineBlock {
    display: inline-block;
}

.slaytlar__owl .owl-nav {
    display: inline !important;
}
.slaytlar__owl button span {
    font-size: 2rem;
    color: #3d1953;
}