/* GENERAL START */
@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap";
.dm-serif-display-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.dm-serif-display-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

:root {
    --transition-speed: 0.35s;
    --transition-easing: cubic-bezier(0.4, 0, 0.2, 1)
}

body {
    font-family: 'Poppins', sans-serif
}

a {
    text-decoration: none
}

a, button, .btn, input, textarea, select, img, .card, .nav-link, i, span, div {
    transition: all var(--transition-speed) var(--transition-easing)
}

img {
    width: 100%
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.librebask {
    font-family: "Poppins", serif;
}

.fnp-btn {
    font-size: 15px;
    color: #fff;
    background-color: #A31034;
    border-radius: 0;
    padding: 9px 25px;
    border: 1px solid #A31034
}

.fnp-btn:hover {
    color: #A31034;
    background-color: #fff
}

.area_sub_title {
    color: #2B2B2B89;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center
}

.area_title {
    color: #2B2B2B;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-align: center;
    padding: 25px 0
}

.area_detail {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.dropdown-item.active, .dropdown-item:active {
    background: #e9ecef
}

.nav-link:focus {
    color: #A31034
}

.section {
    padding: 50px 0
}

/* GENERAL END */

/** HEADER START **/
.header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    padding-top: 30px
}

.logo {
    width: 200px
}

.dropdown-menu img {
    margin-right: 8px
}

.header .header-right .top a, .header .header-right .top li {
    font-size: 15px;
    color: #fff
}

.dropdown.lang .dropdown-menu {
    width: 115px;
    padding: .5rem;
    border-radius: 0
}

.dropdown.lang .dropdown-menu .dropdown-item {
    color: #2B2B2B;
    text-align: center
}

.dropdown.lang .dropdown-menu .dropdown-item.active {
    color: #fff;
    background-color: #A31034
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 0;
    margin-top: 5px;
    position: relative
}

.main-menu li {
    list-style: none;
    position: relative
}

.main-menu a {
    color: #fff;
    font-weight: 400;
    padding: 0 12px 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block
}

.main-menu a:hover {
    color: #A31034
}

.main-menu .nav-item:last-child a {
    padding-right: 0 !important
}

.main-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: .5rem;
    max-width: max-content;
    display: none;
    z-index: 999;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    border-radius: 0
}

.main-menu .dropdown:hover .dropdown-menu {
    display: block
}

.main-menu .dropdown-menu li {
    padding: 0
}

.main-menu .dropdown-menu a {
    padding: 10px 20px;
    display: block;
    color: #333;
    font-size: 15px;
    text-transform: none;
    font-weight: 400
}

.main-menu .dropdown-menu a:hover {
    background-color: #A31034;
    color: #f8f8f8
}

.main-menu .creative-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #fff;
    padding: 30px 0;
    z-index: 999;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    transform: translateX(-125px)
}

.main-menu .mega-dropdown:hover .creative-menu {
    display: block
}

.main-menu .mega-inner {
    width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 0 15px;
    box-sizing: border-box
}

.main-menu .menu-left ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-menu .menu-left ul li {
    margin-bottom: 10px;
    width: 100%;
}

.main-menu .menu-left ul li a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    display: block;
    padding: 5px 10px
}

.main-menu .menu-left ul li:hover a, .main-menu .menu-left ul li.active a {
    color: #A31034;
    background-color: #f8f8f8;
    position: relative
}

.main-menu .menu-left ul li.active a::before {
    content: '';
    position: absolute;
    top: 11px;
    left: -18px;
    background-image: url(../image/simge.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 80px;
    width: 34px;
    height: 12px;
    bottom: -7px;
    z-index: 2;
    transform: rotate(90deg)
}

.main-menu .menu-right {
    flex: 1;
    padding-left: 20px;
    border-left: 1px solid #eee;
    display: flex;
    align-items: center
}

.main-menu .slogan-text {
    font-size: 16px;
    font-weight: 600;
    max-width: 250px;
    transition: 0.3s;
    text-align: center;
    color: #A31034
}

#languageDropdown {
    font-size: 14px
}

#languageDropdown i {
    font-size: 17px;
    font-weight: 700
}

.carousel-caption {
    background-color: rgb(0 0 0 / .5);
    padding: 20px;
    border-radius: 8px
}

