body {
    overflow-x: hidden !important;
}

.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;
}

.other-language-section {
    background: #f5f5f5;
}

.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: #001a4b;
    color: white;
    padding: 10px 30px;
    font-size: 20px;
    box-shadow: 5px 5px 0px 0px #000;
}

.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;
}

.footer__contact-content p {
    color: white !important;
}

.footer__social li a {
    color: white !important;
}

.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/canvas-back-mobil.webp) !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: white;
    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: 200px;
}

.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;
}

.kvkkFormText {
    font-size: 13px;
    text-align: left;
    color: white;
    padding-bottom: 10px;
    line-height: 1.3;
}

.kvkkFormEarlyText {
    font-size: 14px;
    text-align: left;
    color: white;
    padding-top: 10px;
}

@media (min-width: 461px) {
    .kvkkFormTopLayout {
        margin-top: 70px;
        margin-left: 10px;
        position: absolute;
    }

    .kvkkTrainingExtraSection {
        margin-top: 70px;
        margin-left: 10px;
        position: absolute;
    }

    .kvkkCampaignLayout {
        margin-top: 70px;
        margin-left: 10px;
        position: absolute;
    }
}

@media (max-width: 460px) {
    .kvkkFormTopLayout {
        margin-top: 10px;
        margin-left: 10px;
    }

    .kvkkFormEarlyText {
        font-size: 13px;
    }
}

.kvkkStoryText {
    font-size: 14px;
    color: white;
}

.kvkkTrainingText {
    font-size: 14px;
    color: black;
    line-height: 1.3;
}

.kvkkTrainingExtraText {
    font-size: 14px;
    color: white;
}

.kvkkGiftText {
    font-size: 14px;
    color: black;
}

.kvkkStsText {
    font-size: 14px;
    color: black;
}

.kvkkFormContactText {
    font-size: 14px;
    color: black;
}

.kvkkCampaignText {
    font-size: 14px;
    color: black;
}

.kvkkCampaignInfoText {
    font-size: 14px;
    color: black;
}

.kvkkCampaignInfoStaticText {
    font-size: 14px;
    color: black;
}

.account__check-remember input {
    width: 20px !important;
    height: 20px !important;
    margin-inline-end: 3px !important;
    padding: 0px 0px !important;
}

.kvkkFormEarlyMobilText {
    font-size: 13px;
    text-align: left;
    color: white;
    padding-top: 10px;
}

.rightCanvas {
    /* top: 27% !important;*/
    margin: auto;
    width: 450px !important;
    max-height: 465px;
    border-radius: 30px 0 0 30px;
    background-image: url(/images/site/ikd-sizi-arayalim-yeni.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: #001a4b;
}

.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: #001a4b;
}

.mobil-sts-btn {
    background: #ca0a0a;
    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-ikd.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: 9999999999;
}

.certificate {
    display: flex;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    background: white;
    margin: 0 10px 50px;
    overflow: hidden;
}

    .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: #001a4b;
    background-image: linear-gradient(rgba(0,26,75,0.8), rgba(0,26,75,0.8)), url("/images/site/background-stars.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter-title-up {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 38px;
}

.newsletter-title-down {
    font-size: 23px;
    letter-spacing: 2px;
}

.pre-form {
    margin-bottom: 35px;
}

.fact__area {
    background: #2e2b88;
    background-image: url("/images/site/sayac.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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 #2b2d85;
        background: #f5f5f5;
    }

.other-language {
    display: flex;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    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;
}

.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: white;
    font-size: 20px;
}

.contact-text {
    display: flex;
}


.text-contact {
    word-break: break-word;
    color: white;
    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: #011446;
}

    .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.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s 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;
}

.courses__details-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-color: #001a4b;
    overflow: hidden;
}

.other-language-btn {
    padding: 10px 50px;
    background: #001a4b;
    margin-top: 10px;
    font-size: 17px;
    margin-left: -40px;
}

.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: white;
    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: #001a4b;
}

.contact-section {
    background-color: #001a4b;
}

.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%
}

.story-btn {
    position: absolute;
    bottom: 4%;
    left: 34%;
    box-shadow: none;
    background: #c60000;
    padding: 10px 40px;
    border-radius: 50px;
    white-space: nowrap;
    border: medium none;
    color: var(--tg-common-color-white);
    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);
    }

.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;
}

@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;
        box-shadow: 2px 4px 0px 0px var(--tg-common-color-blue);
    }

    .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;
    }

    .newsletter-title-down {
        font-size: 14px;
    }

    .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;
    }

    .courses__details-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;
        box-shadow: 2px 4px 0px 0px var(--tg-common-color-blue);
    }

    .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;
    }
}

.about-statue-img {
    max-width: 50%;
}

@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/footer-yeni-logo-beyaz.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;
    }

    .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;
    }

    .other-language-btn {
        padding: 10px 40px;
    }

    .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/arkaplan-kopya.webp) 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.3s ease 0s;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.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(255, 255, 255);
    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 {
    background-color: #001a4b;
}

.featured-imagebox-procedure .process-num {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    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: #5655d9;
    }

.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 {
    border-color: #001a4b;
}

.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;
    }
}


/*=============================
    15. Choose
===============================*/
.choose__area {
    position: relative;
}

.choose__bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.choose__inner-wrap {
    position: relative;
}

.choose__content {
    background: var(--tg-common-color-white);
    box-shadow: 0 0 30px 0 #e8e8e8;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 70px 240px 80px 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .choose__content {
        padding: 50px 120px 60px 25px;
    }
}

@media (max-width: 991.98px) {
    .choose__content {
        padding: 50px 60px 60px 60px;
    }
}

