
/*--------------------------------------------------------------
# academypeak.com
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&family=Raleway:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');

body {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
}



/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #33bbed;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #33bbed;
    }

::-moz-selection { /* Code for Firefox */
    background: #33bbed;
}

::selection {
    background: #33bbed;
    color: white;
}

form {
    background-color: none;
}

button {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', sans-serif;
    color: #004e73;
}

/*************************************************
*TOPBAR CSS Start
*ONLY Desktop 
*************************************************/
@media (min-width: 1279px) {
    #topbar {
        z-index: 998;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0px 0px;
        background-color: #004e73;
    }

        #topbar .container {
            padding: 10px;
            border-bottom: 0.2px solid #efefef;
        }


        #topbar .contact-info a {
            line-height: 0;
            color: #f4f4f4;
            transition: 0.3s;
        }


        #topbar .contact-info i {
            color: #33bbed;
            line-height: 0;
            margin-right: 5px;
        }

        #topbar .contact-info .phone-icon {
            margin-left: 15px;
        }

        #topbar .social-links a {
            padding: 4px 12px;
            display: inline-block;
            line-height: 1px;
            transition: 0.3s;
            color: #33bbed;
        }

            #topbar .social-links a:hover {
                color: #fff;
            }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    z-index: 997;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #004e73;
    padding: 0px 0px 15px 0px;
}

    .header .logo img {
        max-height: 80px;
        margin-top: 50px;
    }



/* Fixed menü css kodları, Js ile ekleniyor BAŞLANGIÇ*/
.stick-header {
    z-index: 997;
    height: 80px;
    top: -11px;
    left: 0;
    right: 0;
    transform: translateY(10px);
    transition: transform .40s;
    background-color: #004e73;
    padding: 15px 0px 0px 0px;
}

    .stick-header .logo img {
        max-height: 70px;
    }

    .stick-header .navbar {
        margin-top: -10px;
    }
/* Fixed menü css kodları, Js ile ekleniyor BİTİŞ*/


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        margin-top: 40px;
    }


        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 18px;
        }

        .navbar a {
            font-family: 'Raleway', sans-serif;
            align-items: center;
            justify-content: space-between;
            padding: 0 3px;
            color: #f4f4f4;
            text-transform: uppercase;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }




        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 28px;
            top: calc(100% + 30px);
            margin: 0;
            padding: 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
            background-color: white;
            border-radius: 10px;
        }

            .navbar .dropdown ul li {
                min-width: 200px;
                padding: 5px 0px;
            }

            .navbar .dropdown ul a {
                font-family: 'Raleway', sans-serif;
                padding: 10px 20px;
                font-size: 15px;
                text-transform: none;
                font-weight: 400;
                color: #383838;
            }

                .navbar .dropdown ul a:hover {
                    border-bottom: none;
                }

                .navbar .dropdown ul a:hover,
                .navbar .dropdown ul .active:hover,
                .navbar .dropdown ul li:hover > a {
                    color: #fff;
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

            .navbar .dropdown:hover > ul li:hover {
                background-color: #004e73;
            }

        .navbar ul .offer {
            margin: 0px 25px;
            color: white;
            font-weight: bold;
            transition: 0.5s;
            background-color: #33bbed;
        }

            .navbar ul .offer:hover {
                opacity: 0.7;
            }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar ul .offer {
        margin: 25px 0px 0px 25px;
        color: white;
        font-weight: bold;
        background-color: #33bbed;
    }

    .stick-header {
        transform: none;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px 0;
            margin: 0;
            background: rgba(0, 0, 0, 0.8);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-size: 15px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.7);
            white-space: nowrap;
            text-transform: uppercase;
            transition: 0.3s;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: #fff;
            }

        .navbar .dropdown ul,
        .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            border: 1px solid #222428;
        }

        .navbar .dropdown > .dropdown-active,
        .navbar .dropdown .dropdown > .dropdown-active {
            display: block;
        }

    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 30px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    overflow-x: hidden;
    padding: 0;
}

    .hero .carousel {
        width: 100%;
        min-height: 100vh;
        margin: 0;
        position: relative;
    }

    .hero .carousel-item {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 1;
        transition-duration: 0.4s;
    }

        .hero .carousel-item::before {
            content: "";
            background-color: rgba(0, 0, 0, 0.7);
            position: absolute;
            inset: 0;
        }

    .hero .info {
        position: absolute;
        margin-top: 60px;
        inset: 0;
        z-index: 2;
    }