#heroCarousel .carousel, #heroCarousel .carousel-item, #heroCarousel .carousel-item img {
    height: 100vh;
    object-fit: cover
}

/** HEADER END **/

/* SLIDER AREA START */
.carousel-indicators-custom {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center
}

.carousel-indicators-custom .indicator {
    width: 6px;
    opacity: .4;
    cursor: pointer
}

.carousel-indicators-custom .indicator.active {
    opacity: 1
}

#heroCarousel .inner {
    position: absolute;
    bottom: 20%;
    width: 100%
}

#heroCarousel .slider-title {
    font-size: 60px;
    color: #fff;
    line-height: 1.25
}

#heroCarousel .slider-content {
    font-size: 16px;
    color: #fff;
    margin: 25px 0;
    font-weight: 300
}

#heroCarousel .video-wrapper {
    position: relative;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

#heroCarousel .video-wrapper .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1
}

#heroCarousel .video-wrapper .inner {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    z-index: 2
}

.slider-bottom {
    margin-top: -85px;
    width: 100%;
    position: relative;
    z-index: 2
}

.slider-bottom .card {
    border-radius: 0;
    border: none
}

.slider-bottom .bg-img {
    position: relative;
    height: 200px;
    overflow: hidden
}

.slider-bottom .bg-img img {
    object-fit: cover
}

.slider-bottom .bg-img .overlay {
    background-color: rgb(0 0 0 / .485)
}

.slider-bottom .bg-img .overlay.har {
    background-color: rgb(163 16 52 / .7)
}

.slider-bottom .inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    z-index: 3
}

.slider-bottom .inner .btn {
    font-size: 10px;
    color: #fff;
    text-align: right
}

.slider-bottom .inner .row {
    height: 100%;
    position: relative
}

.slider-bottom .inner .left {
    display: flex;
    align-items: center
}

.slider-bottom .inner .right {
    text-align: right
}

.slider-bottom .inner .title {
    font-size: 24px;
    line-height: 1.5
}

.slider-bottom .inner .title_ {
    font-size: 20px;
    bottom: 25px;
    font-weight: 700
}

.slider-bottom .inner .sub-title {
    font-size: 14px;
    display: block;
    font-weight: 400
}

.slider-bottom .inner .play {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 0.7s linear infinite;
    border-radius: 50%
}

.slider-bottom .inner .play img {
    width: 40px
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / .3), 0 0 0 6px rgb(255 255 255 / .3), 0 0 0 10px rgb(255 255 255 / .3), 0 0 0 14px rgb(255 255 255 / .3)
    }
    100% {
        box-shadow: 0 0 0 6px rgb(255 255 255 / .3), 0 0 0 10px rgb(255 255 255 / .3), 0 0 0 14px rgb(255 255 255 / .3), 0 0 0 20px #fff0
    }
}

/* SLIDER AREA END */

/* EDUCATION START */
.education_area {
    padding: 75px 0
}

.education_area .tab-content {
    padding-top: 30px
}

.education_area #myTab {
    position: relative;
    margin: 25px auto 0;
    border-bottom: 3px solid rgb(163 16 52 / .3);
    max-width: max-content;
    display: flex
}

.education_area #myTab .nav-item {
    margin: 0 20px
}

.education_area #myTab button {
    position: relative;
    font-size: 14px;
    border: none;
    color: #92929D;
    font-weight: 500;
    padding: .5rem 1rem;
    background: none;
    transition: border-color 0.3s, color 0.3s;
    letter-spacing: .5px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.education_area #myTab button.active {
    color: #A31034;
    font-weight: 600
}

.education_area #myTab button.active::before, .education_area #myTab button.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.education_area #myTab button.active::before {
    background: #A31034;
    width: 100%;
    height: 3px;
    bottom: -3px;
    z-index: 1
}

.education_area #myTab button.active::after {
    background-image: url(../image/simge.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 7px;
    bottom: -7px;
    z-index: 2
}

.education_area .card {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px #00000029
}

.education_area .card .history {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #2B2B2B
}

.education_area .card .card-body {
    padding: 25px
}

