.contact-fixed-bottom {
    display: none;
}

.camp-detay-title {
    padding-left: 10px;
    padding-top: 30px;
}

@media (max-width: 575.98px) {
    .contact-fixed-bottom {
        display: block;
        overflow: hidden;
    }
}

.contact-fixed-bottom {
    background-color: #000;
    color: #fff;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    cursor: pointer;
    position: fixed;
}

    .contact-fixed-bottom a {
        color: #ffffff;
        width: 50%;
        float: left;
    }

        .contact-fixed-bottom a.tel-link {
            background: linear-gradient(to right, rgba(255, 0, 0, 0.42), rgba(255, 100, 100, 0.85));
        }

        .contact-fixed-bottom a.whatsapp-link {
            background: linear-gradient(to right, rgb(0, 219, 57), rgba(6, 141, 22, 0.42));
            float: right;
        }

    .contact-fixed-bottom div {
        padding: 10px 10px;
        text-align: center;
    }

    .contact-fixed-bottom .phone-text {
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
    }

    .contact-fixed-bottom .whatsapp-text {
        font-weight: bold;
        font-size: 16px;
    }

/* ORTAK AN�MASYON YAPISI */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.animated {
    opacity: 0;
}
/* / ORTAK AN�MASYON YAPISI */

.faq__area__2 {
    background: #f5f5f5;
    padding: 60px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Traning - Genel Egitimler Sayfas� Css */
.certificate-line-height {
    line-height: normal;
}

.sinif-bilgisi {
    font-size: 20px;
}

.education-bold-title {
    font-weight: 600;
    font-size: 20px;
}

.title-training {
    margin-left: 50px;
}

.first-list-wrap li {
    margin-top: 10px;
    margin-bottom: 22px !important;
    font-size: 18px;
    line-height: 0.3 !important;
}

.training-info-wrap .list-wrap li {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 18px;
    color: white;
}

.icon-training {
    margin-left: -50px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    filter: invert(1);
}

.img-training {
    position: absolute;
    width: 370px;
    height: 500px;
    margin-left: 10px;
    margin-top: -70px;
    border-radius: 40px;
    border: 1px solid transparent;
    overflow: hidden;
    background: gray;
}

.training-info-wrap {
    padding: 20px 0;
}

.training-info-area {
    background-image: url(/images/site/education-back.webp);
    background-position: center;
    border: 1px solid #DFDFDF;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    padding: 30px 30px 10px 90px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.training-seviye-tespit {
    background: #241dc7;
    color: white;
    padding: 10px 30px;
    font-size: 20px;
    box-shadow: 5px 5px 0px 0px #000;
}

.section-pt-30 {
    padding-top: 30px;
}

.training-detail-info {
    background: #ca0a0a;
    color: white;
    padding: 10px 30px;
    font-size: 20px;
    box-shadow: 5px 5px 0px 0px #000;
    margin-top: 38px;
}

@media (min-width: 575.98px) and (max-width: 991.98px) {
    .img-training {
        position: relative;
        margin: 0 0 0 -15px;
    }

    .training-info-area {
        background-image: url(/images/site/education-back-tablet.webp);
        background-size: cover;
    }
}

@media (max-width: 575.98px) {
    .training-info-area {
        background-image: url(/images/site/education-back-tablet.webp);
    }

    .img-training {
        position: relative;
        margin: 0 0 0 -15px;
        width: 100%;
        height: auto;
    }

    .title-training {
        margin-left: 0px;
        text-align: center;
    }

    .training-info-area {
        padding: 10px 10px 20px 40px;
    }

    .first-list-wrap li {
        margin-bottom: 15px !important;
    }

    .training-detail-info {
        margin-top: 15px;
    }

    .training-info-wrap {
        padding: 10px 20px;
    }

        .training-info-wrap .list-wrap li {
            font-size: 16px;
            line-height: 1.2 !important;
        }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .sinif-bilgisi {
        font-size: 18px;
    }

    .education-bold-title {
        font-weight: 600;
        font-size: 16px;
    }

    .training-info-wrap .list-wrap li {
        font-size: 13px;
    }

    .training-info-area {
        padding: 20px 50px 10px 50px;
    }

    .training-info-wrap {
        padding: 20px 10px;
    }

    .training-seviye-tespit, .training-detail-info {
        font-size: 13px;
    }

    .img-training {
        max-width: 325px;
        height: 440px;
        margin-left: -25px;
        margin-top: -40px;
    }
}

/* / Traning - Genel E�itimler Sayfas� Css*/

/* Swiper slide'a hover olmadan �nce biraz padding ekleme */
.categories-active .swiper-wrapper .swiper-slide {
    padding: 5px;
    box-sizing: border-box;
}

/* Hover s�ras�nda b�y�tme efekti */
.swiper-slide:hover .categories__item {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

/* Varsay�lan durum i�in ge�i� efekti */
.categories__item {
    transition: transform 0.3s ease-in-out;
}

.footerALink {
    color: white;
}

.footerColorBgCustom {
    background-image: radial-gradient(circle,#22246c, #2b2d85);
    padding: 10px 0;
}

.footerCustomTextP {
    color: white;
    margin: 0;
}

.footerHemenAra {
    background-color: red;
    padding: 12px;
}

.trainingPageCstSectionAlt {
    background-image: url(/images/site/training-form-img.webp);
    overflow: hidden;
}

.footerWpText {
    background-color: green;
    padding: 12px;
}

.storyMobileDivColCustom {
    padding: 10px;
    background-color: #f4f4f4;
}

.storyMobileCloseButton {
    position: absolute;
    right: 3%;
    top: 2%;
    z-index: 2000;
    background-color: white;
}

.mblstoryFormButton {
    background-color: #CA0A0A;
    padding: 12px 45px;
    box-shadow: none;
}

.mblStoryFormCanvasCst {
    z-index: 2000 !important;
    height: 100% !important;
    background-image: url(/images/site/vip-form-story-bg.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

.mblStoryProgressCst {
    width: 0%;
    background-color: #a9a9a9;
}

.otherlanguagesubtext {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.anotherLanguagePagePCst {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.callformcustomButton {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: white;
}

.callFormExtraP {
    color: black;
    margin: 25px 0;
    font-size: 25px;
    line-height: 1.2;
}

.callFormCustomButtonLast {
    background-color: #CA0A0A;
    padding: 12px 45px;
    box-shadow: none;
}

.callFormSiziArayalim {
    color: white;
    padding: 10px 25px 0;
}

.mainAreaVideo {
    width: 90%;
    height: 440px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.faq-custom-button {
    font-size: 21px;
}

.mentions-more-link {
    color: #050071;
    text-decoration: none;
    font-size: 14px;
}

    .mentions-more-link:hover {
        color: #ca0a0a;
    }

.sertifikaSubText {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.header-logo {
    max-width: 175px;
}

.aboutContactUsCst {
    position: relative;
    margin-bottom: -25%;
    float: left;
}

.aboutCallYouCst {
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.section-py-60 {
    padding: 60px 0;
}

.aboutFormButtonCst {
    background: white;
    color: black;
}

.aboutForLangP {
    color: black;
    font-size: 16px;
    font-weight: bold;
}


.footer-call {
    position: sticky;
    bottom: 0;
    z-index: 1054;
    display: none;
}

.pre-mobil-btn {
    font-weight: bold !important;
    box-shadow: 4px 6px 0px 0px #000000 !important;
}

    .pre-mobil-btn:hover {
        box-shadow: none !important;
    }

.info-bar {
    margin-left: 10%;
    margin-right: 10%;
    padding: 20px 0;
    background: #c60000;
    border: 1px solid #c60000;
    border-radius: 10px 10px 0 0;
}

.info-section {
    position: sticky;
    bottom: 0;
    z-index: 1050;
}

.info-bar .form-control {
    border-radius: 15px !important;
}

.canvas-form .input-group > .form-control {
    border-radius: 0 15px 15px 0 !important;
}

.canvas-form .input-group-text {
    border-radius: 15px 0 0 15px !important;
}

.canvas-form .select-form {
    border-radius: 0 15px 15px 0 !important;
}

.background-main {
    background-color: #f5f5f5;
}

.rightCanvas {
    /* top: 27% !important;*/
    margin: auto;
    width: 450px !important;
    max-height: 430px;
    border-radius: 30px 0 0 30px;
    background-image: url(/images/site/vip-sizi-arayalim.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1051;
}

.call-form {
    position: fixed;
    height: auto;
    transform: rotate(-90deg);
    top: 47%;
    z-index: 1050;
    border-radius: 10px 10px 0 0;
    right: -61px;
    font-size: 16px;
    box-shadow: none;
    background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
}

    .call-form:hover {
        background: black;
        color: white;
    }

.canvas-form {
    margin: 10px 50px;
    text-align: center;
}

.canvas-buton {
    transform: rotate(270deg);
    position: relative;
    width: fit-content;
    bottom: 43%;
    right: 94px; /*105px*/
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
}

.mobil-sts-btn {
    box-shadow: 3px 4px 0px 0px #4c4c4c;
}

.popupClose-btn {
    position: absolute;
    right: 2%;
    top: 3%;
    z-index: 2000;
    background-color: white;
}

.infoPopup-modal {
    background-image: url(/images/site/web-pop-up-vip-copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.infoPopup {
    margin: 45px 10px 45px 125px;
    padding: 50px;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 20px;
}

    .infoPopup input {
        padding: .375rem 2.25rem .375rem 2.85rem;
    }

.btn-popup {
    box-shadow: none;
    padding: 15px 45px;
    background-color: #012175;
}

#popupModal {
    z-index: 2000;
}

.certificate {
    display: flex;
    border: 1px solid white;
    border-radius: 20px;
    background: white;
    margin: 0 10px 50px;
    overflow: hidden;
    box-shadow: 0 0 3px;
}

    .certificate .card-body {
        padding: 20px 50px 20px 20px;
    }

    .certificate img {
        margin-left: -15px;
        margin-top: auto;
        margin-bottom: auto;
        height: auto;
        transform: scale(1.4);
    }

.certificate-area {
    padding: 0;
}

.certificate-mobil {
    display: none;
}

.certificate-line {
    border-bottom: 1px solid #0a0c1d;
    margin: 10px 70px 10px 0;
    opacity: 0.7;
}

.certificate-custom-p {
    color: black;
    line-height: 1.2;
    font-size: 18px;
}

.custom-card-font {
    font-size: 25px;
}

.newsletter__area {
    background: #ddb652;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 480px) {
    .newsletter__area {
        background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
    }
}

    .newsletter-title-up {
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 38px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    }

    .newsletter-title-down {
        font-size: 23px;
        letter-spacing: 2px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    }

    .pre-form {
        margin-bottom: 35px;
    }

    .fact__area {
        background: #161616;
    }

    .fact__item h3 {
        padding-left: 25px;
    }

    .m-sts-title {
        display: none;
    }

    .meb-section {
        padding: 40px 10px;
        background-image: url(/images/site/mebb-back.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .meb-form {
        border: 50px solid;
        border-image: url(/images/site/meb-border.webp);
        border-image-slice: 60;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0px;
    }

    .meb-text {
        font-size: 30px;
        font-weight: 600;
        color: #0a0c1d;
        margin-left: 120px;
    }

    .authorThumbCstCss {
        position: relative;
    }

    .googleAuthorCstCss {
        width: 55px;
    }

    .googleIconCstCSs {
        position: absolute;
        right: -3px;
        bottom: -3px;
        width: 25px;
    }

    .googleVerifiedCss {
        width: 18px;
        margin-top: -1px;
    }

    .testimonial__item {
        min-height: 300px;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease, background 0.3s ease;
    }

        .testimonial__item:hover {
            transform: scale(1.03);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            border: 1px solid var(--tg-theme-primary);
            background: #f5f5f5;
        }

    .other-language {
        display: flex;
        border: 1px solid black;
        border-radius: 20px;
        background: white;
        margin: 0 0 30px;
        overflow: hidden;
        height: 195px;
    }

        .other-language img {
            /* transform: scale(1.15);*/
            height: 100%;
            width: auto;
            /*padding-left: 20px;*/
        }

    .other-lang-btn {
        color: white;
        background-color: #003abc;
        box-shadow: 5px 5px black;
        font-size: 15px;
        text-align: center;
    }

    .other-language-area {
        padding: 50px 100px;
    }

    .other-language p {
        color: black;
        font-size: 18px;
        line-height: 1.1;
    }

    .other-lang-title {
        font-size: 23px;
        line-height: 1.2;
        color: black;
    }

    .other-lang-body {
        margin-left: -25px;
        margin-top: -10px;
    }


    .contact-content {
        margin-bottom: 20px;
    }

    .contact-list {
        list-style: none;
    }

        .contact-list p {
            margin-bottom: 5px;
        }

    .contact-title {
        text-decoration: underline;
        text-underline-offset: 5px;
        color: black;
        font-size: 20px;
    }

    .contact-text {
        display: flex;
    }


    .text-contact {
        word-break: break-word;
        color: black;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 17px;
        line-height: 1.2;
    }

    .icon {
        margin-left: -60px;
        margin-right: 20px;
        width: 35px;
        height: 35px;
    }

    .certificate-section {
        padding: 70px 0 20px;
        background-color: #f5f5f5;
    }

    .certificate-title {
        letter-spacing: -0.7px;
    }

    .about-first {
        padding: 30px 70px;
    }

    .about-text {
        position: relative;
        margin: auto;
    }

    .about-sayac {
        background-image: url(/images/site/about-back-sayac.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .fact-sayac::before {
        content: "";
        position: absolute;
        right: -15px;
        top: -60%;
        width: 3px;
        height: 200px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    }

    .about-galery img {
        filter: brightness(0.6);
    }

    .about-info-area {
        padding: 70px 20px;
    }

    .about-fact-mobil {
        display: none;
    }

    .accordion-button::after {
        position: absolute;
        left: 20px;
        height: 25px;
    }

    .accordion-button {
        padding-left: 4rem;
    }

    .shadow-accord {
        box-shadow: 4px 4px 4px gainsboro;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDQ0OCA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4NCAzMkg2NEMyOC42NSAzMiAwIDYwLjY2IDAgOTZ2MzIwYzAgMzUuMzQgMjguNjUgNjQgNjQgNjRoMzIwYzM1LjM1IDAgNjQtMjguNjYgNjQtNjRWOTZDNDQ4IDYwLjY2IDQxOS4zIDMyIDM4NCAzMnpNMzE5LjEgMjgwaC03MlYzNTJjMCAxMy4yLTEwLjggMjQtMjMuMSAyNGMtMTMuMiAwLTI0LTEwLjgtMjQtMjRWMjgwSDEyNy4xQzExNC44IDI4MCAxMDMuMSAyNjkuMiAxMDMuMSAyNTZjMC0xMy4yIDEwLjgtMjQgMjQtMjRoNzEuMVYxNjBjMC0xMy4yIDEwLjgtMjQgMjQtMjRjMTMuMiAwIDIzLjEgMTAuOCAyMy4xIDI0djcyaDcyYzEzLjIgMCAyMy4xIDEwLjggMjMuMSAyNEMzNDMuMSAyNjkuMiAzMzMuMiAyODAgMzE5LjEgMjgweiIvPjwvc3ZnPg==");
        transform: scale(0.7);
    }


    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDQ0OCA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4NCAzMkg2NEMyOC42NSAzMiAwIDYwLjY2IDAgOTZ2MzIwYzAgMzUuMzQgMjguNjUgNjQgNjQgNjRoMzIwYzM1LjM1IDAgNjQtMjguNjYgNjQtNjRWOTZDNDQ4IDYwLjY2IDQxOS4zIDMyIDM4NCAzMnpNMzE5LjEgMjgwaC0xOTJDMTE0LjggMjgwIDEwMy4xIDI2OS4yIDEwMy4xIDI1NmMwLTEzLjIgMTAuOC0yNCAyNC0yNGgxOTJjMTMuMiAwIDIzLjEgMTAuOCAyMy4xIDI0QzM0My4xIDI2OS4yIDMzMy4yIDI4MCAzMTkuMSAyODB6Ii8+PC9zdmc+");
        transform: scale(0.7);
    }

    .accordion-button, .accordion-body {
        color: black;
    }

        .accordion-button b {
            font-size: 20px;
        }

    .accordion-body {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
    }

    .user-input {
        background-image: url(/images/site/user-form.webp) !important;
        background-repeat: no-repeat !important;
        background-size: 17px !important;
        background-position: 20px !important;
    }

    .email-input {
        background-image: url(/images/site/mail-form.webp) !important;
        background-repeat: no-repeat !important;
        background-size: 20px !important;
        background-position: 17px !important;
    }

    .phone-input {
        background-image: url(/images/site/phone-form.webp) !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
        background-position: 20px !important;
    }

    .newsletter__img-wrap-mobil {
        display: none;
    }

    .newsletter__img-wrap {
        transform: scale(1.12);
    }

    .about-galery-mobile {
        display: none;
    }

    .about-galery {
        background-color: #fff;
        padding: 70px 0;
    }

    .megafon {
        position: relative;
        padding: 0 100px;
        margin-bottom: -10px;
    }

    .campaign-img {
        border: 1px solid transparent;
        border-radius: 20px;
    }

    .campaigns-section {
        background: url(/images/site/campaigns-back.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .campaign-form-section {
        background: url(/images/site/campaign-form-back.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 0;
    }

    .accordion-campaign-btn {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 20px;
        font-size: 1rem;
        color: var(--bs-accordion-btn-color);
        text-align: left;
        background-color: var(--bs-accordion-btn-bg);
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: var(--bs-accordion-transition);
    }

    .campaign-accord-item {
        border-radius: 20px !important;
        overflow: hidden;
    }

    .test-ok {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--tg-theme-primary);
        color: var(--tg-common-color-white);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        line-height: 0;
        font-size: 24px;
        border: 1.2px solid var(--tg-common-color-black-3);
        box-shadow: 3.6px 2.4px 0px 0px #23232B;
        position: absolute;
        margin-top: -20px;
        left: 50%;
        /*    background-color: #e6e9ef;
    border: 1px solid #e6e9ef;
    border-radius: 50%;
    box-shadow: 2px 2px 1px black;
    padding: 7px 10px;
    */
    }

    .campaign-arrow {
        transform: rotateZ(90deg);
    }

    .test-ok:not(.collapsed) .campaign-arrow {
        transform: rotateZ(270deg);
    }

    .test-ok:hover {
        color: #cfcdcd;
    }

    .campaign-form-title {
        font-weight: bold;
        color: black;
        font-size: 50px;
    }

    .campaign-form-text {
        font-weight: bold;
        font-size: 24px;
    }

    .campaigns-title {
        font-size: 60px;
    }

    .courses__cost-wrap {
        font-size: 18px;
    }

    .campaign-areas {
        padding: 40px 0;
    }

    .trainings__form form input {
        width: 100%;
        border: 1px solid gray;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        color: black;
        font-size: 16px;
        padding: 15px 45px;
        line-height: 1.4;
        height: 50px;
    }

        .trainings__form form input::placeholder {
            color: #808080;
            font-size: 14px;
            text-transform: capitalize;
        }

    .trainings__form form .btn {
        background: #012175;
        width: 80%;
        border: 1px solid #012175;
        padding: 15px 30px;
        color: white;
        box-shadow: none;
    }



    .trainings__content {
        padding: 0 70px;
    }

    .genel-ing-section {
        padding: 50px 50px 100px;
    }

    .line {
        flex-grow: 1;
        height: 2px;
        background-color: #000;
    }

    .header-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .course-detail-area {
        padding: 50px;
        background: #f8f9fa
    }

    .mobil-prev, .mobil-next {
        display: none !important;
    }

    .mobil-prev {
        position: absolute;
        top: 45%;
        border: 1px solid black;
        border-radius: 20px;
        width: 30px;
        height: 30px;
        z-index: 10;
        left: -15px;
        padding: 5px;
    }

    .mobil-next {
        position: absolute;
        top: 45%;
        border: 1px solid black;
        border-radius: 20px;
        width: 30px;
        height: 30px;
        z-index: 10;
        right: -15px;
        padding: 5px;
    }

    .arrow-mobil-img {
        position: relative;
        width: 50%;
        bottom: 5px;
    }

    .about-galery-mobile .carousel-inner {
        padding: 0 20px;
    }

    .story-icon {
        height: 70px !important;
        width: 70px !important;
    }

    .story-mobile {
        display: none;
    }

    .story-active {
        padding: 5px 7px;
    }

    .about-fact-desktop {
        padding: 50px;
    }

    .about-custom-p {
        line-height: 1.5;
    }

    .about-form-area {
        margin-top: 20px;
        background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
        overflow: hidden;
    }

    .other-language-btn {
        padding: 10px 50px;
        margin-top: 10px;
        font-size: 17px;
        margin-left: -40px;
        border: 1px solid #AE8625;
        background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
    }

    .other-language-title {
        margin-bottom: 0px;
    }

    .sts-main-title {
        margin-bottom: 20px !important;
    }

    .campaign-info-btn {
        width: 90%;
        margin-left: -20px;
        color: white;
        text-align: center;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid;
    }

    .areaofInfo {
        margin-left: 50px;
    }

        .areaofInfo .icon {
            /*filter: invert(1);*/
            position: absolute;
        }

    .contact__title {
        text-align: center;
        color: black;
        margin-bottom: 60px;
    }

    .contactForm-area {
        margin: 60px 60px;
        padding: 50px;
        border: 1px solid transparent;
        border-radius: 20px;
        background: white;
    }

        .contactForm-area .form-control {
            margin-top: 10px;
            padding: 0.675rem 2.25rem 0.675rem 2.85rem;
        }

        .contactForm-area .mesaj-input {
            margin-top: 10px;
            padding: 0.675rem 2.25rem 0.675rem 1.25rem;
        }

    .contactForm-img {
        transform: scale(1.2);
        margin-left: 50px;
    }

    .contact-map {
        margin: 50px 0;
    }

    .btn-contactForm {
        box-shadow: none;
        padding: 15px 55px;
        margin-top: 10px;
        background-color: #012175;
    }

    .contact-section {
        background-color: #F6F8F9;
    }

    .contact-up {
        padding: 60px 50px 350px;
    }

    .contactForm-section {
        background-image: url(/images/site/contact-form.webp);
        position: relative;
        margin-top: -300px;
        border-radius: 20px;
    }

    .mobile-earlyregistration {
        display: none;
    }

    .swiper-story {
        height: 100%;
    }

    .story-select {
        width: 75%;
        height: 40px;
        font-size: 14px;
        display: inline-block;
        border-radius: 50px;
    }

    .progress {
        height: 3px;
        position: absolute;
        top: 1%;
        z-index: 2000;
        width: 100%
    }

    .customGetInfo {
        background: #c7a041 !important;
    }

    .story-btn {
        position: absolute;
        bottom: 4%;
        left: 34%;
        box-shadow: none;
        background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
        padding: 10px 40px;
        border-radius: 50px;
        white-space: nowrap;
        border: medium none;
        color: black;
        cursor: pointer;
        font-size: 16px;
        font-weight: var(--tg-fw-semi-bold);
        font-family: var(--tg-heading-font-family);
    }

        .story-btn:hover {
            color: var(--tg-common-color-white);
        }

    .swiper-button-next, .swiper-button-prev {
        color: var(--tg-theme-primary);
    }

    .info-arrow {
        position: absolute;
        bottom: 0%;
        left: 50%;
        color: white;
        animation-name: arrowMove;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

    @keyframes arrowMove {
        0% {
            bottom: 0%
        }

        50% {
            bottom: 1%
        }

        100% {
            bottom: 0%
        }
    }

    .main-page-blog {
        padding: 100px 15px;
    }

    .main-work-content {
        padding: 100px 15px;
    }

    .google-text {
        font-size: 14px;
        line-height: normal;
    }

    .blog-mobil-foto {
        display: none;
    }

    .googleComment {
        color: gray;
        font-style: italic;
        margin-bottom: -10px;
    }

    .gold-gradient {
        background: linear-gradient(45deg, #f9f295, #ae8625);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: -10px;
        margin-right: -5px;
    }

    @media (max-width: 425.98px) {
        .gold-gradient {
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (max-width: 425.98px) {
        .other-language-area {
            padding: 0 10px;
        }


        .other-language .card-body {
            padding: 20px 20px;
        }

        .other-language-btn {
            padding: 7px 20px;
            font-size: 14px !important;
            margin-left: 20px;
            margin-top: 0px;
            border: 1px solid #AE8625;
            background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
        }

        .other-language p {
            font-size: 13px;
        }

        .other-language h5 {
            font-size: 16px !important;
        }

        .other-language-title {
            font-size: 22px;
        }

        .other-language-section {
            padding: 70px 0;
            background-color: #f5f5f5;
        }
    }

    @media (max-width:430px) {
        .contact-form-area {
            background-position: -45px;
            background-image: url(/images/site/contact-mobil-phone-back.webp) !important;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .about-form-area {
            background-position: -45px;
            background-image: url(/images/site/contact-mobil-phone-back.webp) !important;
            background-size: cover;
            background-repeat: no-repeat;
        }
    }

    @media (min-width:430px) and (max-width:767.98px) {
        .contact-form-area {
            background-position: 0px;
            background-image: url(/images/site/contact-mobil-phone-back.webp) !important;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .about-form-area {
            background-position: 0px;
            background-image: url(/images/site/contact-mobil-phone-back.webp) !important;
            background-size: cover;
            background-repeat: no-repeat;
        }
    }

    @media (max-width: 450px) {
        .newsletter__img-wrap-mobil {
            width: 40% !important;
        }

        .other-lang-body {
            margin-left: 0px;
        }
    }

    @media (max-width: 575.98px) {
        .footer-call {
            display: block;
            overflow: hidden;
        }

        .mobile-earlyregistration {
            display: block;
        }

        .select-form {
            margin-bottom: 10px;
            width: 75%;
            height: 40px;
            font-size: 13.5px;
            display: inline-block;
            border-radius: 50px;
        }

        .education-form {
            padding: .375rem 2.25rem .375rem 2.85rem;
            /* background-image: url(/images/site/agenda.webp) !important;
        background-repeat: no-repeat !important;
        background-size: 21px !important;
        background-position: 18px !important;*/
        }

        .bookmobil {
            position: absolute;
            margin-left: 22px;
            margin-top: 10px;
            z-index: 5;
            color: #cecece;
            height: 18px;
        }

        .rightCanvas, .call-form {
            display: none;
        }

        .mobil-prev, .mobil-next {
            display: block !important;
        }

        .testimonial__item-wrap {
            padding: 0 20px;
        }

        .footer-logo {
            width: 30%;
        }

        .footer__widget {
            margin-bottom: 40px;
        }

        .newsletter__form form input {
            margin-bottom: 10px;
            width: 75%;
            height: 40px;
            font-size: 12px;
        }

        .newsletter-title-up {
            font-size: 16px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
        }

        .newsletter-title-down {
            font-size: 14px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
        }

        .newsletter__img-wrap-mobil {
            position: absolute;
            width: 30%;
            bottom: 0;
            left: 0;
        }

        .pre-mobil-btn {
            padding: 10px 0 !important;
            width: 40% !important;
            background: #f4271e !important;
            margin-top: 15px;
            font-size: 14px;
            box-shadow: 2px 3px 0px 0px #000000 !important;
            color: white !important;
        }

        .certificate-mobil {
            display: block;
            transform: none !important;
            margin: auto !important;
            width: 70% !important;
            position: relative;
        }

        .certificate-desktop {
            display: none;
        }

        .certificate-area {
            padding: 0 20px;
        }

        .certificate {
            display: block;
            margin: 0 10px 20px;
            height: 320px;
        }

        .certificate-alan {
            padding: 0;
        }

        .certificate .card-body {
            padding: 0 20px 20px;
            text-align: center;
        }

        .certificate-line {
            margin: 10px 0;
        }

        .certificate-title {
            font-size: 22px;
        }

        .card-body .card-text {
            font-size: 11px;
        }

        .card-body .card-title {
            font-size: 13px;
        }

        .fact__inner-wrap {
            padding: 50px 0px 0px;
        }

        .fact-title {
            font-size: 18px !important;
        }

        .fact-text {
            font-size: 12px;
        }

        .fact__item h3 {
            padding-left: 10px;
            font-size: 16px;
        }

        .meb-form {
            border: 35px solid;
            border-image: url(/images/site/meb-border.webp);
            border-image-slice: 70;
            padding: 20px 0;
        }

        .meb-text {
            margin-left: 10px !important;
            font-size: 11px !important;
        }

        .categories-area {
            display: none;
        }

        .areaofInfo .icon {
            margin-left: -35px;
            margin-right: 10px;
            width: 20px;
            height: 20px;
        }

        .contact-up {
            padding: 50px 0px 350px;
        }

        .contact__title {
            margin-bottom: 20px;
            font-size: 25px;
        }

        .contactForm-area {
            margin: 25px 25px;
            padding: 15px;
        }

        .contact-custom-margin {
            margin-left: -30px;
        }

        .contact-map {
            margin: 30px 0;
        }

        .text-contact {
            font-size: 13px !important;
        }

        .contact-title {
            font-size: 15px !important;
            margin-bottom: 3px;
            text-underline-offset: 5px;
        }

        .contact-content {
            margin-bottom: 5px;
        }

        .about-info-area {
            padding: 50px 0px;
        }

        .about-first {
            padding: 30px 10px;
        }
        /*.early-registration{
        display:none;
    }*/
        .faq__area {
            padding: 50px 20px 50px;
        }

        .m-sts-title {
            font-size: 20px !important;
        }

        .faq-title {
            font-size: 21px;
        }

        .faq__wrap .accordion-item .accordion-button {
            font-size: 16px;
        }

        .faq__img {
            height: 450px;
        }

        .sts-bottom {
            margin: 0;
        }


        .other-language {
            height: auto;
        }

            .other-language img {
                height: auto;
                width: auto;
                transform: scale(1.1);
                padding-top: 6px;
            }

        .other-language-section {
            padding: 30px 20px 0px;
            background-color: #f5f5f5;
        }

        .language-title-area {
            margin-bottom: 30px;
        }

            .language-title-area p {
                font-weight: normal !important;
            }

        .certificate-section {
            padding: 30px 0;
        }

        .certificate-up {
            margin-bottom: 30px;
        }

        .sayac-box {
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .crosshair {
            position: absolute;
            top: 58%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 82%;
            height: 55%;
            pointer-events: none;
            opacity: 0.4 !important;
        }

            .crosshair::before, .crosshair::after {
                content: '';
                position: absolute;
            }

            .crosshair::before {
                top: 0;
                left: 50%;
                width: 2px;
                height: 100%;
                background: linear-gradient(to bottom, transparent 0%, #fff 25%, #fff 75%, transparent 100%);
            }

            .crosshair::after {
                top: 50%;
                left: 0;
                width: 100%;
                height: 2px;
                transform: translateY(-50%);
                background: linear-gradient(to right, transparent 0%, #fff 25%, #fff 75%, transparent 100%);
            }

        .sayac-title {
            margin-bottom: 0;
        }

        .meb-section {
            padding: 20px 10px;
        }

        .mention-space {
            margin-bottom: 30px;
        }

        .testimonial__area {
            padding: 50px 0;
        }

        .contact-form-area .container {
            padding: 30px 0;
        }

        .newsletter__content h4 {
            margin-bottom: 30px !important;
        }

        .about-form-area .container {
            padding: 30px 0;
        }

        .about-text h2 {
            margin-bottom: 20px;
        }

        .about-galery-mobile {
            display: block;
        }
        /*.about-galery-mobile .carousel-item {
            display: block;
        }*/

        .about-galery-desktop {
            display: none;
        }

        .about-text p {
            font-size: 12px;
        }

        .about-galery-title {
            font-size: 27px;
            margin-bottom: 30px;
        }

        .about-galery {
            padding: 50px 0;
        }

        .campaign-form-title {
            font-size: 18px;
        }

        .campaign-form-text {
            font-weight: normal;
            font-size: 14px !important;
        }

        .megafon {
            padding: 0 15px;
            margin-bottom: -7px;
            width: 30%;
        }

        .campaigns-title {
            font-size: 24px;
        }

        .accordion-campaign-btn {
            padding: 10px;
        }

        .courses__details-sidebar {
            padding: 10px;
            margin: 10px 0 0;
            display: flex;
        }

        .courses__cost-wrap {
            font-size: 8px;
            padding: 10px 5px;
            margin: 0;
        }

        .courses__information-wrap .list-wrap li {
            text-align: center;
            font-size: 9px;
            display: block;
            padding: 5px 7px;
            margin: 0;
            border-bottom: none;
        }

        .border-have-list {
            border-right: 1px solid #D9D9D9;
        }

        .courses__information-wrap {
            position: relative;
            margin: auto;
        }

            .courses__information-wrap h5 {
                display: none;
            }

        .test-ok {
            transform: scale(0.7);
            left: 45%;
        }

        .camp-detail-title {
            font-size: 18px;
        }

        .camp-detail-text {
            font-size: 12px;
        }

        .list-campaign-detail {
            display: flex;
        }

        .courses__information-wrap .list-wrap li span {
            margin-top: 10px;
        }

        .campaign-areas {
            padding: 0;
        }

        .campaign-main {
            padding: 0;
        }

        .campaign-form-section {
            padding: 30px 0;
            background: url(/images/site/campaign-form-m-back.webp);
        }

        .courses__cost-wrap span {
            margin-bottom: 0px;
        }

        .genel-ing-section {
            padding: 50px 0;
        }

        .genel-ing-title {
            font-size: 22px;
            margin: 0;
        }

        .icon-training {
            margin-left: -35px;
            margin-right: 10px;
            width: 20px;
            height: 20px;
        }

        .training-video {
            margin: 0;
            height: 250px;
        }

        .trainings__content h2 {
            font-size: 20px;
        }

        .training-form-section .container {
            padding: 30px 0;
        }

        .trainings__content h2 {
            margin-bottom: 30px;
        }

        .course-detail-area {
            padding: 50px 0;
        }

        .courses__details-content .nav-tabs .nav-link {
            font-size: 13px;
            box-shadow: none !important;
            width: 155px;
            padding: 15px 20px;
        }

        .contact-img-div {
            text-align: left !important;
        }

        .categories__item .name {
            font-size: 13px;
            text-align: center;
        }

        .categories__item .icon {
            border: double 3px transparent;
        }

        .story-mobile {
            display: block;
        }

        .story-img {
            max-height: 40px;
            max-width: 60%;
        }

        .newsletter__content .title {
            padding: 0 50px;
            font-size: 27px;
        }

        .accordion-button b {
            font-size: 18px;
        }

        .accordion-body {
            font-size: 15px;
        }


        .other-language .card-body {
            padding: 10px 0px;
        }

        .other-language-btn {
            padding: 7px 20px;
            font-size: 18px;
            margin-left: 20px;
            margin-top: 0px;
            border: 1px solid #AE8625;
            background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
        }

        .other-language h5 {
            font-size: 20px;
        }

        .main-page-blog {
            padding: 50px 15px;
        }

        .main-work-content {
            padding: 50px 15px;
        }

        .sts-main-title {
            font-size: 24px !important;
        }

        .campaign-info-btn {
            margin-left: 0px;
        }

        .section__title .title span:not(.svg-icon) {
            padding: 5px 7px 0 6px;
        }

        .infoPopup {
            margin: 20px;
            padding: 30px;
        }

        .mail-prop, .phone-prop {
            padding-top: 2px;
        }

        .blog-mobil-foto {
            display: block;
        }

        .blog-foto {
            display: none;
        }
    }

    @media (max-width: 767.98px) {
        .m-sts-title {
            display: block;
            font-size: 24px;
        }

        .other-language-area {
            padding: 0 10px;
        }

        .about-form-area {
            margin-top: 0;
        }

        .about-fact-mobil {
            display: block;
        }

        .about-fact-desktop {
            display: none;
        }

        .trainings__form form input {
            border-radius: 30px;
            margin-bottom: 10px;
            width: 80%;
        }

        .trainings__form form .btn {
            width: 50%;
            background: #f4271e;
            margin-top: 20px;
        }
    }

    @media (max-width: 991.98px) {


        .map-area {
            padding: 0 15px;
        }

        .contact-map {
            margin: 50px 0;
        }

        .contact-phone-img {
            display: none;
        }

        .newsletter__img-wrap {
            display: none;
        }

        .newsletter__img-wrap-mobil {
            display: block;
        }

        .trainings__content {
            padding: 0;
        }

        .about-statue-img {
            display: none;
        }

        .about-text {
            background-image: url(/images/site/about-mobil-back.webp);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .contactForm-photos {
            display: none;
        }

        .areaofInfo {
            margin-bottom: 20px;
        }
    }

    @media (min-width: 575.98px) and (max-width: 991.98px) {
        .newsletter__form form input {
            margin-bottom: 10px;
            width: 50%;
            height: 45px;
            font-size: 12px;
        }

        .pre-mobil-btn {
            padding: 12px 0 !important;
            width: 50% !important;
            margin-top: 20px;
            background: #f4271e !important;
            color: white !important;
        }

        .fact__item h3 {
            font-size: 16px;
        }

        .campaigns-title {
            font-size: 40px;
        }

        .megafon {
            padding: 0 50px;
            width: 40%
        }

        .campaign-form-title {
            font-size: 26px;
        }

        .campaign-form-text {
            font-weight: normal;
            font-size: 16px !important;
        }

        /*.other-lang-body {
        margin-left: -10px;
    }*/

        .other-lang-title {
            font-size: 21px;
            color: #c08e42;
        }

        .contactForm-area {
            margin: 40px 40px;
            padding: 20px;
        }
    }

    @media (min-width: 575.98px) and (max-width: 767.98px) {
        .meb-text {
            margin-left: 20px;
            font-size: 15px !important;
        }

        .icon {
            margin-left: -40px;
            margin-right: 20px;
            width: 20px;
            height: 20px;
        }

        .text-contact {
            font-size: 13px !important;
        }

        .contact-title {
            font-size: 14px !important;
            margin-bottom: 3px;
        }
    }

    @media (min-width:575.98px) and (max-width:1199.98px) {
        .accordion-campaign-btn {
            padding: 10px;
        }

        .courses__details-sidebar {
            padding: 10px 10px 0;
        }

        .courses__cost-wrap {
            font-size: 15px;
            padding: 10px 10px 1px;
            margin-bottom: 10px;
        }

        .courses__information-wrap .title {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .courses__information-wrap .list-wrap li {
            font-size: 15px;
        }

        .test-ok {
            transform: scale(0.7);
        }

        .contact-img-div {
            text-align: left !important;
        }

        .infoPopup {
            margin: 50px;
            padding: 40px;
        }

        .courses__nav {
            position: absolute;
            z-index: 9999;
            top: 50%;
            display: contents;
        }
    }

    @media (min-width:767.98px) and (max-width: 991.98px) {
        .meb-text {
            margin-left: 25px;
            font-size: 20px;
        }

        .icon {
            margin-left: -50px;
            margin-right: 20px;
            width: 30px;
            height: 30px;
        }

        .text-contact {
            font-size: 16px !important;
            padding-top: 3px;
        }

        .contact-title {
            font-size: 16px !important;
        }

        .newsletter__img-wrap-mobil {
            transform: scale(1.05);
        }

        .courses__details-content .nav-tabs .nav-link {
            font-size: 12px;
        }

        .contact-form-area {
            background-image: url(/images/site/contact-mobil-phone-back.webp) !important;
            background-size: cover;
            background-position: -50px -80px;
            background-repeat: no-repeat;
        }

        .about-form-area {
            background-image: url(/images/site/contact-mobil-phone-back.webp) !important;
            background-size: cover;
            background-position: -50px -80px;
            background-repeat: no-repeat;
        }

        .section__title .title {
            padding: 0 50px;
        }
    }

    @media (min-width:991.98px) and (max-width: 1199.98px) {
        .other-language-area {
            padding: 50px 10px;
        }

        .meb-text {
            margin-left: 100px;
            font-size: 24px;
        }

        .fact__item h3 {
            font-size: 16px;
        }

        .about__details-sidebar {
            padding: 22px;
        }

        .contact-custom-margin {
            margin-left: -60px;
        }

        .text-contact {
            font-size: 15px !important;
        }

        .contact-title {
            font-size: 18px !important;
        }

        .icon {
            margin-left: -50px;
            margin-right: 20px;
            width: 30px;
            height: 30px;
        }

        .certificate-custom-p {
            font-size: 16px;
        }

        .custom-card-font {
            font-size: 18px;
        }

        .campaign-form-title {
            font-size: 45px;
        }

        .other-lang-title {
            font-size: 18px;
            color: #c08e42;
        }

        .other-language-btn {
            padding: 10px 40px;
            border: 1px solid #AE8625;
            background: linear-gradient(90deg, rgba(173,140,60,1) 0%, rgba(236,224,157,1) 35%, rgba(205,151,72,1) 100%);
        }

        .other-language p {
            font-size: 16px;
        }

        .contactForm-area {
            margin: 50px 50px;
            padding: 30px;
        }
    }

    @media (min-width: 992px) {
        .newsletter__img-wrap-mobil img {
            max-width: 50%;
        }

        .newsletter__img-wrap-mobil {
            text-align: center;
        }

        .blog__details-content {
            padding-bottom: 50px;
        }

        .phone-prop {
            padding-top: 7px;
        }
    }

    @media (min-width: 1200px) {
        .courses__nav {
            position: absolute;
            z-index: 9999;
            top: 50%;
            display: contents;
        }

        .about-container {
            padding: 0 90px;
        }

        .about-info-area .container {
            padding: 0 100px;
        }

        .fact-sayac h3 {
            font-size: 16px;
        }

        .fact-sayac .count {
            font-size: 45px;
        }

        .about-fact-desktop {
            padding: 50px 100px;
        }

        .sub-menu li.menu-item-has-children > a::after {
            content: "\f105";
            display: block;
            font-family: "flaticon_skill_grow";
            font-size: 14px;
            font-weight: var(--tg-fw-bold);
            transform: none;
            margin-left: 220px;
            margin-top: -20px;
        }

        .secondInfo {
            margin-left: 100px;
        }

        .camp-detail-text {
            padding-left: 30px;
        }

        .camp-detay-title {
            padding-left: 20px;
        }

        .mail-prop {
            padding-top: 7px;
        }

        .event__content {
            margin-top: -8px;
        }
    }

    @media (max-width: 1199.98px) {
        .camp-detail-text {
            padding-left: 10px;
        }

        .camp-detay-title {
            padding-left: 10px;
        }
    }

    /* Start English CSS */
    .section-title.title-style-center_text {
        text-align: center;
    }

    .section-title {
        position: relative;
        margin-bottom: 12px;
        margin-top: -7px;
    }

        .section-title .title-header {
            padding-bottom: 11px;
        }

    .procedure-row:before {
        content: '';
        position: absolute;
        left: -103px;
        right: -60px;
        height: 100%;
        display: block;
        top: -10px;
        margin-left: 40px;
        background: url(/images/site/vip-ingilizce-zamani-bg.png) center center no-repeat;
    }

    .mb_15 {
        margin-bottom: -15px;
    }

    .row > [class*='col-']:nth-child(odd) .featured-imagebox-procedure {
        margin-top: 50px;
    }

    .featured-imagebox-procedure, .featured-imagebox-procedure .featured-thumbnail {
        text-align: center;
        overflow: visible;
    }

    .featured-imagebox {
        margin: 15px 0;
    }

        .featured-imagebox, .featured-imagebox .featured-thumbnail {
            position: relative;
        }

    .featured-imagebox-procedure .featured-thumbnail {
        display: inline-block;
    }

    .featured-imagebox-procedure, .featured-imagebox-procedure .featured-thumbnail {
        text-align: center;
        overflow: visible;
    }

    .featured-imagebox, .featured-imagebox .featured-thumbnail {
        position: relative;
    }

    .featured-imagebox-procedure .featured-thumbnail img {
        border-radius: 50%;
        min-width: auto;
        transition: all 0.2s ease 0s;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        width: 75%;
        height: 75%;
    }

    .featured-imagebox .featured-thumbnail img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .featured-imagebox-procedure .process-num {
        font-size: 16px;
        font-weight: 600;
        color: rgb(198 156 66);
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: block;
        text-align: center;
        position: absolute;
        top: 2px;
        left: 20px;
        z-index: 1;
        border-radius: 50%;
    }

    .featured-imagebox-procedure .process-num {
        background: #ffffff;
    }

    .featured-imagebox-procedure .process-num {
        font-size: 16px;
        font-weight: 600;
        color: rgb(198 156 66);
        width: 45px;
        height: 45px;
        line-height: 45px;
        display: block;
        text-align: center;
        position: absolute;
        top: 2px;
        left: 20px;
        z-index: 1;
        border-radius: 50%;
    }

        .featured-imagebox-procedure .process-num:after {
            position: absolute;
            content: "";
            top: -6px;
            left: -6px;
            width: 57px;
            height: 57px;
            border-radius: 50%;
            z-index: -1;
            opacity: .2;
        }

        .featured-imagebox-procedure .process-num:after {
            background-color: var(--tg-theme-primary);
        }

    .featured-imagebox-procedure .featured-content {
        margin-top: 10px;
        padding: 0 25px;
    }

    .section-title h3 {
        font-weight: 500;
        display: inline-block;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
        position: relative;
    }

    .section-title h2.title {
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .featured-imagebox-procedure:hover .featured-thumbnail img {
        transform: translateY(-10px);
    }

    .procedure-section {
        padding: 90px 0;
        background: #f8f8f8;
        counter-reset: section; /* Sayac� s�f�rla */
        overflow: hidden;
    }

    .featured-imagebox .featured-content .featured-title h3 {
        position: relative;
        overflow: hidden;
        font-size: 20px;
        line-height: 32px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .custom-container {
        max-width: 1230px;
    }

    @media (max-width: 575.98px) {
        .row > [class*='col-']:nth-child(odd) .featured-imagebox-procedure {
            margin-top: 15px;
        }
    }

    @media (max-width: 991.98px) {
        .procedure-row:before {
            display: none;
        }
    }