@media (max-width: 767.98px) {
    .choose__content {
        padding: 40px 25px;
    }
}

.choose__content > p {
    margin-bottom: 15px;
}

.choose__content .about__info-list {
    margin-bottom: 30px;
}

.choose__content .shape img {
    position: absolute;
    z-index: -1;
    right: 30%;
    top: 15%;
}

@media (max-width: 1199.98px) {
    .choose__content .shape img {
        display: none;
    }
}

.choose__content-two {
    position: relative;
}

    .choose__content-two .title-two {
        margin-bottom: 0;
        font-size: 48px;
        font-weight: 700;
        text-transform: capitalize;
        width: 90%;
    }

@media (max-width: 1199.98px) {
    .choose__content-two .title-two {
        font-size: 40px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .choose__content-two .title-two {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__content-two .title-two {
        font-size: 38px;
    }
}

.choose__content-two .title-two span {
    font-weight: 300;
}

.choose__content-two .title-two strong {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-common-color-white);
    margin: 0 5px;
}

.choose__content-two > p {
    margin-bottom: 20px;
    width: 75%;
}

@media (max-width: 1500px) {
    .choose__content-two > p {
        width: 85%;
    }
}

@media (max-width: 1199.98px) {
    .choose__content-two > p {
        width: 100%;
    }
}

.choose__content-two .about__info-list {
    margin-bottom: 40px;
}

.choose__content-two .shape img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 40%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

@media (max-width: 991.98px) {
    .choose__content-two .shape img {
        bottom: 37%;
    }
}

@media (max-width: 767.98px) {
    .choose__content-two .shape img {
        bottom: 49%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__content-two .shape img {
        bottom: 40%;
    }
}

.choose__content-three {
    margin-right: 150px;
    margin-left: 10px;
}

@media (max-width: 1500px) {
    .choose__content-three {
        margin-right: 130px;
    }
}

@media (max-width: 1199.98px) {
    .choose__content-three {
        margin-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .choose__content-three {
        margin: 0;
    }
}

.choose__content-three p {
    margin-bottom: 20px;
}

.choose__content-four {
    margin-left: 40px;
    margin-right: 90px;
}

@media (max-width: 1500px) {
    .choose__content-four {
        margin-right: 60px;
    }
}

@media (max-width: 1199.98px) {
    .choose__content-four {
        margin: 0;
    }
}

.choose__content-four > p {
    margin-bottom: 25px;
    width: 90%;
}

@media (max-width: 1199.98px) {
    .choose__content-four > p {
        width: 100%;
    }
}

.choose__content-four .about__info-list {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .choose__content-inner-img {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__content-inner-img {
        margin-bottom: 0;
    }
}

.choose__content-inner-img img {
    border-radius: 449px 449px 449px 0;
    border: 8px solid var(--tg-common-color-white);
}

.choose__list-wrap {
    margin-bottom: 40px;
}

.choose__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 24px;
}

    .choose__list-item:last-child {
        margin-bottom: 0;
    }

    .choose__list-item .icon {
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        background: var(--tg-theme-secondary);
        color: var(--tg-heading-color);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 35px;
    }

    .choose__list-item .content .title {
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .choose__list-item .content span {
        display: block;
        font-family: var(--tg-heading-font-family);
        color: var(--tg-body-color);
        text-transform: capitalize;
        line-height: 1.3;
    }

.choose__img {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2;
    max-width: 765px;
}

@media (max-width: 1500px) {
    .choose__img {
        max-width: 740px;
    }
}

@media (max-width: 1199.98px) {
    .choose__img {
        max-width: 500px;
    }
}

@media (max-width: 991.98px) {
    .choose__img {
        position: relative;
        top: 0;
        margin-bottom: 50px;
        max-width: 100%;
    }
}

.choose__img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    min-height: 300px;
    object-fit: cover;
    width: 100%;
}

.choose__img .popup-video {
    position: absolute;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: var(--tg-theme-secondary);
}

    .choose__img .popup-video:hover {
        background: var(--tg-theme-primary);
        color: var(--tg-common-color-white);
    }

.choose__img-two {
    text-align: center;
    position: relative;
}

@media (max-width: 991.98px) {
    .choose__img-two {
        margin-bottom: 50px;
    }
}

.choose__img-two img {
    border-radius: 1000px 1000px 0 1000px;
}

.choose__img-three {
    margin-right: 45px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .choose__img-three {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .choose__img-three {
        margin-bottom: 50px;
    }
}

.choose__img-three img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

@media (max-width: 767.98px) {
    .choose__img-three img {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        width: 100%;
    }
}

.choose__img-three .play-btn {
    width: 76px;
    height: 76px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-heading-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

    .choose__img-three .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        border: 1px solid var(--tg-common-color-white);
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        animation: pulse-border 1500ms ease-out infinite;
    }

.choose__img-four {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    gap: 25px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .choose__img-four {
        gap: 15px;
    }
}

@media (max-width: 991.98px) {
    .choose__img-four {
        gap: 20px;
        margin-bottom: 80px;
    }
}

.choose__img-four .left__side {
    width: 320px;
    flex: 0 0 auto;
}

@media (max-width: 1500px) {
    .choose__img-four .left__side {
        width: 290px;
    }
}

@media (max-width: 1199.98px) {
    .choose__img-four .left__side {
        width: 220px;
    }
}

@media (max-width: 991.98px) {
    .choose__img-four .left__side {
        width: 270px;
    }
}

@media (max-width: 767.98px) {
    .choose__img-four .left__side {
        display: none;
    }
}

.choose__img-four .left__side img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 25px;
    width: 100%;
}

    .choose__img-four .left__side img:nth-child(2) {
        margin-bottom: 0;
    }

.choose__img-four .right__side {
    position: relative;
    flex-grow: 1;
    margin-bottom: -30px;
}

    .choose__img-four .right__side img {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        width: 100%;
    }

    .choose__img-four .right__side .popup-video {
        width: 76px;
        height: 76px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--tg-common-color-white);
        color: var(--tg-heading-color);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 22px;
    }

        .choose__img-four .right__side .popup-video::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            height: 100%;
            border: 1px solid var(--tg-common-color-white);
            border-radius: 50%;
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            animation: pulse-border 1500ms ease-out infinite;
        }

.choose__img-four .shape {
    position: absolute;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .choose__img-four .shape {
        display: none;
    }
}

.choose__img-four .shape.shape-one {
    right: 34%;
    top: 8px;
    max-width: 106px;
}

@media (max-width: 1199.98px) {
    .choose__img-four .shape.shape-one {
        right: 30%;
        top: 37px;
        max-width: 80px;
    }
}

.choose__img-four .shape.shape-two {
    left: -5%;
    bottom: -6%;
    max-width: 142px;
}

.choose__img-four .shape.shape-three {
    left: 25%;
    bottom: -13%;
    max-width: 335px;
}

@media (max-width: 1199.98px) {
    .choose__img-four .shape.shape-three {
        left: 18%;
        bottom: -22%;
        max-width: 280px;
    }
}

@media (max-width: 991.98px) {
    .choose__img-four .shape.shape-three {
        display: none;
    }
}

.choose__shape img {
    position: absolute;
    z-index: -1;
}

    .choose__shape img:nth-child(1) {
        right: 10%;
        bottom: 24%;
    }

@media (max-width: 1800px) {
    .choose__shape img:nth-child(1) {
        right: 3%;
    }
}

@media (max-width: 1199.98px) {
    .choose__shape img:nth-child(1) {
        right: 2%;
        bottom: 45%;
    }
}

@media (max-width: 991.98px) {
    .choose__shape img:nth-child(1) {
        right: 3%;
        bottom: 8%;
        max-width: 120px;
    }
}

@media (max-width: 767.98px) {
    .choose__shape img:nth-child(1) {
        bottom: 6%;
        max-width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__shape img:nth-child(1) {
        right: 6%;
    }
}

.choose__shape img:nth-child(2) {
    right: 9%;
    bottom: 19%;
    z-index: -2;
}

@media (max-width: 1800px) {
    .choose__shape img:nth-child(2) {
        right: 1%;
    }
}

@media (max-width: 1199.98px) {
    .choose__shape img:nth-child(2) {
        right: 0%;
        bottom: 40%;
    }
}

@media (max-width: 991.98px) {
    .choose__shape img:nth-child(2) {
        right: 0%;
        bottom: 6%;
        width: 130px;
    }
}

@media (max-width: 767.98px) {
    .choose__shape img:nth-child(2) {
        right: -5%;
        bottom: 4%;
        width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__shape img:nth-child(2) {
        right: 0%;
    }
}

.section-pt-140 {
    padding-top: 140px;
}

@media (max-width: 767.98px) {
    .section-pt-140 {
        padding-top: 100px;
    }
}

.section-pb-140 {
    padding-bottom: 140px;
}

@media (max-width: 767.98px) {
    .section-pb-140 {
        padding-bottom: 100px;
    }
}

.section-pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 767.98px) {
    .section-pb-110 {
        padding-bottom: 70px;
    }
}

.section-py-140 {
    padding: 140px 0;
}

@media (max-width: 767.98px) {
    .section-py-140 {
        padding: 100px 0;
    }
}

.yellowCstColor {
    background: #FFC224 !important;
}





.testimonial__bg {
    background-size: cover;
    background-position: center;
}

.testimonial__bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-py-120 {
    padding: 120px 0;
}

.customTextEventSection {
    color: #bcbad8;
    margin-bottom: 0;
    line-height: 1.2;
}

/*=============================
    16. Events
===============================*/
.event__area {
    position: relative;
    z-index: 1;
}

    .event__area::before {
        content: "";
        position: absolute;
        right: 18%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 790px;
        height: 430px;
        background: #F2F4F6;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        -o-border-radius: 80px;
        -ms-border-radius: 80px;
        border-radius: 80px;
        z-index: -1;
    }

@media (max-width: 1199.98px) {
    .event__area::before {
        right: 10%;
    }
}

@media (max-width: 991.98px) {
    .event__area::before {
        display: none;
    }
}

.event__area-three {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}

    .event__area-three::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: #001a4b;
        width: 100%;
        height: 58%;
        z-index: -1;
    }

@media (max-width: 991.98px) {
    .event__area-three .section__title {
        margin-bottom: 25px;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .event__area-three .section__content {
        text-align: center;
    }
}

.event__area-four {
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .event__area-four {
        padding: 100px 0 60px;
    }
}

.event__inner-wrap .row .col-30 {
    width: 30%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .event__inner-wrap .row .col-30 {
        width: 100%;
    }
}

.event__inner-wrap .row .col-70 {
    width: 70%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .event__inner-wrap .row .col-70 {
        width: 100%;
    }
}

.event__content {
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .event__content {
        text-align: center;
        margin-bottom: 50px;
    }

        .event__content .tg-button-wrap {
            justify-content: center;
        }
}

.event__content p {
    margin-bottom: 25px;
}

.event__content-wrap {
    margin-left: 85px;
}

@media (max-width: 1500px) {
    .event__content-wrap {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .event__content-wrap {
        text-align: center;
        margin-bottom: 50px;
    }
}

.event__content-wrap .section__title .title {
    font-weight: 700;
}

.event__content-wrap p {
    margin-bottom: 0;
    width: 90%;
}

@media (max-width: 1500px) {
    .event__content-wrap p {
        width: 95%;
    }
}

@media (max-width: 1199.98px) {
    .event__content-wrap p {
        width: 100%;
    }
}

.event__item {
    border: 1px solid #B5B5C3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px 20px 25px;
    background: var(--tg-common-color-white);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .event__item:hover {
        -webkit-box-shadow: 10px 10px 0px #CAC9D6;
        -moz-box-shadow: 10px 10px 0px #CAC9D6;
        -ms-box-shadow: 10px 10px 0px #CAC9D6;
        -o-box-shadow: 10px 10px 0px #CAC9D6;
        box-shadow: 10px 10px 0px #CAC9D6;
    }

.event__item-thumb {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

    .event__item-thumb img {
        width: 100%;
        height: 212px;
        object-fit: cover;
    }

.event__item-content {
    position: relative;
    padding: 30px 0 0;
}

    .event__item-content .date {
        font-size: 14px;
        font-weight: 600;
        font-family: var(--tg-heading-font-family);
        color: var(--tg-heading-color);
        background: var(--tg-theme-secondary);
        display: block;
        line-height: 1;
        border: 1px solid var(--tg-heading-color);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        padding: 8px 13px;
        position: absolute;
        left: 0;
        top: -20px;
        z-index: 2;
        -webkit-box-shadow: 4px 4px 0px 0px #3D3D3D;
        -moz-box-shadow: 4px 4px 0px 0px #3D3D3D;
        -ms-box-shadow: 4px 4px 0px 0px #3D3D3D;
        -o-box-shadow: 4px 4px 0px 0px #3D3D3D;
        box-shadow: 4px 4px 0px 0px #3D3D3D;
    }

    .event__item-content .title {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

        .event__item-content .title a {
            display: inline;
            background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
            background-size: 0% 2px, 0 2px;
            background-position: 100% 100%, 0 100%;
            background-repeat: no-repeat;
            transition: background-size 0.4s linear;
        }

            .event__item-content .title a:hover {
                color: inherit;
                background-size: 0 2px, 100% 2px;
            }

    .event__item-content .location {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: var(--tg-body-color);
        gap: 5px;
        line-height: 1;
    }

        .event__item-content .location i {
            font-size: 18px;
            line-height: 0;
            color: var(--tg-theme-primary);
        }

        .event__item-content .location:hover {
            color: var(--tg-theme-secondary);
        }

.event__item-wrap .row {
    --bs-gutter-x: 20px;
}

.event__item-wrap-two {
    border: 1px solid #e3e3e3;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 30px 0;
}

@media (max-width: 1199.98px) {
    .event__item-wrap-two {
        padding: 20px 15px 0;
    }
}

@media (max-width: 991.98px) {
    .event__item-wrap-two {
        padding: 30px 30px 0;
    }
}

@media (max-width: 767.98px) {
    .event__item-wrap-two {
        padding: 20px 20px 0;
    }
}

.event__item-wrap-three {
    margin-right: 90px;
}

@media (max-width: 1500px) {
    .event__item-wrap-three {
        margin-right: 0;
    }
}

.event__item-wrap-three .event__item-four:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .event__item-wrap-three .event__item-four:nth-child(even) {
        flex-direction: column;
    }
}

.event__item-two {
    border: 1px solid #e3e3e3;
    background: var(--tg-common-color-white);
    padding: 30px 30px 48px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .event__item-two {
        padding: 20px 20px 48px;
    }
}

@media (max-width: 991.98px) {
    .event__item-two {
        padding: 30px 30px 48px;
    }
}

@media (max-width: 767.98px) {
    .event__item-two {
        padding: 20px 20px 48px;
    }
}

.event__item-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .event__item-three {
        gap: 15px;
    }
}

@media (max-width: 767.98px) {
    .event__item-three {
        gap: 20px;
        flex-direction: column;
    }
}

.event__item-four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .event__item-four {
        flex-direction: column;
    }
}

.event__thumb-two {
    position: relative;
    margin-bottom: 25px;
}

    .event__thumb-two img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        height: 310px;
        object-fit: cover;
    }

@media (max-width: 480px) {
    .event__thumb-two img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.event__thumb-three {
    width: 300px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .event__thumb-three {
        width: 220px;
    }
}

@media (max-width: 767.98px) {
    .event__thumb-three {
        width: 100%;
    }
}

.event__thumb-three img {
    width: 100%;
    min-height: 245px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.event__thumb-four {
    width: 270px;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .event__thumb-four {
        width: 100%;
    }
}

.event__thumb-four img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

@media (max-width: 767.98px) {
    .event__thumb-four img {
        height: 210px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .event__thumb-four img {
        height: 280px;
    }
}

.event__content-two .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .event__content-two .title {
        font-size: 22px;
    }
}

.event__content-two .title a {
    display: inline;
    background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
    background-size: 0% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .event__content-two .title a:hover {
        color: inherit;
        background-size: 0 2px, 100% 2px;
    }

.event__content-two p {
    margin-bottom: 20px;
}

.event__content-three .title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .event__content-three .title {
        font-size: 20px;
    }
}

.event__content-three .title a {
    display: inline;
    background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
    background-size: 0% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .event__content-three .title a:hover {
        color: inherit;
        background-size: 0 2px, 100% 2px;
    }

.event__content-three p {
    margin-bottom: 20px;
}

.event__content-four .event__date-two {
    margin-bottom: 18px;
}

.event__content-four .title {
    margin-bottom: 18px;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .event__content-four .title br {
        display: none;
    }
}

.event__date {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    background: var(--tg-theme-secondary);
    color: var(--tg-heading-color);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 9px;
    line-height: 1;
    position: absolute;
    left: 25px;
    top: 23px;
    z-index: 2;
}

.event__date-two {
    position: inherit;
    margin-bottom: 10px;
}

.event__bottom-content {
    margin-top: 80px;
}

@media (max-width: 1199.98px) {
    .event__bottom-content {
        margin-top: 50px;
    }
}

.event__bottom-content .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    gap: 13px;
    font-size: 16px;
    font-weight: 500;
    flex-wrap: wrap;
}

    .event__bottom-content .title a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: var(--tg-theme-primary);
        gap: 10px;
        position: relative;
    }

        .event__bottom-content .title a::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: currentColor;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
        }

        .event__bottom-content .title a svg {
            line-height: 0;
            width: 20px;
            transform: translateY(-2px);
        }

        .event__bottom-content .title a:hover::before {
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }

.event__shape img {
    position: absolute;
    right: 9%;
    bottom: 13%;
    z-index: -1;
}

.event__shape-wrap img {
    position: absolute;
    z-index: -1;
}

    .event__shape-wrap img:nth-child(1) {
        left: 0;
        top: 0;
        max-width: 359px;
    }

@media (max-width: 1500px) {
    .event__shape-wrap img:nth-child(1) {
        max-width: 250px;
    }
}

.event__shape-wrap img:nth-child(2) {
    right: 8%;
    top: 22%;
}

@media (max-width: 1199.98px) {
    .event__shape-wrap img:nth-child(2) {
        right: 3%;
        top: 13%;
    }
}

.event__shape-two img {
    position: absolute;
    left: 18%;
    top: -215px;
    z-index: -1;
    max-width: 374px;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
}

@media (max-width: 1500px) {
    .event__shape-two img {
        left: 11%;
    }
}

@media (max-width: 1199.98px) {
    .event__shape-two img {
        top: -195px;
        max-width: 320px;
    }
}

@media (max-width: 767.98px) {
    .event__shape-two img {
        top: -177px;
        max-width: 240px;
    }
}

.event__details-thumb {
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .event__details-thumb {
        margin-bottom: 30px;
    }
}

.event__details-thumb img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    min-height: 300px;
    object-fit: cover;
}

.event__details-content .title {
    margin-bottom: 15px;
    font-size: 36px;
}

@media (max-width: 1500px) {
    .event__details-content .title {
        font-size: 32px;
    }
}

@media (max-width: 1199.98px) {
    .event__details-content .title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .event__details-content .title {
        font-size: 28px;
    }
}

.event__details-content .title-two {
    font-size: 24px;
    margin-bottom: 15px;
}

.event__details-content p {
    margin-bottom: 0;
}

.event__details-content-wrap .row .col-70 {
    width: 70%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .event__details-content-wrap .row .col-70 {
        width: 65%;
    }
}

@media (max-width: 991.98px) {
    .event__details-content-wrap .row .col-70 {
        width: 100%;
    }
}

.event__details-content-wrap .row .col-30 {
    width: 30%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .event__details-content-wrap .row .col-30 {
        width: 35%;
    }
}

@media (max-width: 991.98px) {
    .event__details-content-wrap .row .col-30 {
        width: 100%;
    }
}

.event__details-content-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

    .event__details-content-top .tag {
        font-size: 13px;
        font-weight: 500;
        background: var(--tg-theme-primary);
        color: var(--tg-common-color-white);
        display: block;
        padding: 8px 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        line-height: 1;
    }

        .event__details-content-top .tag:hover {
            background: var(--tg-theme-secondary);
            color: var(--tg-heading-color);
        }

    .event__details-content-top .avg-rating {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        font-size: 14px;
        gap: 5px;
        color: var(--tg-common-color-gray-3);
    }

        .event__details-content-top .avg-rating i {
            color: var(--tg-common-color-yellow);
            line-height: 1;
        }

.event__details-overview {
    margin-bottom: 20px;
}

.event__details-inner {
    margin: 25px 0 20px;
}

    .event__details-inner .row .col-39 {
        width: 38.8%;
        flex: 0 0 auto;
    }

@media (max-width: 1199.98px) {
    .event__details-inner .row .col-39 {
        width: 100%;
    }
}

.event__details-inner .row .col-61 {
    width: 61.2%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .event__details-inner .row .col-61 {
        width: 100%;
    }
}

.event__details-inner img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .event__details-inner img {
        margin-bottom: 30px;
    }
}