.education_area .card .history img {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.education_area .card .card-title {
    font-size: 22px;
    color: #2B2B2B;
    line-height: 1.5;
    margin-bottom: 0
}

.education_area .card .card-text {
    font-size: 12px;
    color: rgb(43 43 43 / .9);
    margin-top: 1rem
}

.education_area .card .btn {
    font-size: 13px
}

.education_area .card .right {
    font-size: 13px;
    color: #222E48
}

.education_area .card .right svg {
    width: 14px;
    margin-left: 5px
}

.education_area .slider-wrapper {
    overflow-x: hidden;
    position: relative;
    padding: 0 15px
}

.education_area .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin: 0 -15px
}

.education_area .slider-indicator-bar {
    display: flex;
    justify-content: center;
    align-items: center
}

.education_area .slider-item {
    flex: 0 0 25%;
    padding: 0 15px 15px
}

.education_area .slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: none;
    padding: 8px;
    z-index: 10;
    box-shadow: 0 5px 10px #00000029
}

.education_area .slider-prev {
    margin-right: 25px
}

.education_area .slider-next {
    margin-left: 25px
}

.education_area .slider-nav i {
    font-size: 14px;
    color: #A31034
}

.education_area .slider-nav:hover {
    background-color: #A31034
}

.education_area .slider-nav:hover i {
    color: #fff
}

.education_area .slider-indicators {
    display: flex;
    justify-content: center;
    margin: 30px 0
}

.education_area .slider-indicators button {
    background: none;
    border: none;
    padding: 0;
    opacity: .5;
    margin: 0;
    width: auto;
    height: auto;
    transition: opacity 0.3s ease
}

.education_area .slider-indicators button.active {
    opacity: 1
}

.education_area .slider-indicators button img {
    width: 75px;
    height: auto;
    display: block
}

/* EDUCATION AREA END */

/* PARALLAX AREA START */
.parallax .container-fluid {
    position: relative;
    padding: 0;
    height: 540px;
    overflow: hidden
}

.parallax .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .45);
    z-index: 2
}

.parallax .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    padding: 0 15px
}

.parallax .overlay-content .container {
    max-width: 1420px
}

.parallax .icon {
    width: 45px;
    height: auto
}

.parallax .title {
    font-size: 36px;
    margin: 25px 0 75px
}

.parallax .card {
    background: #fff0;
    border: none;
    position: relative;
    color: #fff
}

.parallax .card::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../image/line-white.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 100px;
    z-index: 4
}

.parallax .col-lg-4:last-child .card::after {
    display: none
}

.parallax .count {
    font-size: 52px;
    font-weight: 700
}

.parallax .count-title {
    font-size: 14px;
    font-weight: 300
}

/* PARALLAX AREA END */

/* TEAMS AREA START */
.teams_area {
    padding: 75px 0 0
}

.teams_area .inner {
    padding-top: 75px
}

.teams_area .card {
    position: relative;
    border: none;
    border-radius: 0
}

.teams_area .card img {
    object-fit: cover
}

.teams_area .card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff0 linear-gradient(to bottom, transparent 0%, #a31034b3 100%) 0 0 no-repeat padding-box;
    z-index: 2
}

.teams_area .card .overlay:hover {
    background: #fff0 linear-gradient(to bottom, transparent 50%, #a31034b3 100%) 0 0 no-repeat padding-box
}

.teams_area .card .card-body {
    background-color: #fff0;
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 3
}

.teams_area .card .card-title {
    font-size: 26px;
    color: #fff;
    letter-spacing: .27px;
    margin-bottom: 0
}

.teams_area .card .card-unvan {
    font-size: 16px;
    color: #fff
}

.teams_area .card .card-detail {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px
}

.teams_area .card .bottom {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    background-color: #A31034
}

.teams_area .btn-out {
    margin-top: 90px;
    text-align: center
}

.teams_area .simge {
    position: absolute;
    bottom: -14.5px;
    width: 90px;
    background-color: #fff;
    z-index: 2
}

/* TEAMS AREA END */

/* PARALLAX 2 START */
.parallax-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 480px;
    position: relative
}

.parallax-2 .container {
    position: relative;
    z-index: 2;
    padding: 180px 10px 60px
}