@media (max-width: 768px) {
    .hero .info {
        padding: 0 50px;
    }
}

.hero .info h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
    position: relative;
}

    .hero .info h2:after {
        content: "";
        position: absolute;
        display: block;
        width: 180px;
        height: 4px;
        background: #004e73;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

@media (max-width: 768px) {
    .hero .info h2 {
        font-size: 36px;
    }
}

.hero .info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #004e73;
}

/*only Desktop slider button hover*/
@media (min-width: 1279px) {
    .btn-get-started:hover {
        opacity: 0.9;
        color: white;
    }
}


.hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}

    .hero .carousel-control-prev:focus,
    .hero .carousel-control-next:focus {
        opacity: 0.5;
    }

    .hero .carousel-control-prev:hover,
    .hero .carousel-control-next:hover {
        opacity: 0.9;
    }
/*--------------------------------------------------------------
#About-Us
---------------------------------------------------------------*/
.about-us {
    background-color: #f4f4f4;
}

    .about-us .info-box {
        max-width: 200px;
        padding: 12px 0px;
        background-color: #004e73;
        margin-left: 10px;
        color: white;
        text-align: center;
    }

.info-box p {
    font-size: 20px;
}

.info-box i::after {
    content: "500+";
    font-size: 25px;
}

.info-box i {
    font-size: 35px;
}

@media (max-width: 1279px) {
    .about-us .info-box {
        margin-top: 20px;
    }

    .about-us img {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Takvim
--------------------------------------------------------------*/
.takvim-title {
    color: #004e73;
    font-size: 30px;
}

#takvim .accordion-button {
    color: #004e73;
    font-weight: bold;
}

    #takvim .accordion-button:not(.collapsed) {
        color: white;
        background-color: #004e73;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }

#takvim .card-title {
    color: #004e73;
}

@media (max-width: 1279px) {
    .tbread {
        display: none !important;
    }

    .takvim-title {
        font-size: 15px;
    }
}
/*background: linear-gradient(to right top, #ff5100, #ef1e69, #aa409a, #4f539b, #004e73);*/
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(51deg, rgba(255,81,0,.6), rgba(239,30,105,.5), rgba(170,64,154,.5), rgba(79,83,155,.5), rgba(0,78,115,.5)), url("../img/backgr.jpg") fixed center center;
    backdrop-filter: blur(px);
    padding: 120px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #004e73;
            border: 2px solid #004e73;
        }


/*--------------------------------------------------------------
#Services
---------------------------------------------------------------*/
.services {
    background-color: #f4f4f4;
}

    .services .card {
        text-align: center;
        border-radius: 25px;
        -webkit-box-shadow: 5px 5px 15px 5px #303030;
        box-shadow: 5px 5px 15px 5px #303030;
        transition: 0.7s;
    }



        .services .card .card-body {
            margin: 25px 10px;
        }

            .services .card .card-body h4 {
                font-weight: bold;
            }

        .services .card .btn {
            margin-top: 20px;
            background-color: #33bbed;
            color: white;
            transition: 0.7s;
        }


/*Only Desktop scale hover card AND card btn hover*/
@media (min-width: 1279px) {
    .services .card:hover {
        -ms-transform: scale(1.03); /* IE 9 */
        -webkit-transform: scale(1.03); /* Safari 3-8 */
        transform: scale(1.03);
    }

    .services .card .btn:hover {
        opacity: 0.7;
    }
}

@media (max-width: 1279px) {
    .services .card {
        margin-top: 30px;
    }
}

@media (width: 844px) {
    .services .card {
        height: auto;
    }
}

/*-------------------------------------------------------------
Sertifika Sorgulama
--------------------------------------------*/


.certified #certified-search input {
    border: 2px solid #33bbed;
}

.certified #certified-search button {
    font-size: 19px;
    background-color: #33bbed;
    color: white;
    border: none;
}


.certified #CertImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .certified #CertImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.certified .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.certified .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.certified #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.certified .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.certified .close {
    position: absolute;
    top: 135px;
    right: 255px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .certified .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width:1250px) {
    .certified #crtModal {
        display: none !important;
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .certified .modal-content {
        width: 100%;
    }
}


