a.modal.modalArticle {
    position: initial !important;
    display: initial !important;
}

.border-top-right-radius-0 {
    border-top-right-radius: 0;
}

.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0;
}

.border-top-left-radius-0 {
    border-top-left-radius: 0;
}

.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0;
}


/* .iyzicoForm i {
    color: #777;
} */

.input-group>.chzn-container {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%!important;
    margin-bottom: 0;
}

.input-group>.chzn-container:not(:first-child) .chzn-single,
.input-group>.chzn-container:not(:first-child).chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.input-group>.chzn-container:not(:last-child) .chzn-single,
.input-group>.chzn-container:not(:last-child).chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-rounded-pill {
    border-radius: 30px!important;
}


/* Buton Group */

body .sppb-btn-primary,
body .sppb-btn-secondary,
body .sppb-btn-default,
body .sppb-btn-info,
body .sppb-btn-success,
body .sppb-btn-warning,
body .sppb-btn-danger,
body .sppb-btn-custom {
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /* font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative; */
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(69, 39, 126, 0.3);
    -moz-box-shadow: 5px 5px 15px 0px rgba(69, 39, 126, 0.3);
    box-shadow: 5px 5px 15px 0px rgba(69, 39, 126, 0.3);
    cursor: pointer;
    padding: 4px 5px 4px 14px;
    color: #fff;
}

body .sppb-btn-primary:hover,
body .sppb-btn-primary:focus,
body .sppb-btn-secondary:hover,
body .sppb-btn-secondary:focus,
body .sppb-btn-default:hover,
body .sppb-btn-default:focus,
body .sppb-btn-info:hover,
body .sppb-btn-info:focus,
body .sppb-btn-success:hover,
body .sppb-btn-success:focus,
body .sppb-btn-warning:hover,
body .sppb-btn-warning:focus,
body .sppb-btn-danger:hover,
body .sppb-btn-danger:focus,
body .sppb-btn-custom:hover,
body .sppb-btn-custom:focus {
    box-shadow: none;
    color: #fff;
}

body .sppb-btn-primary:before,
body .sppb-btn-secondary:before,
body .sppb-btn-default:before,
body .sppb-btn-info:before,
body .sppb-btn-success:before,
body .sppb-btn-warning:before,
body .sppb-btn-danger:before,
body .sppb-btn-custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}

body .sppb-btn-primary:hover:before,
body .sppb-btn-secondary:hover:before,
body .sppb-btn-default:hover:before,
body .sppb-btn-info:hover:before,
body .sppb-btn-success:hover:before,
body .sppb-btn-warning:hover:before,
body .sppb-btn-danger:hover:before,
body .sppb-btn-custom:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