.parallax-2 .bg-image {
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.parallax-2 .col-lg-6 {
    position: relative;
    padding-right: 10%
}

.parallax-2 .col-lg-6::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    background-image: url(../image/line-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 80px;
    height: 200px;
    z-index: 9;
    transform: translateY(-50%) rotate(180deg)
}

.parallax-2 .sub-title {
    color: #FFFFFFB9;
    font-size: 16px;
    letter-spacing: 1.5px
}

.parallax-2 .title {
    color: #FFF;
    font-size: 48px;
    letter-spacing: 1.25px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase
}

.parallax-2 .detail {
    color: #FFF;
    font-size: 16px;
    font-weight: 300
}

.parallax-2 .btn {
    border: none;
    background: #fff0;
    font-size: 18px;
    color: #fff;
    padding: 0
}

.parallax-2 .btn svg {
    font-size: 18px;
    margin-left: 10px
}

.parallax-2 .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/* PARALLAX 2 END */

/* NEWS AREA START */
.news_area {
    padding: 75px 0
}

.news_area .inner {
    margin-top: 75px
}

.news_area .card {
    border: 0
}

.news_area .card-title {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500
}

.news_area .card-text {
    color: #777;
    font-size: 16px;
    margin: 15px 0
}

.news_area .btn {
    color: #A31034;
    padding: 0;
    font-weight: 600
}

.news_area svg {
    color: #A31034
}

.news_area img {
    height: 100%;
    object-fit: cover
}

.news_area .card.right img {
    height: 175px;
    object-fit: cover
}

.news_area .card-body {
    padding: 20px 0 0
}

.news_area .btn-out {
    margin-top: 120px;
    text-align: center
}

.news_area .news_btn_out {
    width: 100%;
    position: absolute;
    bottom: -80px;
    display: flex;
    justify-content: center;
    align-items: center
}

#newsSlider .carousel-indicators {
    display: flex;
    justify-content: center;
    position: static;
    margin: 0
}

#newsSlider .carousel-indicators button {
    background: none;
    border: none;
    padding: 0;
    opacity: .5;
    margin: 0;
    width: auto;
    height: auto;
    transition: opacity 0.3s ease
}

#newsSlider .carousel-indicators button.active {
    opacity: 1
}

#newsSlider .carousel-indicators button img {
    width: 75px;
    height: auto;
    display: block
}

#newsSlider .carousel-control-prev, #newsSlider .carousel-control-next {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: none;
    padding: 8px;
    z-index: 10;
    opacity: 1;
    box-shadow: 0 5px 10px #00000029;
    transition: all var(--transition-speed) var(--transition-easing)
}

#newsSlider .carousel-control-prev {
    margin-right: 25px
}

#newsSlider .carousel-control-next {
    margin-left: 25px
}

#newsSlider .carousel-control-prev i, #newsSlider .carousel-control-next i {
    color: #A31034
}

#newsSlider .carousel-control-prev:hover, #newsSlider .carousel-control-next:hover {
    background-color: #A31034
}

#newsSlider .carousel-control-prev:hover i, #newsSlider .carousel-control-next:hover i {
    color: #fff
}

#newsSlider .card_left .card {
    padding-right: 5%;
    border-right: 3px solid #A31034;
    margin-right: 5%;
    border-radius: 0
}

/* NEWS AREA END */

/* NEWSLATTER AREA START */
.newslatter_area {
    background: #F8F7F7;
    padding: 75px 0
}

.newslatter_area .col-lg-6 {
    position: relative
}

.newslatter_area .col-lg-6:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/line-e_bulten.svg);
    background-repeat: no-repeat;
    z-index: 4;
    background-size: 100%;
    width: 23px;
    height: 230px
}

.newslatter_area .col-lg-6:last-child:after {
    display: none
}

.newslatter_area .title {
    font-size: 40px;
    color: #333;
    font-weight: 700
}

.newslatter_area .title .red {
    color: #A31034
}

.newslatter_area .detail {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin: 20px 0
}

.newslatter_area .e-bulten {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.newslatter_area .e-bulten input {
    width: 70%;
    padding: 10px;
    border: 1px solid #707070;
    background-color: #fff0
}

.newslatter_area .e-bulten .btn {
    margin-top: 25px;
    max-width: max-content
}

.newslatter_area .social-media {
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center
}

.newslatter_area .social-media li {
    margin-right: 25px
}

.newslatter_area .social-media li:last-child {
    margin-right: 0
}

.newslatter_area .social-media li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2B2B2B
}