.event__details-inner-content .title {
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: capitalize;
}

.event__details-inner-content .about__info-list-item {
    margin: 0 0 10px;
}

    .event__details-inner-content .about__info-list-item:last-child {
        margin: 0;
    }

    .event__details-inner-content .about__info-list-item i {
        width: 24px;
        height: 24px;
        flex: 0 0 auto;
    }

    .event__details-inner-content .about__info-list-item p {
        font-size: 16px;
    }

.event__meta .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px 35px;
    flex-wrap: wrap;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
    margin-bottom: 28px;
}

    .event__meta .list-wrap li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        position: relative;
        gap: 8px;
        color: var(--tg-common-color-gray-3);
    }

        .event__meta .list-wrap li::before {
            content: "";
            position: absolute;
            right: -19px;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            background: #8C9AB4;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .event__meta .list-wrap li:last-child::before {
            display: none;
        }

        .event__meta .list-wrap li i {
            font-size: 20px;
            line-height: 0;
        }

        .event__meta .list-wrap li.author img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .event__meta .list-wrap li.author a {
            color: var(--tg-common-color-dark);
        }

            .event__meta .list-wrap li.author a:hover {
                color: var(--tg-theme-primary);
            }

        .event__meta .list-wrap li.location i {
            color: var(--tg-theme-primary);
        }