body .sppb-btn-primary i,
body .sppb-btn-secondary i,
body .sppb-btn-default i,
body .sppb-btn-info i,
body .sppb-btn-success i,
body .sppb-btn-warning i,
body .sppb-btn-danger i,
body .sppb-btn-custom i {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body .sppb-btn-primary i {
    color: #7030a0;
}

body .sppb-btn-secondary i {
    color: #010944;
}

body .sppb-btn-default i {
    color: #7030a0;
}

body .sppb-btn-info i {
    color: #00d9c4;
}

body .sppb-btn-success i {
    color: #23cf5f;
}

body .sppb-btn-warning i {
    color: #f7c845;
}

body .sppb-btn-danger i {
    color: #ff2b02;
}

body .sppb-btn.btn-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Animasyonlar */

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes animation-slide {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animation-slide {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@keyframes animation-regular {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animation-regular {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@keyframes animation-back {
    0% {
        box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
}

@-webkit-keyframes animation-back {
    0% {
        box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
}

@keyframes animation-slide1 {
    0% {
        box-shadow: 0 0 0 8px rgba(232, 232, 232, 0.1);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animation-slide1 {
    0% {
        box-shadow: 0 0 0 8px rgba(232, 232, 232, 0.1);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

#sp-top-bar .sp-custom-login-on .form-login-wrap a {
    color: #010944;
}

#sp-top-bar .sp-custom-login-on .form-login-wrap a:hover {
    color: #ff9a01
}

.toli-particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.circlePhoneBg .sppb-ripple-effect {
    bottom: -100px;
    border-radius: 50px;
}

.telefonCarousel:before {
    content: "";
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .8), 0 0 0 30px rgba(255, 255, 255, .6), 0 0 0 45px rgba(255, 255, 255, .4);
    z-index: -1;
    animation: sppbModalRipple 2s infinite;
}

.damlaSimge .sppb-icon-container {
    background-image: url(../images/icon-bg-purple.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    transition: 0.3s;
}

.damlaSimge.sari .sppb-icon-container {
    background-image: url(../images/icon-bg-yellor.png);
}

.damlaSimge.turuncu .sppb-icon-container {
    background-image: url(../images/icon-bg-orange.png);
}

.damlaSimge.yesil .sppb-icon-container {
    background-image: url(../images/icon-bg-green.png);
}

.damlaSimge.pembe .sppb-icon-container {
    background-image: url(../images/icon-bg-pink.png);
}

.damlaSimge.mavi .sppb-icon-container {
    background-image: url(../images/icon-bg-blue.png);
}

.damlaSimge:hover .sppb-icon-container {
    transform: rotate(360deg);
}

.golgeliKutu {
    transition: .3s;
    border-radius: 15px;
    padding: 10px;
    box-shadow: none;
}

.golgeliKutu:hover,
.golgeliKutu.aktif {
    background: #fff;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277) !important;
}

.golgeliKutu.aktif:hover {
    box-shadow: none!important;
    background: transparent!important;
}

#features-section .sppb-section-title {
    margin-bottom: 110px;
}

.ozellikSekmesi .sppb-nav-custom>li.active>a,
.ozellikSekmesi .sppb-nav-custom>li.active>a:hover,
.ozellikSekmesi .sppb-nav-custom>li.active>a:focus,
.ozellikSekmesi .sppb-nav-custom>li>a:hover,
.ozellikSekmesi .sppb-nav-custom>li>a:focus {
    background-image: url(../images/sekme-bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
}

.ozellikSekmesi .sppb-nav-custom>li>a>.sppb-tab-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #010944;
}

.ozellikSekmesi .sppb-nav-custom>li.active>a>.sppb-tab-subtitle,
.ozellikSekmesi .sppb-nav-custom>li>a:hover>.sppb-tab-subtitle,
.ozellikSekmesi .sppb-nav-custom>li>a:focus>.sppb-tab-subtitle {
    color: #fff
}

.ozellikSekmesi .sppb-nav-custom>li>a>.feature-thumb {
    position: absolute;
    left: 25px;
    border-radius: 100%;
    padding: 10px;
    border: 1px solid #cecbf5;
    align-items: center;
    justify-content: center;
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.ozellikSekmesi .sppb-nav-custom>li>a>.feature-thumb img {
    background: rgb(232, 59, 153);
    background: linear-gradient(184deg, rgba(232, 59, 153, 1) 0%, rgba(226, 143, 110, 1) 100%);
    border-radius: 100%;
    padding: 10px;
}

.ozellikSekmesi .sppb-nav-custom li:nth-child(1) .feature-thumb img {
    background: rgb(232, 59, 153);
    background: linear-gradient(184deg, rgba(232, 59, 153, 1) 0%, rgba(226, 143, 110, 1) 100%);
}

.ozellikSekmesi .sppb-nav-custom li:nth-child(2) .feature-thumb img {
    background: rgb(122, 107, 232);
    background: linear-gradient(184deg, rgba(122, 107, 232, 1) 0%, rgba(208, 128, 221, 1) 100%);
}

.ozellikSekmesi .sppb-nav-custom li:nth-child(3) .feature-thumb img {
    background: rgb(253, 160, 133);
    background: linear-gradient(184deg, rgba(253, 160, 133, 1) 0%, rgba(246, 211, 102, 1) 100%);
}

.ozellikSekmesi .sppb-nav-custom li:nth-child(4) .feature-thumb img {
    background: rgb(127, 107, 230);
    background: linear-gradient(184deg, rgba(127, 107, 230, 1) 0%, rgba(224, 57, 146, 1) 100%);
}

.feature-thumb {
    /* width: 90px;
    height: 90px; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cecbf5;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.feature-thumb .thumb {
    animation: rev-rotate 3s linear infinite;
    -webkit-animation: rev-rotate 3s linear infinite;
    -moz-animation: rev-rotate 3s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    display: block
}

.feature-thumb::before {
    bottom: 6px;
    left: 6px;
}

.feature-thumb::after {
    top: 6px;
    right: 6px;
}

.feature-thumb::after,
.feature-thumb::before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: -ms-linear-gradient(0deg, #f6d365 0, #fda085 100%);
    background-image: -moz-linear-gradient(0deg, #f6d365 0, #fda085 100%);
    background-image: -webkit-linear-gradient(0deg, #f6d365 0, #fda085 100%);
    box-shadow: 5.806px 23.287px 30.72px 1.28px rgba(253, 160, 133, .5);
}

.feature-item:nth-of-type(4n+2) .feature-thumb::after,
.feature-item:nth-of-type(4n+2) .feature-thumb::before,
.ozellikSekmesi .sppb-nav-custom li:nth-child(2) .feature-thumb::before,
.ozellikSekmesi .sppb-nav-custom li:nth-child(2) .feature-thumb::after {
    background-image: -ms-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
    background-image: -moz-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
    background-image: -webkit-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
    box-shadow: 10.418px 30.257px 30.72px 1.28px rgba(121, 107, 232, .5);
}

.feature-item:nth-of-type(4n+3) .feature-thumb::after,
.feature-item:nth-of-type(4n+3) .feature-thumb::before,
.ozellikSekmesi .sppb-nav-custom li:nth-child(3) .feature-thumb::before,
.ozellikSekmesi .sppb-nav-custom li:nth-child(3) .feature-thumb::after {
    background-image: -ms-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
    background-image: -moz-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
    background-image: -webkit-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
}

.feature-item:nth-of-type(4n+4) .feature-thumb::after,
.feature-item:nth-of-type(4n+4) .feature-thumb::before,
.ozellikSekmesi .sppb-nav-custom li:nth-child(4) .feature-thumb::before,
.ozellikSekmesi .sppb-nav-custom li:nth-child(4) .feature-thumb::after {
    background-image: -ms-linear-gradient(0deg, #d180dd 0, #796be8 100%);
    background-image: -moz-linear-gradient(0deg, #d180dd 0, #796be8 100%);
    background-image: -webkit-linear-gradient(0deg, #d180dd 0, #796be8 100%);
}

.ozellikSekmesi .sppb-nav-custom>li>a:hover .feature-thumb,
.ozellikSekmesi .sppb-nav-custom>li.active>a .feature-thumb,
.ozellikSekmesi .sppb-nav-custom>li>a:hover .feature-thumb .thumb,
.ozellikSekmesi .sppb-nav-custom>li.active>a .feature-thumb .thumb {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.ozellikSekmesi .sppb-nav-custom>li.active:before,
.ozellikSekmesi .sppb-nav-custom>li:hover:before {
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #2222b5;
    display: block;
    position: absolute;
    left: -28px;
    top: 50px;
    z-index: 2
}

.priceTable {
    border: 1px solid #dedede;
    border-radius: 7px;
    padding: 40px 10px;
}

.priceTable .sppb-img-container img {
    max-height: 150px;
    border-radius: 100%
}

.priceTable:hover,
.priceTable.featured {
    background: url(../images/pricing-bg.jpg) no-repeat scroll center top #795bb2;
    border-color: #45277e;
    box-shadow: 0 15px 30px rgba(69, 39, 126, 0.35);
    color: #fff;
    background-size: contain;
}

.priceTable:hover h3,
.priceTable.featured h3 {
    color: #fff!important
}

.priceTable.featured:hover {
    color: #fff;
}

.priceTable.featured:hover h3 {
    color: #fff!important
}

.morSekme ul.sppb-nav.sppb-nav-pills {
    background: #ededed;
    border-radius: 50px;
    text-align: left;
    display: table;
    width: 100%;
}

a.btn.btn-xs {
    padding: 7px 10px;
}

.morSekme ul.sppb-nav.sppb-nav-pills>li {
    display: table-cell;
    float: none;
}

.morSekme .sppb-nav-pills>li.active>a,
.morSekme .sppb-nav-pills>li.active>a:hover,
.morSekme .sppb-nav-pills>li.active>a:focus {
    color: #fff!important;
    background: #45277e!important;
}

.morSekme .sppb-nav-pills .sppb-tab-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    border-radius: 100%;
    color: #45277e;
    text-align: center;
    margin-right: 5px;
    margin-top: -8px;
    margin-left: -10px;
}

.morSekme .sppb-nav-pills .sppb-tab-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 400
}

.morSekme .sppb-nav-pills>li>a {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    border-radius: 50px;
    margin: 5px;
}

.morSekme .sppb-nav-pills>li>a:hover {
    background: #ff9a01;
    color: #fff
}

.morSekme .sppb-nav-pills>li>a:hover .sppb-tab-icon {
    color: #ff9a01
}

.morSekme .sppb-tab-content {
    margin-top: 40px;
}

.article-list .article .article-header h1.bookTitle,
.article-list .article .article-header h2.bookTitle {
    font-size: 18px;
    line-height: 20px;
}

.book .field-label {
    font-weight: 600;
}

.book .field-entry {
    margin-bottom: 2px;
}

.book .fields-container {
    font-size: 12px;
}

body[class~="layout-tolikampus:books"].view-category #sp-main-body {
    background: #f3f5f8;
}

.article-list .article.book {
    border: 1px solid #ededed;
    background: #fff;
}

.article-list .article.book:hover {
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277) !important;
}

.article-list .article.book .article-body {
    padding: 0 20px 20px;
}

.article-list .article.book .article-intro-image img,
.article-list .article.book .article-featured-video img,
.article-list .article.book .article-featured-audio img,
.article-list .article.book .article-feature-gallery img {
    border-radius: 9px 9px 0px 0px;
}


/* .article-list .article .readmore a,
.article-list .article .readmore a:hover,
.article-list .article .readmore a:focus {
    color: #fff;
} */

body[class~="layout-tolikampus:books"].view-category .container .blog {
    padding-right: 0;
}

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 27px;
    width: 100%;
    line-height: 35px;
}

body[class~="layout-tolikampus:books"].view-article dd.field-entry {
    display: flex;
}

body[class~="layout-tolikampus:books"].view-article .field-label {
    font-weight: 600;
    width: 25%;
    /* display: inline-block; */
}

body[class~="layout-tolikampus:books"].view-article .field-value {
    width: 75%;
    /* display: inline-block; */
}

.article-feature-gallery {
    border: 1px solid #dedede;
    padding: 10px;
}

.article-feature-gallery .carousel-indicators {
    position: relative;
    bottom: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    border-top: 1px solid #dedede;
    padding-top: 10px;
}

.article-feature-gallery .carousel-indicators li {
    width: 60px;
    height: auto;
    cursor: pointer;
}

.article-feature-gallery .carousel-control-next,
.article-feature-gallery .carousel-control-prev {
    top: 50%;
    width: 30px;
    color: #333;
    opacity: .5;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #dedede;
}

body.view-article .article-details .article-info {
    margin-bottom: 0;
    padding-left: 0;
}

body .sppb-btn.sppb-btn-xs,
body .btn.sppb-btn-xs {
    padding: 3px 10px 3px 10px!important;
}

body .sppb-btn-white,
body .btn-white {
    border: 1px solid #45277e;
    background: #fff;
    color: #45277e!important;
    border-radius: 30px;
}

body .sppb-btn-white:hover,
body .btn-white:hover body .sppb-btn-white:focus,
body .btn-white:focus {
    border: 1px solid #ff9a01;
    background: #ff9a01;
    color: #fff!important;
}

#member-profile .control-group,
#member-registration .control-group {
    margin-bottom: 10px;
}

div.jsn_search .input-prepend>.btn,
div.jsn_search_module .input-prepend>.btn,
#member-profile .input-prepend>.btn,
#member-registration .input-prepend>.btn,
#filters .input-prepend>.btn {
    border-radius: 4px 0 0 4px;
}

div.jsn_search .input-prepend>.btn+input,
div.jsn_search_module .input-prepend>.btn+input,
#member-profile .input-prepend>.btn+input,
#member-registration .input-prepend>.btn+input,
#filters .input-prepend>.btn+input {
    border-radius: 0 4px 4px 0;
}

div.jsn_search .input-prepend>.btn+.btn,
div.jsn_search_module .input-prepend>.btn+.btn,
#member-profile .input-prepend>.btn+.btn,
#member-registration .input-prepend>.btn+.btn,
#filters .input-prepend>.btn+.btn {
    border-radius: 0 0 0 0;
}

#member-profile .chzn-container,
#member-registration .chzn-container {
    width: 100%!important;
}

#member-profile .field-calendar,
#member-registration .field-calendar {
    display: table;
    width: 100%
}

#member-profile .field-calendar input,
#member-registration .field-calendar input {
    display: table-cell;
    border-radius: 4px 0 0 4px;
}

#member-profile .field-calendar .input-group-append,
#member-registration .field-calendar .input-group-append {
    display: table-cell;
    width: 35px;
    vertical-align: middle;
    padding: 0;
    line-height: 14px;
    font-size: 14px;
    height: 100%;
}

#member-profile .field-calendar .input-group-append .btn,
#member-registration .field-calendar .input-group-append .btn {
    position: relative;
    z-index: 2;
    padding: 11px 12px;
    border-radius: 0 4px 4px 0;
}

