html, body{
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	position: relative;
	
}

/*Material design effect*/
.tab {
    overflow: inherit;
}
.tab__nav {
    border: none;
    background-color: white;
}
.tab__nav li a {
    color: #333;
    border: none;
}
.tab__nav li a:hover, .tab__nav li a:focus {
    color: #e3000f;
    border: none;
    background-color: transparent;
}
.tab__nav li.active a:hover, .tab__nav li.active a:focus {
    color: #e3000f;
    border: none;
    background-color: transparent;
}
.tab__nav li.active a {
    color: #e3000f;
    font-weight: bold;
    border: none;
    background-color: transparent;
}
.tab .pseudo {
    position: absolute;
    border-color: #4c4d4f;
}
.tab__content {
    border: none;
}
.tab__content .tab-pane {
    border: none;
}

.tab:not(.tabs-left):not(.tabs-right) .tab__nav {
    margin-bottom: .3rem;
}
.tab:not(.tabs-left):not(.tabs-right) .tab__nav li a {
    padding: 0;
    margin: 0;
}
.tab:not(.tabs-left):not(.tabs-right) .pseudo {
    border-top: 2px solid;
    margin-bottom: .5rem;
    width: 0%;
    position: absolute;
    transition: left .5s, width .5s;
}
.tab:not(.tabs-left):not(.tabs-right) .tab__content {
    margin-top: 1.4rem;
    display: inline-block;
    width: 100%;
}
.tab__nav {
    display: flex;
    list-style-type: none;
    padding-left: 0;

}
.tab__nav li{
    margin-right: 15px;
}
.tab__nav a {
    cursor: pointer;
}
.tab__panel {
    display: none;
}
.tab__panel.active {
    display: flex;
    flex-wrap: wrap;
}
/*General Settings*/
a{
    transition: all linear 300ms;
}
a:hover{
    transition: all linear 300ms;
    text-decoration: none !important;
}
:focus{
    outline: 0;
}
button:focus{
    outline: 0;
}
.no-content.uyari {
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    text-align: center;
    color: #e3000f;
    font-weight: bold;
    box-shadow: 0 3px 8px #CCC;
}
.loadmore-indicator{
    display: inline-block;
    background-color: white;
    padding: 15px 35px;
    border-radius: 8px;
    margin-top: 25px;
    color: #e3000f;
    box-shadow: 0 3px 8px #CCC;
    opacity: 1;
    transition: all linear 200ms;
}
.loadmore-button{
    display: inline-block;
    background-color: white;
    padding: 15px 35px;
    border-radius: 8px;
    width: 100%;
    margin-top: 25px;
    color: #e3000f;
    box-shadow: 0 3px 8px #CCC;
    opacity: 1;
    transition: all linear 200ms;
}
.loadmore-indicator span.text{
    cursor: pointer;
}
.loadmore-button.hide{
    opacity: 0;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
/*Bootstrap Settings*/
@media (min-width: 1366px){
    .container {
        max-width: 1200px;
    }
}
.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media(max-width: 576px){
    .col-1-5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e3000f;
    outline: 0;
    box-shadow: none;
}
.photo-title {
    background-color: #eef4f6;
    padding: 10px;
}
.photo-title span{
    font-weight: bold;
}
.form-group{
    position: relative;
}
/* Title Borders */
.title-middle-border {
    position: relative;
    margin: 0 0 2em;
    text-align: center;
}
.title-middle-border span {
    position: relative;
    display: inline-block;
    max-width: 80%;
    padding: 0 1em;
    background-color: white;
    z-index: 1;
}
.title-middle-border::after {
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    height: 1px;
    background: #9e9e9e;
}
.title-two-line {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
/*Select2 Settings*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: calc(1.5em + .45rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #e3000f;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6c757d;
    line-height: 36px;
    height: calc(1.5em + .45rem + 2px);
    font-size: .8rem;
}

/*Form Main Settings*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control{
    font-size: 0.8rem;
}
.form-group div.error{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #e3000f;
}
.blockUI {
    color: rgb(207, 17, 45) !important;
    border: 0 solid rgb(90, 90, 90) !important;
    background-color: rgba(255, 255, 255, 0.73) !important;
    width: auto;
    font-size: 2em !important;
    padding: 10px 18px !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.blockUI.blockMsg {
    background-color: transparent !important;
    border: none !important;
    width: 80% !important;
    line-height: 1;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    height: 100%;
    opacity: 0.6;
}
.blockui-custom-text{
    font-size: 1.2rem;
}
.form-wrapper{
    position: relative;
}
.form-alert-box-wrapper {
    display: none;
    position: absolute;
    top: 50px;
    padding: 15px 25px;
    background: #dd2330;
    border-radius: 8px;
    z-index: 1020;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}
.form-success.icon {
    color: #CDDC39;
    font-size: 5em;
    text-shadow: 2px 2px 1px white;
}
.form-success.msg-1{
    font-size: 1.2em;
    margin-bottom: 25px;
}
.form-footer{
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    flex: 100%;
}
.form-footer .form-footer-wrapper{
    display: flex;
    flex: 100%;
    background: #f1efef;
    border-radius: 4px;
    padding: 8px;
    justify-content: center;
}
.sipil-btn{
    background-color: #191DD4;
}
.campus-form-wrapper{
    background-color: #d0d0d0;
    padding: 15px;
    display: flex;
    height: 100%;
    border-radius: 4px;
}
.form-pages.campus-form{
    background-color: transparent;
}
.form-pages.campus-form.form-popup{
    width: 350px;
}
.sipil-form-container.campus-form .form-group{
    margin-bottom: 5px;
}
.sipil-form-container.campus-form .form-title {
    font-family: 'Barlow', sans-serif;
    display: flex;
    flex: 100%;
    justify-content: center;
    text-align: center;
    color: #e3000f;
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.2;
}
.sipil-form-container.campus-form .form-desc {
    font-family: 'Barlow', sans-serif;
    display: flex;
    flex: 100%;
    justify-content: center;
    text-align: center;
    color: #2f2f2f;
    font-weight: 300;
    font-size: .9em;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sipil-form-container.campus-form .form-footer .form-footer-wrapper {
    display: flex;
    flex: 100%;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    padding: 8px;
    justify-content: center;
}
.sipil-form-container.campus-form .form-alert-box-wrapper{
    font-size: 0.8em;
}
.sipil-form-container.campus-form.form-popup {
    width: 350px;
    padding: 25px;
}
.sipil-form-container.campus-form.popup .form-title {
    font-size: 2.2em;
}
.sipil-form-container.campus-form.popup .form-sub-title {
    text-align: center;
    font-size: 1.1em;
}
/* Scroll Bar */
::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #6e6e6e
}

::-webkit-scrollbar-thumb:hover {
    background: #fe0000
}

/*Brand Bg Colors*/
.brand-bg-color-grey{
    background-color: #e3000f;
    color: #ffffff;
}
.brand-bg-color-red{
    background-color: #6f6f6e;
    color: #ffffff;
}

/*Brand Font Colors*/
.brand-font-color-grey{
    color: #ffffff !important;
}
a.brand-font-color-grey:hover{
    color: #6f6f6e !important;
    text-decoration: none;
}
.brand-font-color-red{
    color: #6f6f6e !important;
}
a.brand-font-color-red:hover{
    color: #3a3a3a !important;
    text-decoration: none;
}

/*Header*/
header.site-header{
    position: relative;
    z-index: 100;
}
section.header-top {
    padding: 15px 0;
}
.social-media-icons {
    display: flex;
    justify-content: space-between;
}
.social-media-icons a{
    display: flex;
    color: #949292;
}
.search-bar-container {
    position: relative;
    padding-right: 15px;
}
.search-form-input {
    border-radius: 50px;
    border: 1px solid #fbfbfb;
    font-size: 0.9em;
    font-weight: 600;
    color: #bee2e9;
}
.search-form-button {
    position: absolute;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0;
    line-height: 1;
}
.search-no-result {
    border-radius: 4px;
    border: 1px solid #db1832;
    color: #db1832;
    padding: 10px;
    width: 100%;
    display: flex;
    line-height: 1;
    align-items: center;
}
.search-no-result i{
    font-size: 1.4em;
    margin-right: 15px;
}
body.search-results .content-container {
    width: 100%;
    background: #fff;
    padding: 18px;
    border-radius: 0;
}
.result-item{
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 4px;
    margin-bottom: 0.6em;
    transition: all linear 200ms;
    overflow: hidden;
}
.result-item:hover{
    background-color: #d4edfc;
}
.result-item a{
    text-decoration: none;
    width: 100%;
    padding: 8px;
    transition: all linear 200ms;
}
.result-item a:hover .title{
    color: #db1832;
}
.result-item .title{
    width: 100%;
    font-size: 1.2em;
    color: #db1832;
    font-weight: 400;
}
.result-item .desc{
    font-weight: 100;
    font-size: .9em;
    color: #333;
}
.result-item .desc.levels span{
    font-size: 0.8em;
    padding: 2px 8px;
    margin-right: 6px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    opacity: 0.7;
}
.quick-links-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-container.quick-links-swiper.swiper-container-initialized.swiper-container-horizontal {
    padding-bottom: 20px;
}
.quick-links-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #db1832;
}
.quick-links-swiper .swiper-slide {
    width: 60px !important;
}
.live-search-container {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #db1832;
    position: absolute;
    width: 100%;
    z-index: 99999;
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: 0px 1px 8px -4px black;
    overflow: hidden;
    padding-bottom: 60px;
}
.live-search-info-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #bee2e9;
    color: #484646;
    font-size: .8rem;
    text-align: center;
    padding: 5px;
}
.live-search-info-button span{
    background: #db1832;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 0.6rem;
    display: inline-block;
    line-height: 1;
    height: 20px;
    width: 20px;
}