/*--------------------------------------------------------------
#İletişim Sayfası
---------------------------------------------------------------*/
.contact {
    background-color: #f4f4f4;
}

    .contact .box .card {
        padding: 25px 0px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .contact .box i {
        color: #004e73 !important;
        font-size: 36px;
    }

    .contact .gmap {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
    }

    .contact .card {
        padding: 0px 5px;
        border-radius: 10px;
        -webkit-box-shadow: 5px 5px 15px 5px #000000;
        box-shadow: 5px 5px 15px 5px #000000;
    }

    .contact .form-group input {
        margin: 10px 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .contact .card button {
        border-color: #33bbed;
        background-color: #33bbed;
        color: white;
        font-weight: bold;
    }

    .contact .box {
        padding: 0px 40px;
    }


        .contact .box i {
            color: white;
            font-size: 50px;
        }


/*--------------------------------------------------------------
#Blog Sayfası
---------------------------------------------------------------*/
.blog {
    background-color: #f4f4f4;
    padding: 60px 0px;
}

    .blog .sidecard {
        color: #004e73;
        border-color: #004e73;
        border-radius: 10px;
        top: 85px;
        position: sticky;
    }

        .blog .sidecard .card-header {
            background-color: #004e73;
            color: white;
            border-radius: 10px 10px 0px 0px;
            font-weight: bold;
        }

        .blog .sidecard .nav-link a:hover {
            font-weight: bold;
            color: #004e73;
        }

        .blog .sidecard .nav-link a {
            color: #333;
        }


    .blog .carousel .box {
        background-color: #004e73;
        height: 100px;
        width: 100%;
        position: absolute;
        top: 78%;
    }

        .blog .carousel .box h4 {
            color: white;
            font-weight: bold;
            margin-top: 15px;
            padding: 15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .blog .article {
        cursor: pointer;
    }

        .blog .article .card-body h5 {
            text-transform: capitalize;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            font-weight: bold;
        }

        .blog .article .card-body p {
            color: #333;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            line-clamp: 4;
        }

.blogSlider img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.article img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*-- Blog Detay Sayfası Özel --*/
#blog-detail img {
    width: 100%;
    object-fit: cover;
}

/********** GENEL KULLANILACAK BAŞLANGIÇ********/
.detailrighttcard {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/backgr.jpg") center center;
    padding: 120px 0;
    color: #004e73;
}


    .detailrighttcard .cta-btn {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .detailrighttcard .cta-btn:hover {
            background: #004e73;
            border: 2px solid #004e73;
        }

@media (max-width: 1279px) {
    .detailrighttcard {
        height: 50vh !important;
    }
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: none;
}
/*Uzun yazıları kesme*/
.search-hakkinda {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.oheight {
    background-color: #f4f4f4;
    padding: 30px 0px;
    margin-top: 140px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1279px) {
    .oheight {
        margin-top: 0px;
    }
}


/********** GENEL KULLANILACAK SONU ********/

#blog-detail .detailrighttcard .box {
    color: white;
}

#blog-detail .detailrighttcard .cta-btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: white;
}

    #blog-detail .detailrighttcard .cta-btn:hover {
        background-color: #004e73;
        border: 2px solid #004e73;
        color: white;
    }

.egitim-blog {
    padding: 60px 0px;
}

@media (min-width: 1279px) {
    .egitim-blog .carousel-control-prev {
        background-color: #004e73 !important;
        width: 100px;
        height: 250px;
        left: -100px;
        top: 23px;
    }

    .egitim-blog .carousel-control-next {
        background-color: #004e73 !important;
        width: 100px;
        height: 250px;
        right: -100px;
        top: 23px;
    }
}

/*GENEL KULLANILACAK BAŞLANGIÇ*/
.social-share {
    border: 0.2px solid;
    padding: 20px 0px;
    border-radius: 10px;
    font-size: 30px;
}

    .social-share button {
        margin: 0px 20px;
        border-radius: 50px;
        border: none;
        padding: 15px;
    }

    .social-share .social-text {
        font-size: 12px;
        font-weight: bold;
    }

    .social-share .facebook {
        color: #4267B2;
    }

    .social-share .twitter {
        color: #00acee;
    }

    .social-share .google {
        color: #DB4437;
    }

    .social-share .instagram {
        color: #bc2a8d;
    }

    .social-share .linkedin {
        color: #0e76a8;
    }

    .social-share .whatsapp {
        color: #128c7e;
    }
/*GENEL KULLANILACAK SONU*/

@media (min-width: 1279px) {
    .blog .article {
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
    }
}

/*----------------------------------------------------------------
    Eğitimler Sayfası
---------------------------------------------------------------*/

.egitimler {
    background-color: #f4f4f4;
    padding: 60px 0px;
}

    .egitimler .sidecard {
        color: #004e73;
        border-color: #004e73;
        border-radius: 10px;
        top: 85px;
        position: sticky;
    }

        .egitimler .sidecard .card-header {
            background-color: #004e73;
            color: white;
            border-radius: 10px 10px 0px 0px;
            font-weight: bold;
        }

        .egitimler .sidecard .nav-link a:hover {
            font-weight: bold;
            color: #004e73;
        }

        .egitimler .sidecard .nav-link a {
            color: #333;
        }

    .egitimler .card {
        border-radius: 10px;
        cursor: pointer;
    }

    .egitimler .ecard {
        margin: 10px 0px !important;
        overflow: hidden;
    }

        .egitimler .ecard a:hover {
            color: unset;
        }


        .egitimler .ecard img {
            object-fit: cover;
            height: 200px;
        }

/*Sadece masaüstü için geçerli olacak*/
@media (min-width: 1279px) {


    .ecard img {
        transition: 1s ease;
    }

        .ecard img:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            transition: 1s ease;
        }
}