.jsn-form-fieldset .btn-group-yesno .form-check-label {
    padding: 8px 20px 8px 20px;
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    cursor: pointer;
}

#member-profile .form-check-inline input[type="radio"] {
    display: inline;
}

#member-profile label.checkbox,
#member-profile label.radio {
    padding-left: 0;
}

#member-profile .control-label label {
    margin-bottom: 0;
}

.text-purple {
    color: #45277e;
}

.arrow-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.arrow-1 {
    width: 100px;
    height: 100px;
    background: #45277e;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background: #45277e;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
}

.arrow-2:before {
    width: 52px;
    height: 52px;
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.arrow-2 i.fa {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#ismail-naci-cangul {
    z-index: 4!important;
}

#ibrahim-halil-demir {
    z-index: 3!important;
}

#tahsin-ustundag {
    z-index: 2!important;
}

.sppb-gallery li a {
    display: block;
    border: 1px solid #dedede;
    padding: 5px;
    background: #fff;
    transition: 0.3s;
    overflow: hidden;
}

.sppb-gallery li a:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.07);
}

.sppb-gallery li a img {
    transition: 0.3s;
}

.sppb-gallery li a:hover img {
    transform: scale(1.1);
}

#sbox-content .related-article-list-container,
#sbox-content .article-details .article-ratings-social-share {
    display: none;
}