.event__meta-two .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 25px;
}

    .event__meta-two .list-wrap li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        line-height: 1;
        gap: 5px;
        font-size: 16px;
        font-weight: 400;
        color: var(--tg-heading-color);
    }

        .event__meta-two .list-wrap li i {
            color: var(--tg-theme-primary);
            font-weight: 700;
        }

.event__sidebar {
    margin: -190px 50px 0 20px;
}

@media (max-width: 1199.98px) {
    .event__sidebar {
        margin: -190px 0 0 0;
    }
}

@media (max-width: 991.98px) {
    .event__sidebar {
        margin: 80px 0 0 0;
    }
}

.event__sidebar .courses__details-sidebar {
    margin: 0;
}

.event__widget {
    margin-bottom: 30px;
}

    .event__widget:last-child {
        margin-bottom: 0;
    }

.event__map {
    background: var(--tg-common-color-white);
    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);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px;
}

    .event__map .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .event__map .map {
        width: 100%;
        height: 240px;
    }

        .event__map .map iframe {
            width: 100%;
            height: 100%;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -o-border-radius: 6px;
            -ms-border-radius: 6px;
            border-radius: 6px;
        }


/*=============================
    11. Testimonial
===============================*/
.section-pb-57 {
    padding-bottom: 57px;
}