.newslatter_area .social-media li a:hover {
    background-color: #A31034
}

.newslatter_area .social-media li a i {
    font-size: 24px
}

/* NEWSLATTER AREA END */

/* SLOGAN AREA START */
.slogan_area {
    padding: 75px 0;
}

.slogan_area .title {
    color: #A31034;
    font-size: 44px;
}

/* SLOGAN AREA END */

/* FOOTER START */
footer {
    background: #EFEFEF;
    padding: 50px 0
}

.footer-logo {
    display: block;
    width: 300px
}

footer .menu {
    list-style-type: none;
    display: flex;
    margin-top: 40px
}

footer .menu li {
    margin-right: 30px
}

footer .menu li:last-child {
    margin-right: 0
}

footer .menu li a {
    font-size: 16px;
    letter-spacing: .3px;
    color: #000000D9
}

footer .menu li a:hover {
    color: #A31034
}

footer hr {
    margin: 50px 0;
    background-color: #a4a8ab
}

.footer-bottom {
    display: flex
}

.footer-bottom li a {
    border-right: 1px solid #92989F;
    font-size: 12px;
    color: #92989F;
    padding-right: 15px;
    margin-right: 15px
}

.footer-bottom li:last-child a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.footer-bottom li a:hover {
    color: #A31034
}

.FNP {
    font-size: 14px;
    color: #92989F;
    display: block;
    text-align: right
}

.FNP:hover {
    color: #A31034
}

/* FOOTER END */

/* BANNER SECTION START */
.banner {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden
}

.banner .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: none
}

.banner .banner-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    background-color: rgb(0 0 0 / .4)
}

.banner .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .sub-title {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.6px
}

.banner .main-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0
}

.breadcrumb {
    background-color: #fff0;
    font-size: 14px;
    margin-bottom: 0;
    align-items: center
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding: 0 7px;
    color: #efefef;
    font-size: 13px
}

.breadcrumb a {
    color: #A31034;
    text-decoration: none
}

.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb-item.active {
    color: #efefef
}

/* BANNER SECTION START */

/* CONTENT SECTION START */
.section .sub_title {
    font-size: 16px;
    color: #2b2b2b89;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase
}

.section .title {
    font-size: 48px;
    color: #2B2B2B;
    letter-spacing: 1.25px;
    font-weight: 700
}

.section .title span {
    color: #A31034
}

.content .inner .title {
    font-size: 36px;
    color: #1C1D1E;
    padding: 50px 0 25px;
    font-weight: 500;
    margin-bottom: 0
}

.content .inner p {
    margin-bottom: 25px;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 1.7
}

.content .inner p:last-child {
    margin-bottom: 0
}

.content .inner .title_ust {
    font-size: clamp(24px, 5vw, 36px);
    color: #1C1D1E;
    padding: 50px 0;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -.25px
}

.cycle-wrapper {
    display: inline-block;
    position: relative;
    width: max-content;
    overflow: hidden;
    vertical-align: middle;
    padding-right: 20px
}

.cycle-text {
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.vizyon {
    animation-name: slideVizyon
}

.misyon {
    position: absolute;
    left: 0;
    animation-name: slideMisyon
}

@keyframes slideVizyon {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    45% {
        transform: translateY(0);
        opacity: 1
    }
    50% {
        transform: translateY(-100%);
        opacity: 0
    }
    100% {
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes slideMisyon {
    0% {
        transform: translateY(100%);
        opacity: 0
    }
    45% {
        transform: translateY(100%);
        opacity: 0
    }
    50% {
        transform: translateY(0);
        opacity: 1
    }
    95% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(100%);
        opacity: 0
    }
}

/* CONTENT SECTION END */

/* REFERENCES AREA START */
.references_area {
    margin: 40px 0 0
}

.references_area .references-slider {
    overflow: hidden;
    position: relative
}

.references_area .slider-track {
    display: flex;
    gap: 20px;
    animation: scrollSlider 10s linear infinite
}

.references_area .slider-item {
    flex: 0 0 calc(100% / 6);
    display: flex;
    justify-content: center;
    align-items: center
}

.references_area .slider-item img {
    max-height: 130px;
    width: auto;
    object-fit: contain
}

@keyframes scrollSlider {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-110%)
    }
}