.jsn-p-avatar,
.jsn-l-avatar {
    position: relative;
}

.jsn-l-avatar .status {
    position: absolute;
    font-size: 0;
    border-radius: 1000px;
    padding: 0;
    display: inline-block;
    border: 2px solid #fff;
    box-sizing: border-box;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    left: -5px;
    top: -5px;
}

.jsn-l-avatar .status.label.label-danger {
    background-color: #d9534f;
}

.jsn-l-avatar .status.label.label-success {
    background-color: #5cb85c;
}

.jsn_search .control-group {
    margin-bottom: 10px;
}

label.radio.inline input,
label.checkbox.inline input {
    margin-right: 5px;
}

.well.jsn_search {
    background: #f3f5f8;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 15px;
}

#sp-left .sp-module.rightArticles,
#sp-right .sp-module.rightArticles {
    padding: 0;
}

#sp-left .sp-module.rightArticles .sppb-addon-articles .sppb-addon-article,
#sp-right .sp-module.rightArticles .sppb-addon-articles .sppb-addon-article {
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

#sp-left .sp-module.blueBlock,
#sp-right .sp-module.blueBlock {
    background: var(--link-color);
}

#sp-left .sp-module.blueBlock .sp-module-title,
#sp-right .sp-module.blueBlock .sp-module-title {
    color: #fff
}