.testimonial__area-four {
    position: relative;
    z-index: 1;
    background: var(--tg-common-color-gray-8);
    padding: 70px 0 0;
    margin: 22px 0 0;
}

.testimonial__bg {
    background-size: cover;
    background-position: center;
}

.testimonial__bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial__bg-three {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial__bg-shape-one {
    position: absolute;
    left: 0;
    top: -21px;
    width: 100%;
    height: 22px;
    line-height: 1;
    z-index: 1;
}

    .testimonial__bg-shape-one svg {
        width: 100%;
        color: var(--tg-common-color-gray-8);
        height: 22px;
    }

.testimonial__bg-shape-two {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 22px;
    line-height: 1;
    z-index: 1;
}

    .testimonial__bg-shape-two svg {
        width: 100%;
        height: 22px;
        color: var(--tg-common-color-white);
    }

.testimonial__img {
    position: relative;
    text-align: center;
}

@media (max-width: 991.98px) {
    .testimonial__img {
        margin-bottom: 50px;
    }
}

.testimonial__img img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -o-border-radius: 1000px;
    -ms-border-radius: 1000px;
    border-radius: 1000px;
}

.testimonial__img .shape img {
    position: absolute;
    left: -10px;
    top: 0;
    z-index: -1;
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    max-width: 413px;
}