.sipil-search-result-accordion .card-body {
    max-height: 500px;
    overflow: auto;
    margin-top: 1px;
}
.sipil-search-result-accordion .card-header {
    position: relative;
}
.campus-list-container{
    height: 200px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

a.shortcut-link {
    display: block;
    width: 60px;
    height: 60px;
}
a.shortcut-link.campus {
    display: flex;
    flex: 100%;
    height: auto;
    max-height: 55px;
    background-color: #bee2e9;
    padding: 8px;
    border-radius: 3px;
    font-size: .8rem;
    margin-right: 6px;
    margin-bottom: 6px;
    align-items: center;
}
.shortcut-box {
    background: #bee2e9;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 4px 0px;
}
.shortcut-box .icon{
    font-size: 1.2rem;
}
.shortcut-box .title{
    font-size: .6rem;
    line-height: 1;
}
.live-search-info {
    font-size: .7rem;
    background-color: #df4558;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    color: #fff;
}
.header-top-menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}
.header-top-menu ul li.register-title{
    padding: 4px 10px;
    border-radius: 4px;
    transition: all linear 300ms;
}
.header-top-menu ul li.register-title:hover{
    background: #3a3a3a;
}
.header-top-menu ul li.register-title a{
    color: #ffffff;
    font-size: .8em;
    font-weight: 700;
}


.header-top-menu ul li.register-title2{
    padding: 4px 10px;
    border-radius: 4px;
    transition: all linear 300ms;
}
.header-top-menu ul li.register-title2:hover{
    background: #ffffff;
}
.header-top-menu ul li.register-title2 a{
    color: #000000;
    font-size: .8em;
    font-weight: 700;
}