#sp-left .sp-module.rightArticles .sppb-addon-articles .sppb-addon-article h3,
#sp-right .sp-module.rightArticles .sppb-addon-articles .sppb-addon-article h3 {
    font-size: 17px;
}

.sampiyonaGuncelleme .article-list .article {
    background: #f3f5f8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sampiyonaGuncelleme .article-list .article:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10) !important;
}

.sp-page-builder .page-content #sampiyona-menu.sppb-sticky-it {
    top: 100px;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.form-check-label .radio,
.checkboxes .checkbox {
    margin-bottom: 0;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
}

.form-check-label .radio.checked,
.checkboxes .checkbox.checked {
    background: #45277e;
    color: #fff;
}

#sp-left .sp-module,
#sp-right .sp-module {
    background: #fff;
}

a.btn-danger:not([href]):not([tabindex]),
a.btn-success:not([href]):not([tabindex]),
a.btn-info:not([href]):not([tabindex]),
a.btn-info:focus,
a.btn-danger:not([href]):not([tabindex]):focus,
a.btn-danger:not([href]):not([tabindex]):hover,
a.btn-success:not([href]):not([tabindex]):focus,
a.btn-success:not([href]):not([tabindex]):hover,
a.btn-info:not([href]):not([tabindex]):focus,
a.btn-info:not([href]):not([tabindex]):hover {
    color: #fff;
}