/* REFERENCES AREA END */

/* EDUCATION PAGE START */
.egitim_page {
    padding: 50px 0 75px
}

.egitim_page .nav-tabs {
    margin: 75px 0 50px;
    border-bottom: none;
    gap: 30px
}

.egitim_page .nav-item {
    padding: 0
}

.egitim_page .nav-tabs .nav-link {
    height: 100%;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    border: none;
    background-color: #fff;
    transition: 0.3s ease;
    box-shadow: 0 6px 12px #00000029;
    border-radius: 0
}

.egitim_page .nav-tabs .nav-link:hover {
    background-color: #efefef
}

.egitim_page .nav-tabs .nav-link.active, .egitim_page .nav-tabs .nav-link.active:hover {
    background-color: #A31034;
    color: #fff
}

.egitim_page .tab-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 25px
}

.nav-tabs .nav-link.active .tab-icon {
    filter: brightness(0) invert(1)
}

.egitim_page .tab-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1B1D21
}

.egitim_page .tab-count {
    font-size: 16px;
    color: rgb(27 29 33 / .75);
    font-weight: bold
}

.egitim_page .nav-tabs .nav-link.active .tab-title {
    color: #fff
}

.egitim_page .nav-tabs .nav-link.active .tab-count {
    color: rgb(255 255 255 / .75)
}

#egitimTabContent .date {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #2B2B2B;
    margin: 25px 0
}

#egitimTabContent .card {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 20px #00000029;
    margin-bottom: 25px
}

#egitimTabContent .card .history {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #2B2B2B;
    font-weight: 500
}

#egitimTabContent .card .card-body {
    padding: 25px
}

#egitimTabContent .card .history img {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

#egitimTabContent .card .card-title {
    font-size: 22px;
    color: #2B2B2B;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500
}

#egitimTabContent .card .btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

#egitimTabContent .card .right {
    font-size: 13px;
    color: #222E48;
    font-weight: 500
}

#egitimTabContent .card .right svg {
    width: 14px;
    margin-left: 5px
}

/* EDUCATION PAGE END */

/* EDUCATION DETAIL PAGE START */
.education_detail_area .title {
    font-size: 40px !important;
    letter-spacing: 1.25px !important;
    color: #2B2B2B;
    line-height: 1.35
}

.education_detail_area .image {
    margin: 25px 0 0
}

.education_detail_area .education-tabs {
    max-width: max-content;
    border-bottom: 3px solid rgb(163 16 52 / .13);
    margin: 25px 0
}

.education_detail_area .education-tabs .nav-link {
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #fff0;
    color: #92929D;
    font-weight: 500;
    padding: .5rem 1rem .5rem 0;
    background: none;
    transition: border-color 0.3s, color 0.3s;
    margin-right: 25px;
    letter-spacing: .5px
}

.education_detail_area .education-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
    padding: .5rem 0 .5rem 0
}

.education_detail_area .education-tabs .nav-link.active:after {
    content: '';
    background-image: url(../image/simge.jpg);
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 7px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 2
}

.education_detail_area .education-tabs .nav-link.active:before {
    content: '';
    background: #A31034;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 1
}

.education_detail_area .education-tabs .nav-link:hover {
    color: #000
}

.education_detail_area .education-tabs .nav-link.active {
    position: relative;
    color: #A31034;
    font-weight: 600
}

.education_detail_area .tab-content p {
    font-size: 16px;
    color: #2B2B2B
}

.education_detail_area .accordion-item {
    border: 1px solid #D9D9D9;
    padding: 35px;
    margin-top: 25px;
    border-radius: 0
}

.education_detail_area .accordion-button {
    font-size: 22px;
    font-weight: 500;
    color: rgb(43 43 43 / .75);
    background-color: #fff0;
    padding: 0;
    border: none;
    box-shadow: none
}

.education_detail_area .accordion-button:not(.collapsed) {
    color: #2B2B2B;
    font-weight: 700;
    background-color: #fff
}

.education_detail_area .accordion-button:focus {
    box-shadow: none;
    border-color: #fff0
}