@media (max-width: 1199.98px) {
    .testimonial__img .shape img {
        left: -50px;
        max-width: 360px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__img .shape img {
        display: none;
    }
}

.testimonial__img-two {
    text-align: center;
    position: relative;
}

@media (max-width: 991.98px) {
    .testimonial__img-two {
        margin-top: 50px;
    }
}

.testimonial__img-two .shape img {
    position: absolute;
    z-index: 2;
}

    .testimonial__img-two .shape img:nth-child(1) {
        left: 40px;
        top: 5%;
        max-width: 84px;
    }

@media (max-width: 1199.98px) {
    .testimonial__img-two .shape img:nth-child(1) {
        left: 0px;
        max-width: 70px;
    }
}

@media (max-width: 991.98px) {
    .testimonial__img-two .shape img:nth-child(1) {
        left: 40px;
    }
}

.testimonial__img-two .shape img:nth-child(2) {
    left: 8%;
    top: 34%;
    max-width: 103px;
}

@media (max-width: 1199.98px) {
    .testimonial__img-two .shape img:nth-child(2) {
        left: 0%;
        top: 35%;
        max-width: 76px;
    }
}

.testimonial__img-two .shape img:nth-child(3) {
    right: 10%;
    bottom: 13%;
    max-width: 129px;
}

@media (max-width: 1199.98px) {
    .testimonial__img-two .shape img:nth-child(3) {
        right: 2%;
        max-width: 100px;
    }
}

.testimonial__img-three {
    position: relative;
    margin-top: 40px;
}

@media (max-width: 991.98px) {
    .testimonial__img-three {
        margin-bottom: 50px;
    }
}

.testimonial__img-three .banner__review {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    left: -6%;
    bottom: 11%;
    right: auto;
    top: auto;
}

@media (max-width: 1500px) {
    .testimonial__img-three .banner__review {
        left: -4%;
    }
}

.testimonial__img-three .banner__review .icon {
    background: var(--tg-theme-primary);
}

.testimonial__img-three .svg-icon {
    position: absolute;
    right: 10%;
    top: -17%;
    width: 99px;
    height: auto;
}

@media (max-width: 1500px) {
    .testimonial__img-three .svg-icon {
        right: 2%;
        top: -16%;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__img-three .svg-icon {
        top: -19%;
    }
}

@media (max-width: 767.98px) {
    .testimonial__img-three .svg-icon {
        top: -27%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__img-three .svg-icon {
        top: -18%;
        right: 3%;
    }
}

.testimonial__img-three .svg-icon svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-secondary);
}

.testimonial__img-four .svg-icon {
    position: absolute;
    right: auto;
    left: 42%;
    top: -11%;
    width: 81px;
    height: auto;
}

@media (max-width: 1199.98px) {
    .testimonial__img-four .svg-icon {
        top: -16%;
    }
}

@media (max-width: 767.98px) {
    .testimonial__img-four .svg-icon {
        top: -20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__img-four .svg-icon {
        top: -14%;
    }
}

.testimonial__img-four .svg-icon svg {
    color: var(--tg-body-color);
}

.testimonial__img-four .testimonial__img-icon {
    background: var(--tg-common-color-white);
    border: 1px solid var(--tg-body-color);
    color: #D7D7DF;
    position: absolute;
    right: 8%;
    bottom: auto;
    top: 16%;
}

@media (max-width: 1500px) {
    .testimonial__img-four .testimonial__img-icon {
        right: 1%;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__img-four .testimonial__img-icon {
        right: -1%;
    }
}

.testimonial__img-four .banner__review {
    left: 4%;
    bottom: 14%;
}

    .testimonial__img-four .banner__review .icon {
        background: var(--tg-theme-secondary);
    }

.testimonial__img-icon {
    width: 82px;
    height: 82px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    border: 1px solid var(--tg-body-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-common-color-white);
    box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 5%;
    bottom: 29%;
}

@media (max-width: 1500px) {
    .testimonial__img-icon {
        right: 0;
    }
}

.testimonial__mask-img {
    -webkit-mask-image: url(../img/others/h6_testimonial_mask_img.png);
    mask-image: url(../img/others/h6_testimonial_mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 530px;
    height: 420px;
}

@media (max-width: 1500px) {
    .testimonial__mask-img {
        width: 516px;
        height: 410px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__mask-img {
        width: 450px;
        height: 360px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__mask-img {
        width: 340px;
        height: 272px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__mask-img {
        width: 450px;
        height: 360px;
    }
}

.testimonial__mask-img img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__item {
    background: #F6F5FE;
    padding: 40px 45px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .testimonial__item {
        padding: 30px 20px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__item {
        padding: 30px 30px 30px;
    }
}

.testimonial__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testimonial__item-wrap {
    position: relative;
}

.testimonial__item::before {
    content: "\f10e";
    font-size: 48px;
    line-height: 1;
    color: #D9D6F5;
    font-family: var(--tg-icon-font-family);
    position: absolute;
    right: 43px;
    top: 45px;
    font-weight: 700;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .testimonial__item::before {
        top: 30px;
        right: 20px;
        font-size: 45px;
    }
}

.testimonial__item-two {
    background: #f9f9f9;
    padding: 50px 45px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .testimonial__item-two {
        padding: 30px 25px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__item-two {
        padding: 30px 30px;
    }
}

.testimonial__item-two::before {
    content: "\f10e";
    font-size: 48px;
    line-height: 1;
    color: #E6E6E6;
    font-family: var(--tg-icon-font-family);
    position: absolute;
    right: 45px;
    top: 43px;
    font-weight: 700;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .testimonial__item-two::before {
        top: 30px;
        right: 20px;
        font-size: 45px;
    }
}

.testimonial__item-three {
    text-align: center;
}

    .testimonial__item-three .icon {
        margin-bottom: 20px;
    }

        .testimonial__item-three .icon svg {
            color: #D9D5D0;
        }

    .testimonial__item-three .rating {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: var(--tg-common-color-yellow-3);
        font-size: 20px;
        margin-bottom: 17px;
    }

    .testimonial__item-three p {
        font-size: 21px;
        font-family: var(--tg-heading-font-family);
        line-height: 1.8;
        font-style: italic;
        color: #343C4D;
        margin-bottom: 20px;
    }

@media (max-width: 767.98px) {
    .testimonial__item-three p {
        font-size: 20px;
    }
}

.testimonial__item-four {
    position: relative;
    width: 83%;
}

@media (max-width: 1199.98px) {
    .testimonial__item-four {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .testimonial__item-four {
        text-align: center;
    }
}

.testimonial__item-four::before {
    content: "";
    position: absolute;
    background-image: url(../img/icons/quote.svg);
    width: 205px;
    height: 160px;
    z-index: -1;
    right: 0;
    top: 10%;
}

@media (max-width: 991.98px) {
    .testimonial__item-four::before {
        display: none;
    }
}

.testimonial__item-four .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 22px;
    gap: 7px;
    color: var(--tg-common-color-yellow-3);
    margin-bottom: 22px;
}

@media (max-width: 991.98px) {
    .testimonial__item-four .rating {
        justify-content: center;
    }
}

.testimonial__item-four p {
    margin-bottom: 15px;
    font-style: italic;
    font-family: var(--tg-heading-font-family);
    font-weight: 500;
    font-size: 21px;
    color: #343C4D;
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    .testimonial__item-four p {
        font-size: 19px;
    }
}

.testimonial__item-five {
    background: var(--tg-common-color-white);
}

    .testimonial__item-five .testimonial__content-two .title {
        margin-bottom: 25px;
    }

    .testimonial__item-five .testimonial__content-two .rating {
        margin-bottom: 22px;
    }

.testimonial__bottom .title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-theme-primary);
}

.testimonial__bottom span {
    line-height: 1.2;
    display: block;
    font-weight: 500;
}

.testimonial__bottom-two .title {
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--tg-theme-primary);
}

.testimonial__bottom-two span {
    line-height: 1.2;
    display: block;
    font-weight: 500;
    color: #7F838C;
}

.testimonial__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 767.98px) {
    .testimonial__author {
        gap: 15px;
    }
}

.testimonial__author-thumb img {
    border: 3px solid #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimonial__author-thumb-two {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
}

    .testimonial__author-thumb-two img {
        border: 2px solid var(--tg-common-color-white);
    }

.testimonial__author-content .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 15px;
    color: var(--tg-common-color-yellow);
    margin-bottom: 10px;
}

.testimonial__author-content .title {
    font-size: 20px;
    margin-bottom: 0;
}

.testimonial__author-content-two .title {
    margin-bottom: 3px;
}

.testimonial__author-content-two span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.testimonial__author-two {
    gap: 10px;
}

.testimonial__icon {
    font-size: 48px;
    line-height: 0;
    color: #D9D6F5;
}

.testimonial__content p {
    margin-bottom: 0;
}

.testimonial__content-two .title {
    margin-bottom: 32px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--tg-theme-primary);
}

.testimonial__content-two .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--tg-common-color-yellow);
    margin-bottom: 15px;
}

.testimonial__content-two p {
    margin-bottom: 15px;
}

.testimonial__content-three {
    margin-left: 55px;
    margin-right: 80px;
}

@media (max-width: 1199.98px) {
    .testimonial__content-three {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .testimonial__content-three {
        text-align: center;
    }
}

.testimonial__content-three .testimonial__item-four {
    width: 100%;
}

    .testimonial__content-three .testimonial__item-four::before {
        opacity: 0.5;
    }

.testimonial__content-four {
    margin: 0;
}

@media (max-width: 767.98px) {
    .testimonial__nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }
}

.testimonial__nav button {
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--tg-common-color-dark);
    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);
    font-size: 20px;
    line-height: 0;
    -webkit-box-shadow: 3.6px 2.4px 0px 0px #23232B;
    -moz-box-shadow: 3.6px 2.4px 0px 0px #23232B;
    -ms-box-shadow: 3.6px 2.4px 0px 0px #23232B;
    -o-box-shadow: 3.6px 2.4px 0px 0px #23232B;
    box-shadow: 3.6px 2.4px 0px 0px #23232B;
    position: absolute;
    right: -75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