.view-quiz #sp-header.header-sticky {
    position: relative;
    top: auto;
}

.view-quiz .nav-placeholder {
    height: auto!important;
}

#jq_quiz_container img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.sppb-btn-warning,
.btn-warning {
    color: #fff!important;
    background-color: #ff9a01!important;
    border-color: #ff9a01!important;
}

.sppb-btn-warning:hover,
.sppb-btn-warning:focus,
.btn-warning:hover,
.btn-warning:focus {
    color: #fff!important;
    background-color: #e0a800!important;
    border-color: #d39e00!important;
}

.articleBox .sppb-article-info-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}


/* .articleBox .sppb-article-info-wrap h3 a {
    color: #010944;
} */

.articleBox .sppb-article-img-wrap {
    margin-bottom: 20px;
    display: block;
}

.articleBox .sppb-article-img-wrap img {
    border-radius: 10px
}

@media(max-width: 768px) {
    .articleBox .sppb-article-info-wrap h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

.articleBox.noImage .sppb-addon-article {
    background: #fff;
    padding: 40px 20px 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    box-shadow: 0 10px 0 #010944;
    margin-top: 20px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.articleBox.noImage .sppb-addon-article:hover {
    box-shadow: none;
    transform: translateY(10px);
}

.articleBox.noImage .sppb-addon-article .sppb-article-meta>span.sppb-meta-date {
    position: absolute;
    top: -25px;
    color: #fff;
    background: var(--text-color);
    padding: 10px;
    border-radius: 10px;
}

.sppb-addon-articles .sppb-addon-article img {
    transition: all 0.3s ease-in-out 0s;
}

.sppb-addon-articles .sppb-addon-article:hover img {
    transform: scale(1.2);
}

.sppb-addon-articles .sppb-article-img-wrap {
    position: relative;
    overflow: hidden;
}

span.questionNumber {
    display: block;
    color: #fff;
    background: purple;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    font-weight: bolder;
    border-radius: 50% 0 0 50%;
    position: absolute;
    left: -50px;
    border: 3px solid #f7f7f7;
    top: 0px;
    box-shadow: -1px 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 23px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .morSekme ul.sppb-nav.sppb-nav-pills {
        border-radius: 10px;
    }
    .morSekme .sppb-nav-pills>li>a {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .morSekme .sppb-nav-pills .sppb-tab-icon {
        margin-right: 0;
        margin-top: 0;
        margin-left: 0;
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .ozellikSekmesi .sppb-tab.sppb-tab-nav-right {
        flex-direction: column-reverse;
    }
    #sp-header {
        height: 80px;
    }
    #sp-header .logo {
        height: 80px;
    }
    #sp-bottom5 {
        text-align: center;
    }
    .logo-image {
        height: 55px!important;
    }
    #offcanvas-toggler {
        display: block;
        height: 80px;
        line-height: 85px;
        font-size: 30px;
    }
    .sp-page-builder .page-content #sampiyona-menu.sppb-sticky-it {
        top: 80px
    }
}