.egitimler .card .card-title {
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.egitimler .card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.egitimler .card .card-subtitle {
    font-weight: bold;
    color: #33bbed;
    font-size: 12px;
    text-decoration: underline;
}

.egitimler .card .card-link {
    background: linear-gradient(to right top, #ff5100, #ef1e69, #aa409a, #4f539b, #004e73);
    border: none;
}

    .egitimler .card .card-link:hover {
        color: #004e73;
    }



/*--------------------------------------------------------------
#EĞİTİM Detay sayfası
---------------------------------------------------------------*/
.egitim .card {
    padding: 25px 0px;
    border-radius: 10px;
    margin-bottom: 10px;
}


.egitim .card {
    padding: 0px 5px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}

.egitim .form-group input {
    margin: 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.egitim .card button {
    border-color: #33bbed;
    background-color: #33bbed;
    color: white;
    font-weight: bold;
}

.egitim .sidecard {
    color: #004e73;
    border-color: #004e73;
    border-radius: 10px;
    top: 85px;
    position: sticky;
}

.egitim .egitim-text {
    font-size: 20px;
}


/* Genel bilgi Eğitim içeriği nav tabs*/

.e-detay .nav-tabs {
    border-bottom: 2px solid #004e73;
}

    .e-detay .nav-tabs .active {
        background-color: #004e73;
        color: white;
    }

    .e-detay .nav-tabs button {
        border: none;
        text-align: start;
        color: #004e73;
        font-weight: bold;
    }

        .e-detay .nav-tabs button:past {
            color: white;
        }

/* Led Bar kalan kontenjan*/
.ldBar-label:after {
    content: "/8";
    font-weight: bold;
}

.ldBar {
    position: relative;
}

    .ldBar.label-center > .ldBar-label {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-shadow: 0 0 3px #fff;
    }

.e-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

    .e-breadcrumbs ol a {
        color: #004e73;
        transition: 0.3s;
    }

.e-breadcrumbs li {
    height: 10px;
    padding: 0px 10px;
}

/*Only Desktop*/
@media (min-width: 1279px) {
    .e-breadcrumbs ol a::before {
        content: "\F12F ";
        font-family: bootstrap-icons !important;
    }
}

@media (max-width: 1279px) {
    .ebread {
        display: none !important;
    }

    .egitim-box {
        display: none !important;
    }

    .e-bilgi {
        height: auto !important;
    }
}


.e-breadcrumbs ol .active {
    color: #004e73;
    cursor: no-drop;
}

.e-breadcrumbs ol li + li {
    padding-left: 10px;
}

    .e-breadcrumbs ol li + li::before {
        display: inline-block;
        padding-right: 10px;
        color: #004e73;
        content: "/";
    }

.e-bilgi .accordion-button {
    color: #004e73;
    font-weight: bold;
    font-size: 22px;
}

    .e-bilgi .accordion-button:not(.collapsed) {
        color: white;
        background-color: #004e73;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }

.e-bilgi .accordion-body {
    font-size: 16px;
}

.e-bilgi .accordion-header {
    font-size: 18px;
}

.e-bilgi .e-header {
    font-size: 32px;
    color: #004e73;
    font-weight: bold;
}
/*--------------------------------------------------------------
#Search
---------------------------------------------------------------*/
.search {
    background-color: #f4f4f4;
}

#e-search input {
    border: 2px solid #33bbed;
}

#e-search button {
    font-size: 19px;
    background-color: #33bbed;
    color: white;
    border: none;
}

.search .nav-tabs {
    border-bottom: 2px solid #004e73;
}

    .search .nav-tabs .active {
        background-color: #004e73;
        color: white;
    }

    .search .nav-tabs button {
        width: 50%;
        border: none;
        text-align: start;
        color: #004e73;
        font-weight: bold;
    }

        .search .nav-tabs button:past {
            color: white;
        }

.search .card {
    border-radius: 10px;
}

    .search .card .card-title {
        font-weight: bold;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search .card p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .search .card .card-subtitle {
        font-weight: bold;
        color: #33bbed;
        font-size: 12px;
        text-decoration: underline;
    }

    .search .card .card-link {
        font-weight: bold;
        color: #333;
    }

        .search .card .card-link:hover {
            color: #004e73;
        }

        .search .card .card-link::after {
            content: " \f138";
            font-family: bootstrap-icons !important;
        }

.tab-content .search-btn {
    background-color: #33bbed;
    color: white;
    margin-top: 25px;
    transition: 0.3s;
    font-weight: bold;
}

@media (min-width: 1279px) {
    .tab-content .search-btn:hover {
        opacity: 0.7;
    }
}

.tab-content .search-btn i {
    float: right;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #004e73;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #004e73;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
#Home Contact
---------------------------------------------------------------*/
@media (min-width: 1279px) {
    .home-contact {
        height: 90vh;
        background-image: url('../img/bg-contact.jpg');
    }
}

.home-contact {
    background-image: url('../img/bg-contact.jpg');
}

    .home-contact .card {
        padding: 0px 5px;
        border-radius: 10px;
        -webkit-box-shadow: 5px 5px 15px 5px #000000;
        box-shadow: 5px 5px 15px 5px #000000;
    }


    /* Only desktop shake animation */

    .home-contact .form-group input {
        margin: 10px 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .home-contact .card button {
        border-color: #33bbed;
        background-color: #33bbed;
        color: white;
        font-weight: bold;
    }

    .home-contact .box {
        padding: 0px 40px;
    }


        .home-contact .box i {
            color: white;
            font-size: 50px;
        }




/*--------------------------------------------------------------
# Referanslarımız 
--------------------------------------------------------------*/
.refrences {
    background-color: #f4f4f4;
}

@media (max-width: 1279px) {
    .refrences {
        display: none !important;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        position: relative;
        z-index: 2;
    }

    .section-title span {
        position: absolute;
        top: 30px;
        color: #f4f4f4;
        left: 0;
        right: 0;
        z-index: 1;
        font-weight: 700;
        font-size: 52px;
        text-transform: uppercase;
        line-height: 0;
    }

    .section-title p {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-title span {
        font-size: 38px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 120px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .breadcrumbs:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        inset: 0;
    }

    .breadcrumbs h1 {
        margin-top: 80px;
        font-size: 56px;
        font-weight: 500;
        color: #fff;
    }

    .breadcrumbs h2 {
        margin-top: 80px;
        font-size: 50px;
        font-weight: 500;
        color: #fff;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

        .breadcrumbs ol a {
            color: #33bbed;
            transition: 0.3s;
        }

    .breadcrumbs li {
        height: 10px;
        padding: 0px 10px;
    }

/*Only Desktop*/
@media (min-width: 1279px) {
    .breadcrumbs ol a::before {
        content: "\F12F ";
        font-family: bootstrap-icons !important;
    }
}

@media (max-width: 1279px) {
    .breadcrumbs ol {
        display: none !important;
    }
}


.breadcrumbs ol .active {
    color: #f4f4f4;
    cursor: no-drop;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

    .breadcrumbs ol li + li::before {
        display: inline-block;
        padding-right: 10px;
        color: #fff;
        content: "/";
    }

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
    background-color: #f4f4f4;
}

.refrences-sec {
    background-color: #f4f4f4;
}

    .refrences-sec .card {
        border-radius: 10px;
    }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #383838;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    height: 300px;
}

@media (max-width: 1279px) {
    #footer {
        display: none;
    }
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #262626;
        color: #fff;
        line-height: 1;
        margin-top: 20px;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .footer-top .social-links a:hover {
            background: #004e73;
            color: #fff;
            text-decoration: none;
        }

.footer-top img {
    width: 200px;
    margin-top: -50px;
}

.footer-top li {
    margin-top: 10px;
}

    .footer-top li a:hover {
        color: white;
    }


.copyright {
    text-align: center;
    padding-top: 30px;
}

.footalt-color {
    background-color: #303030;
    padding: 0 0 50px 0;
    color: #fff;
    font-size: 14px;
}


@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}