.header-top-menu ul li a{
    font-size: .9em;
    font-weight: 600;
}
section.header-menu-bar {
    background: rgba(255, 255, 255, 0.65);
    padding: 15px 0;
}
img.brand-logo-img {
    max-width: 100%;
}
nav.header-main-menu {
    display: flex;
    justify-content: flex-start;
}
.header-main-menu > ul.main-menu{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    border: 0;
    box-shadow: none;
}
.main-menu a, .sm-simple a:active, .sm-simple a:focus, .sm-simple a:hover {
    font-family: 'Raleway', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
}
@media (min-width: 768px){
    .sm-simple {
        background: #fff0;
    }
    .main-menu > li > ul.dropdown {
        top: 68px !important;
        border: 0;
        box-shadow: 0px 5px 8px rgba(0,0,0,.2);
    }
    .main-menu > li > ul.dropdown li ul {
        border: 0;
        box-shadow: 0px 5px 8px rgba(0,0,0,.2);
    }
    .main-menu li.unesco-stem-menu{
        background-image: url("../images/unesco-stem-menu-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .main-menu li.unesco-stem-menu:hover a{
        background: transparent;
    }
    .main-menu > li{
        display: flex;
        height: 70px;
        align-items: center;
        border-left: 0 !important;
    }
    .main-menu > li > a{
        border-left: 1px solid #555;
        color: #2b2b2b;
    }

    .main-menu > li > a.highlighted, .main-menu > li > a:hover{
        color: #e3000f;
    }
    .sm-simple>li:first-child > a{
        border-left: 0;
    }
    .sm-simple a .sub-arrow {
        top: 50%;
        margin-top: -4px;
        right: 14px;
        width: 0;
        height: 0;
        border-width: 6px 4.02px 0 4.02px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
        background: transparent;
        border-radius: 0;
        transition: all linear 300ms;
    }
    .main-menu > li:hover > a .sub-arrow{
        border-color: #e3000f transparent transparent transparent;
    }
    .sm-simple ul a .sub-arrow {
        right: 10px;
        left: auto;
        margin-top: -4.02px;
        border-width: 4.02px 0 4.02px 6px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #555555;
    }
}
.sm-simple a .sub-arrow::before {
    font-family: "Font Awesome 5 Pro";
    content: '';
}

/*Slider Area*/
section.slider-area {
    position: relative;
    margin-top: -20px;
    z-index: 10;
}
.home-swiper {
    height: 450px;
}
.home-swiper .swiper-slide, .home-swiper .swiper-slide .swiper-lazy{
    background-position: center;
}
.home-swiper .swiper-slide .swiper-lazy {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.home-swiper .swiper-slide, .home-swiper .swiper-slide .swiper-bg-item{
    background-position: center;
}
.home-swiper .swiper-slide .swiper-bg-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.home-swiper-next, .home-swiper-prev{
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6;
    background-image: none;
    background-color: #e3000f;
    height: 36px;
    width: 58px;
    border-radius: 25px;
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
}
.home-swiper-next{
    right: 20px;
}
.home-swiper-prev{
    left: 20px;
}

/*School Sections*/
section.school-sections{
    position: relative;
    z-index: 20;
    margin-top: -20px;
}
/*School Sections*/
.school-sections .school-sections-wrapper{
    background-image: url("../images/school-sections-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 50px;
}
.school-sections .section-title {
    font-family: 'Barlow', sans-serif;
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    padding: 25px 0;
}
.section-box{
    position: relative;
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.section-box .title{
    font-family: 'Barlow', sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.kademe-color-default{
    background: url("../images/lise-sec-bg.png"), linear-gradient(45deg, #4596ff 20%, #51cec8 100%) !important;
}
.okul-oncesi, .anaokulu{
    background: url("../images/okul-oncesi-sec-bg.png"), linear-gradient(45deg, #ff9000 20%, #ffba00 100%) !important;
}
.ilkokul{
    background: url(../images/ilkokul-sec-bg.png), linear-gradient(45deg, #5ce511 20%, #ffc600 100%) !important;
}
.ortaokul{
    background: linear-gradient(45deg, #FF5722 20%, #e3000f 100%) !important;
}
.lise{
    background: url("../images/lise-sec-bg.png"), linear-gradient(45deg, #4596ff 20%, #51cec8 100%) !important;
}

.kademe-okul-oncesi-color, .anaokulu-color{
    background: linear-gradient(45deg, #ff9000 20%, #ffba00 100%) !important;
}
.kademe-ilkokul-color{
    background: linear-gradient(45deg, #5ce511 20%, #ffc600 100%) !important;
}
.kademe-ortaokul-color{
    background: linear-gradient(45deg, #FF5722 20%, #e3000f 100%) !important;
}
.kademe-lise-color{
    background: linear-gradient(45deg, #343a40 20%, #cccccc 100%) !important;
}
.haberler-color{
    background: linear-gradient(45deg, #1c1247 20%, #f9375a 100%) !important;
}

.kademe-okul-oncesi .sidebar-menu li:hover{
    border-left-color: #ff9000 !important;
}
.kademe-okul-oncesi .sidebar-menu li a:hover{
    color: #ff9000 !important;
}

.kademe-ilkokul .sidebar-menu li:hover{
    border-left-color: #5ce511 !important;
}
.kademe-ilkokul .sidebar-menu li a:hover{
    color: #5ce511 !important;
}

.kademe-ortaokul .sidebar-menu li:hover{
    border-left-color: #FF5722 !important;
}
.kademe-ortaokul .sidebar-menu li a:hover{
    color: #FF5722 !important;
}

.kademe-lise .sidebar-menu li:hover{
    border-left-color: #4596ff !important;
}
.kademe-lise .sidebar-menu li a:hover{
    color: #4596ff !important;
}

.haberler .sidebar-menu li:hover{
    border-left-color: #230926 !important;
}
.haberler .sidebar-menu li a:hover{
    color: #230926 !important;
}
.btn.levels-module{
    font-size: 1.4em;
    font-weight: bold;
}
/*Quick Links Area*/
section.quick-links{
    position: relative;
    z-index: 10;
}
section.quick-links .section-title{
    font-family: 'Barlow', sans-serif;
    text-align: center;
    background: #f0eeef;
    border-radius: 30px;
    padding: 12px 0;
    font-weight: 700;
    font-size: 1.2em;
    margin: 15px 0;
}
.quickbar-swiper {
    padding-bottom: 60px;
}
.quickbar-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e3000f;
}
.quickbar-swiper-wrapper {
    position: relative;
}
.quickbar-swiper-next, .quickbar-swiper-prev{
    color: #3a3a3a;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6;
    background-image: none;
    border-radius: 25px;
    margin-top: -60px;
}
.quickbar-swiper-next{
    right: -40px;
}
.quickbar-swiper-prev{
    left: -40px;
}

/*News Area*/
section.news-area{
    position: relative;
}
.news-block-nav{
    justify-content: center;
}
.news-tab-btn{
    background: #eeeeee;
    position: relative;
    margin-right: 15px;
    color: #999999;
    font-weight: bold;
    padding: 10px 20px;
}
.news-tab-btn:hover{
    color: #e3000f;
}
.news-tab-btn.active{
    background-color: #e3000f !important;
    color: #fff;
}
.news-tab-btn.active:after{
    border-top-color: #e3000f;
}
.news-tab-btn:after{
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.news-tab-btn:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #eeeeee;
    border-width: 8px;
    margin-left: 0px;
}
.content-container.news {
    display: flex;
    justify-content: center;
    min-height: 660px;
    align-items: center;
}
.pagination.news {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}
.card.news-card {
    border-color: #e5e5e5;
    background-color: #d4edfc;
}
.card.news-card .card-image-wrapper{
    padding: 8px;
}
.card.news-card .card-image{
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card.news-card .card-body{
    font-family: 'Barlow', sans-serif;
    position: relative;
    height: 185px;
}
.card.news-card .card-title{
    color: #e3000f;
    font-weight: bold;
    margin-top: 15px;
}
.card.news-card .card-text{
    color: #666666;
}
.card.news-card .card-arrow {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #d1d1d1;
}
.card.news-card .card-date-wrapper{
    position: absolute;
    display: flex;
    background-color: #fff;
    top: -32px;
}
.card.news-card .card-date-wrapper .date-text{
    display: flex;
    padding: 10px 20px 10px 15px;
    font-weight: bold;
}
.card.news-card .card-date-wrapper .cat-text{
    padding: 10px 15px;
    background: #e3000f;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.card.news-card .card-date-wrapper .cat-text:before{
    content: '';
    position: absolute;
    background-image: url(../images/news-cat-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 11px;
    height: 13px;
    right: 100%;
    top: 12px;
}

.news-card.v2 {
    font-family: 'Barlow', sans-serif;
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
    color: #848484;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.news-card-image.v2{
    flex: 30%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 120px;
    max-width: 142px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.news-card-top.v2{
    display: flex;
    flex: 100%;
}
.news-card-footer.v2{
    display: flex;
    flex: auto;
    background-color: #eee;
    padding: 5px;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
}
.news-card-footer.v2 .date-text {
    margin-right: 8px;
    margin-left: 8px;
}
.news-card-footer.v2 .cat-text {
    color: #e3000f;
}
.news-card-footer.v2 .card-arrow{
    display: flex;
    align-self: center;
    position: absolute;
    right: 10px;
}
.news-card-content.v2 {
    flex: 70%;
    padding: 20px;
    background: white;
    direction: ltr;
    width: 70%;
    height: 142px;
}
.news-card-right.v2{
    padding: 15px;
    background: white;
    direction: ltr;
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.36);
    width: 210px;
    /*margin-right: -250px;*/
}
.news-card-content.v2 h4 {
    color: #e3000f;
    font-size: 1.1em;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.news-card.v2 .card-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
a.news-card-url:hover .card-arrow{
    color: #e3000f;
    transition: all linear 300ms;
}
a.news-card-url:hover .news-card-content.v2 h4 {
    color: #3f474f;
    transition: all linear 300ms;
}
.news-swiper{
    padding-bottom: 60px;
}
.news-swiper-pagination{
    text-align: center;
    margin-top: 25px;
}
.news-swiper-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    line-height: 2.4;
    border-radius: 10%;
    background: #e8e8e8;
    font-size: 0.9em;
    font-weight: bold;
    opacity: 1;
    font-family: 'Barlow', sans-serif;
}
.news-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e3000f;
    color: #fff;
}
.success-swiper{
    padding-bottom: 60px;
}
.success-swiper-pagination{
    text-align: center;
    margin-top: 25px;
}
.success-swiper-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    line-height: 2.4;
    border-radius: 10%;
    background: #e8e8e8;
    font-size: 0.9em;
    font-weight: bold;
    opacity: 1;
    font-family: 'Barlow', sans-serif;
}
.success-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e3000f;
    color: #fff;
}
/*Endustri 4.0 Area*/
section.haberler{
    background-image: url("../images/haberler-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.haberler .section-page-header-wrapper .section-top-title{
    display: none;
}
.haberler.subsite-static-page .section-page-header-wrapper .section-top-title{
    display: block !important;
}
.haberler .section-page-header-wrapper {
    font-family: 'Barlow', sans-serif;
    background-image: url(../images/page-header-bg.png);
    padding: 10px 60px 10px 60px;
    overflow: hidden;
    position: relative;
}
.haberler.subsite-static-page .section-page-header-wrapper{
    padding: 40px 60px 10px 60px;
}
.haberler .section-top-title{
    font-family: 'Barlow', sans-serif;
    position: absolute;
    background-color: #e3000f;
    padding: 10px 35px;
    top: -25px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 6px 6px 0px 0px;
}
.haberler .section-title{
    font-family: 'Barlow', sans-serif;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}
.haberler .section-desc{
    font-family: 'Barlow', sans-serif;
    color: #8a8787;
    text-align: center;
    padding: 10px 180px;
    font-weight: 500;
    margin-bottom: 25px;
}
.haberler .card-image-wrapper img{
    max-width: 100%;
    height: auto;
}
.haberler .card.news-card .card-title {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
}
.haberler .card.news-card {
    border-color: #e5e5e5;
    background-color: #eee;
    box-shadow: 0 18px 10px -12px rgba(0, 0, 0, 0.3);
}
.haberler .page-content-title {
    color: #8f2551 !important;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
}
.haberler.info-box {
    background: #f5edef;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 10px;
    border-radius: 4px;
}
.haberler.info-box .title{
    display: flex;
    border-bottom: 2px solid;
    height: 35px;
    align-items: center;
    color: #36275d;
    flex: 100%;
    justify-content: center;
    font-weight: bold;
}

.haberler.info-box .content{
    display: flex;
    flex: 100%;
    margin-top: 10px;
    justify-content: center;
}
.haberler.info-box .content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.haberler.info-box .content ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: .9em;
}
.haberler.info-box .content ul li::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0a9";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8f2551;
}
.haberler .page-content-title.custom-section-title {
    background: #2f2349;
    color: #fff !important;
}
/*AltBanner Area*/
section.AltBanner{
    background-color: #fff;
    padding: 60px 0;
}
.AltBanner .AltBanner-detail-button{
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 20px;
    font-weight: bold;
    margin-top: 25px;
}

/*Footer*/
.footer{
    font-family: 'Barlow', sans-serif;
    background-color: #e3000f;
    padding-top: 40px;
    position: relative;
}
.footer .footer-bottom{
    background-color: #949293;
    margin-top: 40px;
}
.footer-bottom .footer-message{
    text-align: center;
    color: #ffffff;
    padding: 12px 0;
    font-size: .8em;
}
.footer-info{
    margin: 0px 0px 0px 10px;
    padding: 0;
    list-style: none;
}
.footer-info li{
    color: #ffffff;
    font-weight: 600;
}
.footer-info li i{
    color: #212529;
    width: 32px;
    text-align: center;
}
.newsletter-form-wrapper {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px 0px 30px 30px;
    display: flex;
    position: relative;
}
input.form-control.newsletter-input {
    border: 0;
}
button.newsletter-button {
    background: #fff;
    border: 0;
    color: #e3000f;
    font-size: 1.5em;
}
.form-message {
    position: absolute;
    background-color: #343a40;
    color: #fff;
    font-size: .8em;
    padding: 2px 8px;
    border-radius: 4px 4px 0px 4px;
    top: -16px;
    right: 0;
}
.social-media-icons.footer-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.social-media-icons.footer-icons a {
    display: flex;
    color: #949292;
    font-size: 1.4em;
}
/*Campus List Ares*/
section.campuslist-page-header{
    position: relative;
    z-index: 30;
    margin-top: -20px;
}
section.campus-list{
    position: relative;
    margin-top: -20px;
    z-index: 30;
}
.campus-list-wrapper{
    position: relative;
    padding: 25px 0;
}
.campuslist-page-header-wrapper{
    font-family: 'Barlow', sans-serif;
    background-image: url("../images/page-header-bg.png");
    padding: 60px 60px 10px 60px;
    overflow: hidden;
    position: relative;
}
.campuslist-page-header-wrapper .section-top-title{
    text-align: center;
    background-color: #fff;
    position: absolute;
    padding: 50px 60px 10px 60px;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.campus-filter-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    border-radius: 18px;
}
.campus-filter-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}
.campus-filter-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .campus-filter-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #e3000f;
}
.campus-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    height: calc(1.5em + .75rem + 2px);
}
.select2-results__option {
    padding: 4px;
    font-size: 0.8em;
    user-select: none;
    -webkit-user-select: none;
}
.select2-search--dropdown .select2-search__field {
    font-size: .8rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #949292;
    color: white;
}
.campus-filter-input, .campus-filter-select, .campus-filter-button {
    border-radius: 18px;
}
.campus-filter-button {
    background-color: #e3000f;
    color: #fff;
    font-weight: bold;
}
.campuslist-page-header-wrapper .filter-msg {
    text-align: center;
    margin-top: 25px;
    font-size: 1.4em;
    font-weight: 600;
}
.campuslist-page-header-wrapper .filter-msg span{
    font-weight: 500;
}
.campus-filter-down-arrow{
    text-align: center;
    font-size: 3em;
}
section.campuslist-map {
    position: relative;
    margin-top: -20px;
    z-index: 10;
}
.campuslist-map .map-container{
    height: 500px;
}
.campus-card {
    font-family: 'Barlow', sans-serif;
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
    color: #848484;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.campus-card-image{
    flex: 30%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.campus-card-top{
    display: flex;
    flex: auto;
}
.campus-card-footer{
    display: flex;
    flex: auto;
    background-color: #eee;
    padding: 5px;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
}
.campus-card-content {
    flex: 70%;
    padding: 20px;
    background: white;
    direction: ltr;
    width: 70%;
    height: 142px;
}
.campus-card-right{
    padding: 15px;
    background: white;
    direction: ltr;
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.36);
    width: 210px;
    /*margin-right: -250px;*/
}
.campus-card-right .campus-section-info{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.campus-card-right .campus-section-info li{
    background: url("../images/lise-sec-bg.png"), linear-gradient(45deg, #4596ff 20%, #51cec8 100%);
    padding: 2px 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: .8em;
    border-radius: 4px;
    margin-bottom: 2px;
    text-align: left;
}
.campus-card-content h4 {
    color: #e3000f;
    font-size: 1.1em;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
ul.campus-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.campus-info li i{
    color: #e3000f;
    width: 32px;
    text-align: left;
}
.campus-card-button {
    display: flex;
    background-color: #cacaca;
    font-size: 0.7em;
    color: #565656;
    margin: 5px;
    flex: auto;
    justify-content: space-between;
}
.campus-card-button:hover {
    background-color: #e3000f;
    color: #fff;
}
.campus-card-button i{
    font-size: 1.2em;
    margin-top: 1px;
}
/*Static Page Area*/
section.static-page-header{
    position: relative;
    z-index: 30;
    margin-top: -20px;
}
.static-page-header-wrapper{
    font-family: 'Barlow', sans-serif;
    background-image: url("../images/page-header-bg.png");
    padding: 40px 60px 10px 60px;
    overflow: hidden;
    position: relative;
}
.static-page-header-wrapper .section-top-title{
    text-align: center;
    background-color: #fff;
    position: absolute;
    padding: 50px 60px 10px 60px;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: 1px;
    border: 1px solid #e3e3e4;
    box-shadow: 0 0 20px -17px black;
}
section.static-page-cover {
    margin-top: -20px;
    position: relative;
}
.static-page-cover-image {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-title-wrapper {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
}
.page-title-wrapper .page-title {
    text-align: center;
    flex: 100%;
    font-size: 1.4em;
    font-weight: 700;
    color: #555555;
    z-index: 20;
}
.page-title-wrapper .page-title-overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    z-index: 10;
    color: #4E4D4D;
    opacity: 1;
    letter-spacing: -1px;
}
section.static-page-content {
    padding: 25px 0;
}
.content-wrapper .content-title, .page-content-title {
    color: #e3000f;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
}
.sidebar-menu-wrapper, .sidebar-banner-wrapper {
    padding-left: 15px;
}
.sidebar-menu-wrapper .menu-title {
    padding: 25px;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 4px 4px 0px 0px;
    background-color: #191DD4;
}
.sidebar-menu-wrapper .sidebar-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.sidebar-menu-wrapper .sidebar-menu li {
    display: flex;
    flex: 100%;
    background-color: #eee;
    border-bottom: 1px solid #e0e1e2;
    transition: all linear 150ms;
    max-width: 100%;
    flex-wrap: wrap;
}
.sidebar-menu-wrapper .sidebar-menu li > ul{
    margin: 0;
    padding: 0;
    width: 100%;
}
.sidebar-menu-wrapper .sidebar-menu li > ul li:before{
    position: absolute;
    content: "";
    width: 16px;
    height: 20px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    top: 50%;
    margin-top: -20px;
    left: 35px;
}
.sidebar-menu-wrapper .sidebar-menu li > ul li{
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.sidebar-menu-wrapper .sidebar-menu li > ul li:hover{
    border-left: 0px solid #e3000f;
}
.sidebar-menu-wrapper .sidebar-menu li > ul li a{

}
.sidebar-menu-wrapper .sidebar-menu li:hover{
    border-left: 4px solid #e3000f;
}
.sidebar-menu-wrapper .sidebar-menu li:last-child {
    border-bottom: 0;
}
.sidebar-menu-wrapper .sidebar-menu li a {
    padding: 15px 25px;
    align-items: center;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.sidebar-menu-wrapper .sidebar-menu li a:hover{
    color: #e3000f;
}
.sidebar-menu-wrapper .sidebar-menu li a i{
    margin-right: 8px;
}

.sidebar-menu-wrapper.manager-info .sidebar-menu li {
    display: flex;
    flex: 100%;
    background-color: #eee;
    border-bottom: 1px solid #e0e1e2;
    transition: all linear 150ms;
    max-width: 100%;
    flex-wrap: wrap;
}
span.campus-manager-name {
    font-size: 1.2em;
    color: #656565;
}
span.campus-manager-email {
    color: #656565;
}
/*Section Page Area*/
section.section-page-header{
    position: relative;
    z-index: 30;
    margin-top: -20px;
}
.section-page-header-wrapper{
    font-family: 'Barlow', sans-serif;
    background-image: url("../images/page-header-bg.png");
    padding: 40px 60px 10px 60px;
    overflow: hidden;
    position: relative;
}
.section-page-header-wrapper .section-top-title{
    text-align: center;
    background-color: #fff;
    position: absolute;
    padding: 50px 60px 10px 60px;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: 1px;
    border: 1px solid #e3e3e4;
    box-shadow: 0 0 20px -17px black;
}
section.section-page-cover {
    margin-top: -20px;
    position: relative;
}
.section-page-cover-image {
    height: 200px;
    background-position: center;
}

.kademe-okul-oncesi .section-page-header-wrapper{
    background-image: url("../images/okul-oncesi-page-title-bg.jpg");
    background-position: center;
}
.kademe-okul-oncesi .page-title-wrapper .page-title {
    font-size: 1.6em;
    color: #ffffff;
}
.kademe-okul-oncesi .page-title-wrapper .page-title-overlay {
    font-size: 4em;
    font-weight: 900;
    color: #ffffff;
    opacity: .1;
    letter-spacing: 0px;
}

.kademe-ilkokul .section-page-header-wrapper{
    background-image: url("../images/ilkokul-page-title-bg.jpg");
    background-position: center;
}
.kademe-ilkokul .page-title-wrapper .page-title {
    font-size: 1.6em;
    color: #ffffff;
}
.kademe-ilkokul .page-title-wrapper .page-title-overlay {
    font-size: 4em;
    font-weight: 900;
    color: #ffffff;
    opacity: .1;
    letter-spacing: 0px;
}

.kademe-ortaokul .section-page-header-wrapper{
    background-image: url("../images/ortaokul-page-title-bg7839.jpg?v=1.2");
    background-position: center;
}
.kademe-ortaokul .page-title-wrapper .page-title {
    font-size: 1.6em;
    color: #ffffff;
}
.kademe-ortaokul .page-title-wrapper .page-title-overlay {
    font-size: 4em;
    font-weight: 900;
    color: #ffffff;
    opacity: .1;
    letter-spacing: 0px;
}

.kademe-lise .section-page-header-wrapper{
    background-image: url("../images/lise-page-title-bg.jpg");
    background-position: center;
}
.kademe-lise .page-title-wrapper .page-title {
    font-size: 1.6em;
    color: #ffffff;
}
.kademe-lise .page-title-wrapper .page-title-overlay {
    font-size: 4em;
    font-weight: 900;
    color: #ffffff;
    opacity: .1;
    letter-spacing: 0px;
}

.campushome-form-wrapper {
    background-color: #00a782;
    border-radius: 8px;
    padding: 30px 0;
}

.kayit-form-wrapper.homeform .single-input-fieldsbtn input[type="submit"] {
    background: #e3000f none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
    margin-top: 0px;
    height: calc(2.55rem);
    font-size: 1em;
    border-radius: 6px;
}

.kayit-form-wrapper.homeform .form-title1 {
    font-family: 'Barlow', sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
    color: #fefefe;
    margin-bottom: 15px;
    font-weight: 900;
    letter-spacing: 1px;
}
.relative-image {
    min-height: 200px;
}

.text-image-box {
    position: relative;
}
.relative-content {
    font-family: 'Barlow', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.relative-text .title {
    color: #fff;
    font-weight: 800;
    font-size: 1.8em;
    text-align: center;
    letter-spacing: 0px;
}


.relative-content .desc {
    color: #fff;
    font-weight: 100;
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
}
/*Section Info Area*/
section.section-info{
    position: relative;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.section-info-wrapper{
    position: absolute;
    height: 350px;
    left: 0;
    right: 0;
    top: 0;
}
.section-info .section-top-title{
    font-family: 'Barlow', sans-serif;
    position: absolute;
    background-color: #e3000f;
    color: #fff;
    padding: 10px 35px;
    top: -25px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 6px 6px 0px 0px;
}
.section-info .section-title{
    font-family: 'Barlow', sans-serif;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
}
.section-info .section-desc{
    font-family: 'Barlow', sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    padding: 10px 250px;
    font-weight: 500;
    margin-bottom: 25px;
}
.section-info .card-image-wrapper img{
    max-width: 100%;
    height: auto;
}
.section-info .card.news-card .card-title {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
}
.section-info .card.news-card {
    border-color: #e5e5e5;
    background-color: #fff;
    box-shadow: 0 18px 10px -12px rgba(0, 0, 0, 0.3);
}
/*Basin Odasi*/
.basinodasi-filtre-wrapper{
    background-color: #eee;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #787878;

    /*
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    */
}
.basinodasi-filtre-wrapper .yil-araligi span.filter-title{
    font-size: .9em;
    color: #6e6e6b;
    display: block;
    text-align: center;
    border-bottom: 1px dashed;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.basinodasi-filtre-wrapper .kategori span.filter-title{
    font-size: .9em;
    color: #6e6e6b;
    display: block;
    text-align: center;
    border-bottom: 1px dashed;
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-top: 25px;
}
.basinodasi-filtre-wrapper .kategori .btn-sipil-filtre{
    text-align: left;
    background-color: #6e6e6b;
    color: #fff;
    border-color: #e1e4e9;
    font-size: .9em;
    border-left: 5px solid;
}
.basinodasi-filtre-wrapper .kategori .btn-sipil-filtre:hover{
    background-color: #d90827;
    color: #fff;
}
.basinodasi-filtre-wrapper .kategori .btn-sipil-filtre span{
    float: right;
    margin-top: 4px;
}

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}
.event-list > li {
    background-color: rgb(255, 255, 255);
    /*
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    */
    padding: 0px;
    margin: 0px 0px 20px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(221, 26, 50);
    background-color: rgb(236, 236, 236);
    padding: 5px;
    text-align: center;
    text-transform: none;
    border-left: 5px solid;
    min-height: 60px;
}
.event-list > li:nth-child(even) > time {
    background-color: rgb(236, 236, 236);
}
.event-list > li > time > span {
    display: block;
    font-size: 1em;
    font-weight: 300;
}
.event-list > li > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
}
.event-list > li time > .month {
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin-top: 12px;
}
.event-list > li > img {
    width: 100%;
}
.event-list > li > .info {
    padding-top: 12px;
    text-align: center;
    background-color: #fff;
    min-height: 60px;
}
.event-list > li > .info > .title {
    font-size: 12pt;
    font-weight: 700;
    margin: 0px;
}
.event-list > li > .info > .desc {
    font-size: 10pt;
    font-weight: 300;
    margin: 0px;
}
.event-list > li > .info > a > .title {
    font-size: 10pt;
    font-weight: 700;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}
.event-list > li > .info > a > .desc {
    font-size: 9pt;
    font-weight: 300;
    margin: 0px;
}
.event-list > li > .info > a{
    color: #313131;
    display: grid;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .social > ul {
    margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}
.event-list > li > .social > ul > li {
    padding: 0px;
}
.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
}
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(176, 0, 6);
}
.event-list > li > .social > ul > li:hover a{
    color: rgb(255, 255, 255);
}
.facebook a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}
.twitter a {
    color: rgb(79, 213, 248) !important;
}
.google-plus a {
    color: rgb(221, 75, 57) !important;
}
.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}
.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
}
.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
}

@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        min-height: 60px;
        padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
        display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }
    .event-list > li > .info {
        overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: auto;
        padding: 0px;
        margin: 0px;
    }
    .event-list > li > .info {
        position: relative;
        text-align: left;
        padding-right: 40px;
    }
    .event-list > li > .info > .title,
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        width: 70px;
    }
    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }
    .event-list > li > .social > ul > li {
        display: block;
        padding: 0px;
        transition: all linear 300ms;
    }
    .event-list > li > .social > ul > li > a {
        display: block;
        padding: 8px 0px 9px;
        min-height: 60px;
        color: #6e6e6a;
        transition: all linear 300ms;
    }
}

.list-kurumlar{
    margin: 0;
    list-style: none;
    padding: 0;
}

/*Load More*/
.icon-scroll,
.icon-scroll:before {
    /* position: absolute;
     left: 50%; */
}
.icon-scroll {
    width: 30px;
    height: 48px;
    box-shadow: inset 0 0 0 1px #373737;
    border-radius: 25px;
    display: inline-block;
    position: relative;
}
.icon-scroll:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #373737;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
.loadmore {
    background-color: transparent;
    color: #373737;
    font-weight: bold;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
    }
}

/*İletişim Formu*/
.sipil-form-container.iletisim .form-wrapper{
    position: static !important;
    width: 100%;
    height: auto;
    max-width: none;
    background-color: transparent;
    padding: .375rem 0;
}
.sipil-form-container.iletisim .form-wrapper .form-group{
    margin-bottom: 8px;
}
.sipil-form-container.iletisim .form-wrapper .mesaj-tur-wrapper{
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    font-weight: 300;
    cursor: pointer;
}
.sipil-form-container.iletisim .form-wrapper .mesaj-tur-wrapper .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #cf112d;
}
.sipil-form-container.iletisim .form-wrapper .mesaj-tur-wrapper .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(214, 50, 78);
}
.sipil-form-container.iletisim .form-wrapper .mesaj-tur-wrapper div.error{
    display: none !important;
}
.sipil-form-container.iletisim .form-wrapper .mesaj-tur-wrapper.checked{
    background-color: #dedee2;
}
.sipil-form-container.iletisim .mesaj-tur-container div.error{
    position: static !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
}
.iletisim-form.title {
    background: #ccc;
    color: #555;
    font-weight: 600;
    padding: 15px 25px;
    font-size: 1.2em;
    border-radius: 4px;
}

/*Contact Page Info*/
.contact-map-wrapper{
    /* box-shadow: 0 3px 8px #CCC; */
    border-radius: 8px;
    background-color: #e2d2d6;
    width: 100%;
    height: 550px;
}
.contact-info-wrapper{
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #110D6A;
    margin-bottom: 1em;
    position: relative;
    margin-left: 15px;
}
.contact-info-wrapper:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #110D6A;
    border-width: 74px;
    margin-top: -14px;
    display: none;
}
.contact-info-wrapper .contact-info{
    margin-bottom: 8px;
}
.contact-info-wrapper .contact-info-item{

}
.contact-info-wrapper .contact-info-icon{
    font-size: 1.2em;
    font-weight: 500;
    color: #da1a32;
    margin-bottom: 8px;
}
.contact-info-wrapper .contact-info-text{
    text-align: center;
    color: #4c4d4f;
}
.contact-info-wrapper .contact-info-text span.site-phone{
    font-size: 1.4em;
}

/*Sub Site Static Pages*/
.subsite-page-title {
    background: #bee2e9;
    color: #555;
    font-weight: 600;
    padding: 15px 25px;
    font-size: 1.2em;
    border-radius: 4px;
}
/*Go To Top*/
.c-go-top {
    background: none repeat scroll 0 0 padding-box #0c2d69;
    bottom: 110px;
    transform: translateY(-50%);
    border: 1px solid #0c2d69;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 16px;
    opacity: 0.8;
    padding: 8px;
    position: fixed;
    right: 50px;
    text-decoration: none;
    z-index: 999;
}
.c-go-top:hover,
.c-go-top:focus,
.c-go-top:active,
.c-go-top:visited {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

/*Not Page*/
.content.notification .news-image{
    width: 50% !important;
    height: auto !important;
    margin-bottom: 1em;
    float: left;
    text-align: center;
}
.content.notification .news-image img{
    width: 100% !important;
    height: auto !important;
}
.content .content-info{
    text-align: right;
    font-size: .8em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #cecece;
    display: flow-root;
    font-weight: bold;
    font-style: italic;
    color: #3d3d3d;
}

.content .content-detail{
    text-align: justify;
    margin-top: 15px;
    display: block;
}

.share-wrapper{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
}
.share-wrapper li{
    margin-right: 5px;
    float: left;
}
.share-wrapper li img{
    width: 24px;
    height: 24px;
    opacity: .6;
    transition: all 300ms linear;
}
.share-wrapper li:hover img{
    transition: all 300ms linear;
    opacity: 1;
}
.share-wrapper li a{
    display: flex;
}
.content.notification .news-image .news-photos-btn {
    width: 100%;
    display: flex;
    padding: 12px 15px;
    text-align: center;
    float: left;
    background-color: #e3000f;
    color: #fff;
    margin-top: 0;
    position: relative;
    z-index: 200;
    align-items: center;
}
.content.notification .news-image .news-photos-btn i{
    margin-right: 10px;
}
.content.notification .news-image .news-video-btn {
    width: 100%;
    display: block;
    padding: 12px 15px;
    text-align: center;
    float: left;
    background-color: #313131;
    color: #fff;
    margin-top: 0;
    position: relative;
    z-index: 200;
}
.content.notification .news-image .news-photos-container {
    padding: 15px;
    background: #6e6e6c;
    display: none;
    margin-top: -25px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    padding-top: 38px;
}
.content.notification .news-image .news-photos-container::after {
    content: "";
    display: table;
    clear: both;
}
.content.notification .news-image .news-photos-container .news-photos-wrapper {
    margin-left: -1%;
    margin-right: -1%;
}
.content.notification .news-image .news-photos-container a {
    width: 31%;
    height: auto;
    float: left;
    margin: 1%;
    padding: 5px;
    border: 1px solid #fff;
    opacity: 0.7;
    transition: 250ms all linear;
    background-color: rgba(208, 17, 46, 0.24);
}
.content.notification .news-image .news-photos-container a:hover {
    opacity: 1;
    transition: 250ms all linear;
}
.content.notification .news-image .news-photo-inner {
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center;
}
.news-tool-btn{
    /* width: 140px; */
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    margin-top: -18px;
}
.news-tool-btn a{
    border-radius: 4px;
    border: 2px solid;
    text-decoration: none;
    transition: all linear 300ms;
}
.news-tool-btn a:hover{
    text-decoration: none;
}
.content-subinfo span.content-date {
    display: flex;
    flex: 100%;
    justify-content: flex-end;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    color: #89898a;
    font-size: .9em;
    padding-bottom: 4px;
}
body.not-page .fancybox-button {
    background: #e3000f;
    border-radius: 4px;
    color: #fff;
}
body.not-page .fancybox-toolbar .fancybox-button {
    background: #e3000f;
    border-radius: 0px;
}
body.not-page .fancybox-thumbs>ul {
    width: 100% !important;
}
body.not-page .fancybox-thumbs {
    background: #6e6e6c;
    border-left: 1px solid;
}
.share-tools{
    display: flex;
    align-items: center;
    padding: 2px 15px;
    background: #bee2e9;
    border-radius: 4px;
    margin-left: 15px;
}
.share-tools .share-text {
    display: flex;
    font-weight: bold;
    margin-right: 10px;
}
.share-tools .share-buttons{
    display: flex;
}
.share-tools .share-buttons a{
    opacity: .8;
    transition: all linear 300ms;
    padding: 12px;
}
.share-tools .share-buttons a:hover{
    opacity: 1;
    transition: all linear 300ms;

}
.share-tools .share-buttons a img{
    width: 100%;
}
/*Module Gallery Items*/
.module-gallery-item{
    display: block;
    float: left;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.module-gallery-item .img{
    float: left;
    height: 108px;
    width: 100%;
    white-space: nowrap;
}
.module-gallery-item .img table td{
    vertical-align: middle;
}
.module-gallery-item .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.module-gallery-item .img img{
    width: 85% !important;
    height: auto;
    margin-bottom: 5px;
    margin: auto;
    display: block;
}
.module-gallery-item .title{
    left: 6px;
    right: 6px;
    text-align: center;
    font-size: 0.8em;
    position: absolute;
    bottom: 6px;
}
/* Error Page */
.error .clip .shadow
{
    height: 180px;  /*Contrall*/
}
.error .clip:nth-of-type(2) .shadow
{
    width: 130px;   /*Contrall play with javascript*/
}
.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
{
    width: 250px; /*Contrall*/
}
.error .digit
{
    width: 150px;   /*Contrall*/
    height: 150px;  /*Contrall*/
    line-height: 150px; /*Contrall*/
    font-size: 120px;
    font-weight: bold;
}
.error h2   /*Contrall*/
{
    font-size: 32px;
}
.error .msg /*Contrall*/
{
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}
.error span.triangle    /*Contrall*/
{
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.error .container-error-404
{
    margin-top: 0;
    position: relative;
    height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.error .container-error-404 .clip
{
    display: inline-block;
    transform: skew(-45deg);
}
.error .clip .shadow
{

    overflow: hidden;
}
.error .clip:nth-of-type(2) .shadow
{
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
}

.error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
{
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
    border-radius: 50%;
}
.error .clip:nth-of-type(3) .shadow:after
{
    left: -8px;
}
.error .digit
{
    position: relative;
    top: 8%;
    color: white;
    background: #d80827;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}
.error .clip:nth-of-type(2) .digit
{
    left: -10%;
}
.error .clip:nth-of-type(1) .digit
{
    right: -20%;
}.error .clip:nth-of-type(3) .digit
 {
     left: -20%;
 }
.error h2
{
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}
.error .msg
{
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}
.error .triangle
{
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

/* Error Page */
@media(max-width: 767px)
{
    /* Error Page */
    .error .clip .shadow
    {
        height: 100px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 80px;   /*Contrall play with javascript*/
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width: 100px; /*Contrall*/
    }
    .error .digit
    {
        width: 80px;   /*Contrall*/
        height: 80px;  /*Contrall*/
        line-height: 80px; /*Contrall*/
        font-size: 52px;
    }
    .error h2   /*Contrall*/
    {
        font-size: 24px;
    }
    .error .msg /*Contrall*/
    {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    .error .container-error-404
    {
        height: 150px;
    }
    /* Error Page */
}

/*Campus Home Page*/
.campus-home-page header div.mask{
    display: none;
}
.campus-home-page  section.section-page-header {
    margin-top: 0px;
}
section.campus-slider-form {
    background-color: #f5f5f5;
    position: relative;
    padding: 35px 0;
    margin-top: -20px;
}
.campus-home-swiper .swiper-slide{
    height: 420px;
    background-position: center;
    background-size: cover;
}
.campus-home-swiper {
    border-radius: 4px;
}
.campus-home-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e3000f;
}
.campus-swiper-next, .campus-swiper-prev{
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6;
    background-image: none;
    background-color: #e3000f;
    height: 36px;
    width: 58px;
    border-radius: 25px;
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
}
.campus-swiper-next{
    right: 20px;
}
.campus-swiper-prev{
    left: 20px;
}
.campus-home-swiper .plyr__control--overlaid {
    background: rgba(218,24,80,.8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
section.campus-home-content {
    position: relative;
    margin-top: -20px;
    z-index: 1020;
}
.campus-home-content .campus-home-content-wrapper{
    padding: 35px 0;
}
.campus-levels-button {
    display: flex;
    flex: 100%;
    background-color: #eee;
    border: 1px solid #e0e1e2;
    transition: all linear 150ms;
    max-width: 100%;
    margin-top: 10px;
}
.campus-levels-button a{
    padding: 15px 25px;
    align-items: center;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.campus-levels-wrapper{
    display: flex;
    justify-content: center;
    margin-top: -10px;
}
.campus-levels-wrapper .level-item{
    font-size: .8rem;
    margin: 0 5px;
    padding: 2px 6px;
    color: #fff;
    border-radius: 4px;
    opacity: .8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    transition: all linear 300ms;
}
.campus-levels-wrapper .level-item:hover{
    opacity: 1;
}
.meal-list-wrapper{
    background: linear-gradient(45deg, #0676e2 20%, #00ee65 100%);
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.meal-list-wrapper .title{
    display: flex;
    flex: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.meal-list-wrapper .title .icon{
    display: flex;
    flex: 100%;
    justify-content: center;
}
.meal-list-wrapper .title .icon img{
    max-width: 48px;
    height: 48px;
}
.meal-list-wrapper .title .text{
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.2em;
}
.meal-content-wrapper{
    background-image: url(../images/meal-list-bg.jpg);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.meal-content-wrapper .date{
    border-bottom: 1px solid #02cf86;
    flex: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #0590c7;
}
.meal-content-wrapper .thatday{
    border-bottom: 1px solid #02cf86;
    flex: 100%;
    justify-content: center;
    padding-bottom: 12px;
}
.meal-content-wrapper .thatday:last-child{
    border-bottom: 0;
}
.meal-content-wrapper .thatday .title{
    margin-top: 12px;
    font-weight: bold;
    color: #02cf86;;
}
.meal-content-wrapper .thatday .content{
    display: flex;
    flex-wrap: wrap;
}
.meal-content-wrapper .thatday .content span{
    display: flex;
    flex: 100%;
    text-align: center;
    justify-content: center;
    font-size: .9em;
}
.campus-news-module-title{
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.campus-news-container {
    min-height: 700px;
}
a.campus-news-archive-btn{
    font-size: 0.6em;
    color: #fff;
    font-weight: 500;
    display: flex;
    padding: 4px 14px;
    align-items: center;
    border-radius: 4px;
}
.campus.news-card .card-arrow{
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.campus.news-card-content{
    flex: 55%;
    padding: 15px;
    background: white;
    direction: ltr;
    width: 55%;
    height: 142px;
}
.campus.news-card .card-image-wrapper{
    flex: 45%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 142px;
    max-width: 142px;
    padding: 15px 0px 15px 15px;
}
.campus.news-card .news-card-image.v2 {
    flex: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.campus.news-card .news-card-content.v2 h4 {
    color: #949292;
    font-size: 0.9em;
    font-weight: 600;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 100%;
}
.campus.news-card .level-info {
    font-size: 0.8rem;
    margin: 0;
    padding: 2px 6px;
    color: #fff;
    border-radius: 4px;
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    transition: all linear 300ms;
}
.campus.news-card .date {
    color: #e3000f;
    font-size: .8em;
    font-weight: 600;
    margin: 4px 0;
}
.campus-list-filter-wrapper{
    padding: 15px;
    background-color: #eee;
    z-index: 999;
    position: relative;
    padding-top: 5px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: none;
}
.campus-list-filter-wrapper.campus .form-control {
    display: block;
    width: 100%;
    height: calc(1.95rem + 2px);
    padding: 0.375rem 0.55rem;
    font-size: 0.8rem;
}
.campus-list-filter-wrapper.campus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #717981;
    line-height: 32px;
    font-size: .8em;
}
.campus-list-filter-wrapper.campus .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 33px;
    user-select: none;
    -webkit-user-select: none;
}
.campus-filter-box-title{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    padding: 12px 0;
    font-size: 1.28em;
    letter-spacing: 0px;
    text-align: center;
}
.campus-list-filter-wrapper.campus .campus-filter-box-title{
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-weight: 900;
    padding: 12px 0;
    font-size: 1em;
    letter-spacing: 0px;
    text-align: center;
}
.kampus-filtre-btn{

}
.campus-filter-msg{
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    border: 1px dashed #e3000f;
    padding: 12px;
    margin-top: 15px !important;
    color: #e3000f;
}
.campus-list-filter-wrapper .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}
.campus-list-filter-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #717981;
    line-height: 38px;
}
button.kampus-filtre-btn.btn.btn-block {
    background: #dc3545;;
    color: #fff;
}
/*Business Card*/
.business.news-card{
    background: url(../images/sipil-amblem-gri.png);
    background-position: 105% 60px;
    background-repeat: no-repeat;
    background-size: 200px 200px;
}
.business.news-card .card-arrow{
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.business.news-card .news-card-content.v2{
    flex: 55%;
    padding: 15px;
    direction: ltr;
    background: transparent;
    width: 55%;
    height: 142px;
}
.business.news-card .card-image-wrapper{
    flex: 45%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 142px;
    max-width: 142px;
    padding: 15px 0px 15px 15px;
}
.business.news-card .news-card-image.v2 {
    flex: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.business.news-card .news-card-content.v2 h4 {
    color: #949292;
    font-size: 1.4em;
    font-weight: 600;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 100%;
}
.business.news-card .level-info {
    font-size: 0.8rem;
    margin: 0;
    padding: 2px 6px;
    color: #fff;
    border-radius: 4px;
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    transition: all linear 300ms;
}
.business.news-card .date {
    color: #e3000f;
    font-size: 1em;
    font-weight: 600;
    margin: 4px 0;
}
/*Popup*/
.popup button.popup-button {
    position: absolute;
    background: #e3000f;
    border: 1px solid #908f8f;
    border-radius: 60%;
    top: -18px;
    right: -16px;
    height: 35px;
    width: 35px;
    color: #fff;
    font-weight: 900;
    line-height: 2;
    z-index: 5555;
    text-align: center;
    padding: 0;
}
.popup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.popup > div.wrapper {
    border-radius: 10px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    /* Width of popup can be changed */
    width: 80%;
    max-width: 700px;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    border: 0;
}
.popup > div.wrapper .wrapper-content{
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 0px;
    width: 100%;
    max-width: 700px;
    z-index: 5001;
    text-align: center;
    overflow: hidden;
}
.popup > div.wrapper img {
    width: 100% !important;
    height: auto;
}
/*Geziler Section*/
.subsite-swiper {
    height: 400px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.subsite-swiper.swiper-container-horizontal>.swiper-pagination-bullets, .subsite-swiper.swiper-pagination-custom, .subsite-swiper.swiper-pagination-fraction {
    bottom: 12px;
}
.subsite-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #191DD4;
}
body.geziler .subsite-swiper-next {
    right: -25px;
}
body.geziler .subsite-swiper-prev {
    left: -25px;
}
body.geziler .subsite-swiper-next {
    color: #ffffff;
    font-size: 1.4em;
    text-align: left;
    padding-left: 8px;
    line-height: 1.7;
    background-image: none;
    background-color: #e3000f;
    height: 36px;
    width: 58px;
    border-radius: 25px;
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
}
body.geziler .subsite-swiper-prev {
    color: #ffffff;
    font-size: 1.4em;
    text-align: right;
    padding-right: 8px;
    line-height: 1.7;
    background-image: none;
    background-color: #e3000f;
    height: 36px;
    width: 58px;
    border-radius: 25px;
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
}
.manager-info p{
    margin: 0;
    line-height: 1.2;
}
.kvk-wrapper{

}
.kvk-wrapper a{
    color: #da1731;
}
.kvk-wrapper label{
    font-size: 0.8em;
}
.kvk-wrapper .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
    background-color: rgba(255, 255, 255, 0.61);
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 4px;
    color: #555555;
}
.kvk-wrapper .custom-control-label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.kvk-wrapper .custom-control-label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.kvk-wrapper.ik .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    background-color: #f1efef;
    border: 1px solid #da1731;
    border-radius: 4px;
    font-size: 1.3em;
    color: #323232;
}

.test-menu-title{
    display: none !important;
}

section.video-bg-wrapper {
    position: relative;
    margin-top: -132px;
    overflow: hidden;
}
.video-bg-wrapper.mega-image .video-bg-container {
    position: relative;
}

img.mega-image-slider {
    width: 100%;
}
.video-bg-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

video.bgvid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 68vw;
    display: flex;
}
.slider-area {
    position: absolute;
    z-index: 1000;
    right: 0;
    height: 300px;
    width: 580px;
    top: 50%;
    margin-top: 56px;
    transform: translateY(-50%);
}
.slider-area .home-swiper-new {
    background: rgba(255, 255, 255, 0.71);
    position: absolute;
    z-index: 1000;
    right: 0;
    height: 250px;
    width: 580px;
    top: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.71);
    border-left: 5px solid rgba(255, 255, 255, 0.71);
    border-bottom: 5px solid rgba(255, 255, 255, 0.71);
    border-radius: 10px 0px 0px 10px;
    transform: translateY(-50%);
    overflow: hidden;
}
.slider-area .notify-open-btn {
    background: #da1a33;
    color: #fff;
    padding: 8px;
    width: 50px;
    height: 50px;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    border-radius: 6px 0px 0px 6px;
    top: 50%;
    left: -50px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all linear 250ms;
}
.slider-area .notify-close-btn {
    background: #da1a33;
    color: #fff;
    padding: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    border-radius: 6px 0px 0px 6px;
    top: 50%;
    left: -30px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all linear 250ms;
}
.slider-area .notify-open-btn:hover, .slider-area .notify-close-btn:hover{
    opacity: .8;
    transition: all linear 250ms;
}
.slider-area .home-swiper-new .swiper-slide .swiper-bg-item{
    height: 240px;
    background-position: center;
    background-size: cover;
}
.home-swiper-new .home-swiper-next, .home-swiper-new .home-swiper-prev {
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.6;
    background-image: none;
    background-color: #e3000f;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    top: auto;
    bottom: 12px;
    z-index: 2;
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
}
.home-swiper-new .home-swiper-prev {
    left: 10px;
}
.home-swiper-new .home-swiper-next {
    right: 10px;
}
.slider-area .swiper-pagination {
    bottom: 20px;
}
.home-swiper-new .swiper-pagination-bullet-active {
    opacity: 1;
    background: #da1a33;
}
.parallax-window {
	
    height: 350px;


}
section.endustri40{
    background-image: url("../uploads/endustri40-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.endustri40 .section-page-header-wrapper .section-top-title{
    display: none;
}
.endustri40.subsite-static-page .section-page-header-wrapper .section-top-title{
    display: block !important;
}
.endustri40 .section-page-header-wrapper {
    font-family: 'Barlow', sans-serif;
    background-image: url(../images/page-header-bg.png);
    padding: 10px 60px 10px 60px;
    overflow: hidden;
    position: relative;
}
.endustri40.subsite-static-page .section-page-header-wrapper{
    padding: 40px 60px 10px 60px;
}
.endustri40 .section-top-title{
    font-family: 'Barlow', sans-serif;
    position: absolute;
    background-color: #da1832;
    padding: 10px 35px;
    top: -25px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 6px 6px 0px 0px;
}
.endustri40 .section-title{
    font-family: 'Barlow', sans-serif;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}
.endustri40 .section-desc{
    font-family: 'Barlow', sans-serif;
    color: #8a8787;
    text-align: center;
    padding: 10px 180px;
    font-weight: 500;
    margin-bottom: 25px;
}
.endustri40 .card-image-wrapper img{
    max-width: 100%;
    height: auto;
}
.endustri40 .card.news-card .card-title {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
}
.endustri40 .card.news-card {
    border-color: #e5e5e5;
    background-color: #f0f0f0;
    box-shadow: 0 18px 10px -12px rgba(0, 0, 0, 0.3);
}
.endustri40 .page-content-title {
    color: #8f2551 !important;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
}
.endustri40.info-box {
    background: #f5edef;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 10px;
    border-radius: 4px;
}
.endustri40.info-box .title{
    display: flex;
    border-bottom: 2px solid;
    height: 35px;
    align-items: center;
    color: #36275d;
    flex: 100%;
    justify-content: center;
    font-weight: bold;
}

.endustri40.info-box .content{
    display: flex;
    flex: 100%;
    margin-top: 10px;
    justify-content: center;
}
.endustri40.info-box .content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.endustri40.info-box .content ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: .9em;
}
.endustri40.info-box .content ul li::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0a9";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8f2551;
}
.endustri40 .page-content-title.custom-section-title {
    background: #2f2349;
    color: #fff !important;
}


.picture-title {
    text-align: center;
    top: 0;
    color: #fff;
    padding: 25px 35px;
    font-weight: 900;
    font-size: 2.4em;
	
    text-shadow:  1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
}
.home-photo {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.47058823529411764);
    width: 100%;
}
.school-sections .school-sections-wrapper {
    background-image: url(../images/school-sections-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    background-size: cover;
}
.brand-logo img{
	position: absolute;
    max-height: 200px;
	margin-top: -70px;
}
.video-screen-pattern {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVQoU2NkYGCQYmBgeAalJRkYGJ5D+QwMDAzGjCASSfIsOh+kAGQChk6YSSAFxgwMDBg6YSbBTAC5AWwnWW7AqpNoNwAAk7kWo2C2yjcAAAAASUVORK5CYII=);
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
}
p.overlay-message {
    font-family: 'Anton', sans-serif;
    color: #fff;
    width: 50%;
    margin-left: 80px;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 3px 3px 2px #00000070;
}
figure.snip1253 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    min-width: 250px;
    max-width: 450px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1253 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
figure.snip1253 .image {
    max-height: 350px;
    min-height: 350px;
    overflow: hidden;
}
figure.snip1253 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}
figure.snip1253 figcaption {
    margin: -40px 15px 0;
    padding: 15px;
    min-height: 170px;
    position: relative;
    background-color: rgb(255, 255, 255);
}
figure.snip1253 .date {
    background-color: #e3000f;
    top: 15px;
    color: #fff;
    left: 15px;
    min-height: 48px;
    min-width: 48px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
figure.snip1253 .date span {
    display: block;
    line-height: 24px;
}
figure.snip1253 .date .month {
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1253 h3,
figure.snip1253 p {
    margin: 0;
    padding: 0;
}
figure.snip1253 h3 {
    min-height: 50px;
    margin-bottom: 10px;
    margin-left: 60px;
    display: inline-block;
    font-weight: 600;
    text-transform: none;
    font-size: 1.2em;
}
figure.snip1253 p {
    font-size: 0.8em;
    margin-bottom: 20px;
    line-height: 1.6em;
}
figure.snip1253 footer {
    padding: 0 25px;
    background-color: #e3000f;
    color: #e6e6e6;
    font-size: 0.8em;
    line-height: 30px;
    text-align: right;
    height: 4px;
}
figure.snip1253 footer > div {
    display: inline-block;
    margin-left: 10px;
}
figure.snip1253 footer i {
    color: rgba(255, 255, 255, 0.2);
    margin-right: 5px;
}
figure.snip1253 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
figure.snip1253:hover img,
figure.snip1253.hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.caption-top-row {
    height: 80px;
}
.success-area{
    min-height: 600px;
    margin: 25px 0;
    position: relative;
    overflow: hidden;
}
.success-area .left-image{
    background-image: url(../images/basarilar-sol.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%;
}
.success-area .right-image {
    position: absolute;
    width: 670px;
    height: 440px;
    border-radius: 105px;
    transform: rotate(45deg);
    background-color: #d4edfc;
    right: -400px;
}
.success-list-box {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 25px 0;
    align-items: center;
    min-height: 550px;
}
.success-list-box .title{
    font-weight: 700;
    font-size: 2.8em;
    flex: 100%;
    color: #e3000f;
    border-bottom: 1px solid;
    letter-spacing: -1px;
}
.success-list-box .content{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
    align-self: flex-start;
}
.success-list-box .content a{
    display: flex;
    width: 100%;
    color: #333;
    font-size: 1.4em;
    padding: 15px;
    margin-bottom: 10px;
    border-right: 4px solid #e3000f;
    justify-content: flex-end;
    position: relative;
}
.success-list-box .content a:before{
    content: "";
    position: absolute;
    background: #e3000f;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 0%;
    border-radius: 90px 0 0 0;
    animation-name: successLinkAnimatorOut;
    animation-duration: 500ms;
}
.success-list-box .content a:hover{
    animation-name: successLinkAnimatorTextIn;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}
.success-list-box .content a:hover:before{
    animation-name: successLinkAnimatorIn;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}
.success-list-box .content a .text{
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.success-list-box .content a .text small{
    font-size: 0.7em;
}
.success-list-box .content a .icon{

}
@keyframes successLinkAnimatorIn {
    from {width: 0}
    to {width: 100%;}
}
@keyframes successLinkAnimatorOut {
    from {width: 100%}
    to {width: 0%;}
}
@keyframes successLinkAnimatorTextIn {
    from {color: #000000}
    to {color: #ffffff;}
}
@keyframes successLinkAnimatorTextOut {
    from {color: #ffffff}
    to {color: #000000;}
}
img.paralx_logo {
    display: block;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -0px;
}
.slick-slide {
    padding: 15px 15px;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 35px;
    line-height: 1.2;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0px 0px 30px black;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next {
    right: 12px;
}
.slick-prev {
    left: 12px;
    z-index: 99;
}
.section-top-title.news-area {
    background: #e3000f;
    text-align: center;
    padding: 15px 25px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 6px 6px 0 0;
}
.all-news-btn {
    background: #e3000f;
    border: 4px solid #e3000f;
    color: #fff !important;
}
.all-news-btn:hover {
    background: #fff;
    border: 4px solid #e3000f;
    color: #e3000f !important;
}
section.duyuru-bandi {
    background: #ffffff;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.6901960784313725);
    position: relative;
}
.irs-hidden-input {
    opacity: 0;
}
.btn-bio {
    margin-top: 8px;
    font-size: 0.8em;
}
.btn-bio i{
    margin-right: 8px;
}