@media (max-width:767px) {
    .body-innerwrapper {
        padding-top: 120px;
    }
    .morSekme ul.sppb-nav.sppb-nav-pills {
        display: flex;
        flex-direction: column;
        border-radius: 30px;
    }
    #sp-bottom,
    #sp-bottom1 .sppb-addon-content,
    #sp-footer {
        text-align: center;
    }
    #sp-bottom1 img {
        width: 80px;
    }
    #sp-bottom5 .sppb-optin-form.form-inline {
        justify-content: center;
        flex-direction: column;
        align-items: center!important;
    }
    .sp-page-builder .page-content #section-id-1611734250800 {
        background-size: 400%!important;
    }
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    bottom: 0;
    top: auto;
    height: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.sppb-carousel-caption .sppb-btn {
    font-size: 13px;
}

.sppb-carousel-caption .sppb-btn i {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.afisler img {
    width: 100%;
}

.afisler .sppb-column-addons {
    padding: 1px;
}

.sagAfis .sppb-addon-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}

.sagAfis .sppb-addon-wrapper a:after,
.solAfis .sppb-addon-wrapper a:after {
    content: "";
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 154, 0, 1) 0%, rgba(255, 154, 0, 0) 50%);
}

.sagAfis .sppb-addon-wrapper:hover a:after,
.solAfis .sppb-addon-wrapper:hover a:after {
    opacity: 0.7;
}

.tamAfis .sppb-addon-single-image-container,
.tamAfis .sppb-addon-single-image-container img {
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
div.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    color: #44267d;
    font-size: 24px;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
div.bx-wrapper .bx-controls-direction a:hover,
div.bx-wrapper .bx-controls-direction a:focus {
    outline: none;
    background: #44267d;
    border-color: #44267d;
    color: #fff;
}

div.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
}

div.bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
    left: auto;
}

.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
    top: 50%;
}

.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
    display: none;
}

.sppb-articles-carousel-content {
    box-shadow: none;
}

.sppb-articles-carousel-item {
    border: 1px solid #dedede;
    margin-bottom: 30px;
    position: relative;
    border-radius: 7px;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.sppb-articles-carousel-img {
    overflow: hidden;
}

.sppb-articles-carousel-item img {
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease-in-out 0s;
}

.sppb-articles-carousel-item:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.sppb-articles-carousel-item:hover img {
    transform: scale(1.2);
}

.bx-wrapper {
    margin-bottom: 0;
}

.sabitSosyal {
    position: fixed;
    right: 31px;
    bottom: 20px;
    z-index: 9999;
    transition: all 0.45s ease-in 0s;
}

.sabitSosyal ul.social-icons>li {
    display: block;
}

.sabitSosyal ul.social-icons>li a {
    opacity: 1;
}

.sabitSosyal ul.social-icons>li a span {
    color: #45277e;
    border-color: #45277e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 0;
    opacity: 1;
    background: #fff;
}

.sabitSosyal ul.social-icons>li a:hover span {
    color: #fff;
    background: #45277e;
}

@media(max-width:767px) {
    .sp-page-builder .page-content #eylemCagrisi {
        background: #2024b0!important;
    }
    .sp-scroll-up {
        right: 8px;
    }
    .sabitSosyal {
        right: 10px;
    }
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item+li.sp-menu-item {
    border-top: 1px solid #ededed;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    line-height: 35px;
    transition: 0.3s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:before {
    content: "";
    height: 100%;
    width: 5px;
    background: purple;
    display: block;
    position: absolute;
    left: 0;
    /* top: -100%; */
    opacity: 0;
    transition: 0.3s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover:before {
    /* height: 100%; */
    /* top: 0; */
    opacity: 1;
    left: -20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a {
    padding-left: 5px;
}
#sp-menu>.sp-column {
    justify-content: end!important;
}
@media (min-width: 768px) {
#sp-top-bar,#sp-header{padding-left:60px!important;padding-right:60px!important}
}