@media (max-width: 1500px) {
    .testimonial__nav button {
        right: -20px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__nav button {
        position: inherit;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.testimonial__nav button.testimonial-button-prev {
    right: auto;
    left: -75px;
    -webkit-box-shadow: -3.6px 2.4px 0px 0px #23232B;
    -moz-box-shadow: -3.6px 2.4px 0px 0px #23232B;
    -ms-box-shadow: -3.6px 2.4px 0px 0px #23232B;
    -o-box-shadow: -3.6px 2.4px 0px 0px #23232B;
    box-shadow: -3.6px 2.4px 0px 0px #23232B;
}

@media (max-width: 1500px) {
    .testimonial__nav button.testimonial-button-prev {
        left: -20px;
    }
}

.testimonial__nav button.testimonial-button-prev i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.testimonial__nav button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.testimonial__nav-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .testimonial__nav-two {
        justify-content: flex-start;
        margin-bottom: 50px;
    }
}

.testimonial__nav-two button {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: var(--tg-body-color);
    font-size: 25px;
    padding: 0;
}

    .testimonial__nav-two button.testimonial-button-prev {
        transform: rotate(-180deg);
    }

    .testimonial__nav-two button:hover {
        background: var(--tg-theme-secondary);
        color: var(--tg-heading-color);
    }

.testimonial__shape img {
    position: absolute;
    right: 9%;
    top: -230px;
    z-index: -1;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    max-width: 380px;
}

@media (max-width: 1199.98px) {
    .testimonial__shape img {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__shape img {
        max-width: 250px;
        top: -167px;
        right: 2%;
    }
}

.testimonial__shape-wrap img {
    position: absolute;
    z-index: -1;
}

    .testimonial__shape-wrap img:nth-child(1) {
        right: 12%;
        bottom: 15%;
        max-width: 86px;
    }

@media (max-width: 1199.98px) {
    .testimonial__shape-wrap img:nth-child(1) {
        right: 10%;
        bottom: 11%;
        max-width: 75px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__shape-wrap img:nth-child(1) {
        display: none;
    }
}

.testimonial__shape-wrap img:nth-child(2) {
    right: 10%;
    top: 7%;
    max-width: 95px;
}

@media (max-width: 991.98px) {
    .testimonial__shape-wrap img:nth-child(2) {
        right: 8%;
        top: 4%;
    }
}

@media (max-width: 767.98px) {
    .testimonial__shape-wrap img:nth-child(2) {
        right: 3%;
        top: 2%;
    }
}

.testimonial__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}

    .testimonial__shape-wrap-two img:nth-child(1) {
        right: 5%;
        top: 10%;
        max-width: 110px;
    }

@media (max-width: 1500px) {
    .testimonial__shape-wrap-two img:nth-child(1) {
        top: 6%;
        max-width: 80px;
    }
}

.testimonial__shape-wrap-two img:nth-child(2) {
    left: 3%;
    bottom: -27px;
    max-width: 99px;
}

@media (max-width: 1500px) {
    .testimonial__shape-wrap-two img:nth-child(2) {
        max-width: 80px;
    }
}

.swiper-container {
    overflow: hidden;
}

.testimonial-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 10px;
    margin-top: 25px;
}

    .testimonial-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin: 0 !important;
        background: #D9D9D9;
        transition: 0.3s ease-in-out;
        display: block;
        opacity: 1;
    }

    .testimonial-pagination .swiper-pagination-bullet-active {
        background: #161439;
    }

.testimonial-pagination-two {
    justify-content: flex-start;
    margin-top: 34px;
}

@media (max-width: 991.98px) {
    .testimonial-pagination-two {
        justify-content: center;
    }
}

.section-pb-130 {
    padding-bottom: 130px;
}

@media (max-width: 767.98px) {
    .section-pb-130 {
        padding-bottom: 100px;
    }
}