.education_detail_area .accordion-button::after {
    content: '+';
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
    background-image: none !important;
    transform: none !important;
    width: auto;
    height: auto
}

.education_detail_area .accordion-button:not(.collapsed)::after {
    content: '-'
}

.education_detail_area .accordion-body {
    font-size: 16px;
    font-weight: 300;
    color: #b0b0b0;
    padding: 30px 0 0
}

.education_detail_area .basvuru_card {
    background-color: #F4F4F4;
    border: 1px solid #DDD;
    border-radius: 0;
    padding: 25px
}

.education_detail_area .basvuru_card .title, .education_detail_area .egitmen_detail .title {
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 0 !important
}

.education_detail_area .basvuru_card .date {
    font-size: 18px;
    color: #2B2B2B;
    font-weight: 500;
    margin: 20px 0
}

.education_detail_area .basvuru_card .fnp-btn {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .72px
}

.education_detail_area #accordionContent2 .accordion-body {
    padding: 0
}

.education_detail_area #accordionContent2 .accordion-item button {
    font-size: 28px !important;
    font-weight: 600;
    margin-bottom: 0 !important
}

.education_detail_area #accordionContent2 .sub_title {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #2B2B2B;
    margin: 25px 0;
    font-weight: 600
}

.education_detail_area #accordionContent2 ul li, .education_detail_area .egitmen_detail p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #2B2B2B
}

.education_detail_area #accordionContent2 ul li:last-child {
    margin-bottom: 0
}

.education_detail_area .egitmen_detail p {
    margin-bottom: 0
}

.education_detail_area .egitmen_detail img {
    object-fit: cover
}

.education_detail_area .egitmen_detail .row {
    align-items: center
}

.education_detail_area .basvuru_btn, .education_detail_area .sts_btn {
    display: block;
    width: 100%;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .72px
}

.education_detail_area .sts_btn {
    background-color: #28a745;
    border-color: #28a745
}

.education_detail_area .sts_btn:hover {
    background-color: #fff;
    color: #28a745
}

.education_detail_area .dgr_card {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 20px #00000029;
    margin-bottom: 25px
}

.education_detail_area .dgr_card .history {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #2B2B2B;
    font-weight: 500
}

.education_detail_area .dgr_card .card-body {
    padding: 25px
}

.education_detail_area .dgr_card .history img {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.education_detail_area .dgr_card .card-title {
    font-size: 22px;
    color: #2B2B2B;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500
}

.education_detail_area .dgr_card .btn {
    font-size: 13px;
    font-weight: 500
}

.education_detail_area .dgr_card .right {
    font-size: 13px;
    color: #222E48;
    font-weight: 500
}

.education_detail_area .dgr_card .right svg {
    width: 14px;
    margin-left: 5px
}

.education_detail_area #accordionContent2 .accordion-item, .education_detail_area .egitmen_detail {
    margin-top: 0 !important;
    border-top: 0;
    padding: 25px !important;
    border-radius: 0
}

.education_detail_area .sticky {
    position: sticky;
    top: 25px
}

/* EDUCATION DETAIL PAGE END */

/* MOBILE MENU START */
.mobile-menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001
}

.burger-lines {
    display: inline-block;
    width: 28px;
    height: 20px;
    position: relative;
    transition: 0.3s
}

.burger-lines span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0
}

.burger-lines span:nth-child(1) {
    top: 0
}

.burger-lines span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.burger-lines span:nth-child(3) {
    bottom: 0
}

.mobile-menu-toggle.active .burger-lines span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%
}

.mobile-menu-toggle.active .burger-lines span:nth-child(2) {
    opacity: 0
}

.mobile-menu-toggle.active .burger-lines span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
    bottom: auto
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #A31034;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    overflow-y: auto;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1
}

.mobile-menu nav ul {
    width: 100%
}

.mobile-menu nav ul li {
    margin: 1rem 0 2rem;
    text-align: center;
    position: relative
}

.mobile-menu nav ul li a {
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.submenu {
    display: none;
    margin-top: .5rem;
    text-align: center
}

.submenu li a {
    font-size: 26px !important;
    font-weight: 400 !important
}

li.open .submenu {
    display: block
}

/* MOBILE MENU END */