﻿html,
body {
    position: relative;
    /*height: 100%;*/
    color: #121212;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    background-color: #ffffff;
}

* {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #de812f;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: #be2c2c;
    border-radius: 50rem;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

:root {
}

iframe {
    float: left;
}

.bg-light-orange {
    background-color: rgb(222, 129, 47, 0.10);
}

.btn-12 {
    font-size: 12px;
    font-weight: 500 !important;
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn-14 {
    font-size: 14px;
    font-weight: 500 !important;
    padding-top: 13px;
    padding-bottom: 13px;
}

.btn-20 {
    font-size: 20px;
    font-weight: 600 !important;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-orange {
    color: #ffffff;
    background-color: #de812f;
    border-color: #de812f;
}

    .btn-orange:hover {
        color: #ffffff;
        background-color: #be2c2c;
        border-color: #be2c2c;
    }

    .btn-check:checked + .btn-orange, :not(.btn-check) + .btn-orange:active, .btn-orange:first-child:active, .btn-orange.active, .btn-orange.show, .btn-red:focus-visible {
        color: #ffffff;
        background-color: #be2c2c;
        border-color: #be2c2c;
    }

.btn-red {
    color: #ffffff;
    background-color: #be2c2c;
    border-color: #be2c2c;
}

    .btn-red:hover {
        color: #be2c2c;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-check:checked + .btn-red, :not(.btn-check) + .btn-red:active, .btn-red:first-child:active, .btn-red.active, .btn-red.show, .btn-red:focus-visible {
        color: #be2c2c;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.btn-blue {
    color: #ffffff;
    background-color: #022c80;
    border-color: #022c80;
}

    .btn-blue:hover {
        color: #022c80;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-check:checked + .btn-blue, :not(.btn-check) + .btn-blue:active, .btn-blue:first-child:active, .btn-blue.active, .btn-blue.show, .btn-blue:focus-visible {
        color: #022c80;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.btn-blue-2 {
    color: #ffffff;
    background-color: #022c80;
    border-color: #022c80;
}

    .btn-blue-2:hover {
        color: #ffffff;
        background-color: #be2c2c;
        border-color: #be2c2c;
    }

    .btn-check:checked + .btn-blue-2, :not(.btn-check) + .btn-blue-2:active, .btn-blue-2:first-child:active, .btn-blue-2.active, .btn-blue-2.show, .btn-blue-2:focus-visible {
        color: #ffffff;
        background-color: #be2c2c;
        border-color: #be2c2c;
    }








.navbar-gen {
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}

.navbar {
    width: 100%;
    z-index: 2;
    position: relative;
    --bs-navbar-padding-y: 0px;
}

.navbar-nav {
    transition: 0.3s ease-in-out;
}

/*.navbar-expand-xl {
    flex-wrap: wrap;
    align-items: start;
}
*/
.navbar .nav-item .nav-link {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #121212;
    padding: 34px 10px;
}

.navbar .active .nav-link {
    color: #000000;
}

    .navbar .active .nav-link:hover {
        color: #de812f;
    }

.navbar .nav-link:hover {
    color: #de812f;
}

.navbar .active .nav-link:before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: 4px;
    top: 85px;
    border-start-start-radius: 50rem;
    border-start-end-radius: 50rem;
    background-color: #de812f;
}

.navbar .nav-item:nth-last-child(1) .nav-link {
    font-size: 20px;
    font-weight: 700;
    padding: 18px 10px;
}

    .navbar .nav-item:nth-last-child(1) .nav-link:before {
        position: absolute;
        content: "UTTS";
        top: 40px;
        left: calc(50% - 18px);
        animation: renkdegisimi 6s infinite;
    }

    .navbar .nav-item:nth-last-child(1) .nav-link strong {
        color: #de812f;
        font-weight: 700;
    }

.phone {
    position: relative;
}

    .phone .nav-link {
        font-size: 20px;
        font-weight: 700;
        margin-top: -16px;
    }


        .phone .nav-link:before {
            position: absolute;
            content: "UTTS";
            top: 6px;
            left: calc(50% - 18px);
            animation: renkdegisimi 6s infinite;
        }

        .phone .nav-link strong {
            color: #de812f;
            font-weight: 700;
        }

@keyframes renkdegisimi {
    0% {
        color: #be2c2c;
    }

    50% {
        color: #de812f;
    }

    100% {
        color: #022c80;
    }
}

/*.navbar-nav .dropdown .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    --bs-dropdown-spacer: 50px;
    --bs-dropdown-padding-y: 0px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.13);
    font-size: 14px;
    font-weight: 500;
}

    .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        --bs-dropdown-item-padding-y: 10px;
        color: #000000;
        border-bottom: 1px solid rgb(69 142 203 / 0.10);
    }

        .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
            background-color: rgb(69 142 203 / 0.10);
            color: #458ecb;
        }
*/


.btnn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    top: 45px;
}

    .btnn span {
        position: relative;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        top: 0;
        left: 0;
        width: 100%;
        padding: 7px 35px;
        transition: 0.3s;
    }

.btn-2::before {
    position: absolute;
    content: "";
    background-color: #458ecb;
    transition: 0.3s ease-out;
}

.btn-2 span {
    color: #458ecb;
    border: 1px solid #458ecb;
    transition: 0.2s;
}

    .btn-2 span:hover {
        color: #ffffff;
        transition: 0.2s 0.1s;
    }

.btnn.hover-slide-right::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
}

.btnn.hover-slide-right:hover::before {
    position: absolute;
    content: "";
    width: 100%;
}

.hover-slide-right:active, .hover-slide-right:hover, .hover-slide-right:focus {
    outline: 0 !important;
    outline-offset: 0;
}








.slider-1 {
    position: relative;
    width: 100%;
    height: calc(100vh - 88px);
    z-index: 1;
    margin-top: 0px;
    margin-top: 88px;
}

    .slider-1 .swiper-slide {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .slider-1 .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

    .slider-1 .slider-content-gen {
        position: absolute;
        height: auto;
        width: 100%;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 2;
    }

    .slider-1 .slider-content h1 {
        font-size: 80px;
        font-weight: 700;
        color: #ffffff;
    }

.yetkili-bayii-slider {
    position: absolute;
    right: 24px;
    bottom: 110px;
    z-index: 2;
}






.header-social-gen {
    position: absolute;
    right: 19%;
    z-index: 5;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.header-social {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .header-social li {
        text-align: center;
        margin-bottom: 40px;
    }

        .header-social li:first-child {
            margin-top: 40px;
        }

        .header-social li a {
            color: #ffffff;
        }

            .header-social li a:hover {
                color: #ffffff;
            }

    .header-social:before {
        position: absolute;
        width: 1px;
        height: 100px;
        left: 9px;
        top: -100px;
        content: "";
        background-color: #ffffff;
    }

    .header-social:after {
        position: absolute;
        width: 1px;
        height: 100px;
        left: 9px;
        bottom: -100px;
        content: "";
        background-color: #ffffff;
    }

















.footer-bg {
    background-color: #de812f;
    /* background: linear-gradient(to right, #ffffff 27.3%,#ffffff 27.3%,#de812f 27.3%);*/
}



.footer-logo-yetkili {
    position: relative;
    z-index: 1;
}

    .footer-logo-yetkili:before {
        position: absolute;
        content: "";
        height: 357.8px;
        width: 180%;
        top: 50%;
        right: -31%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background-color: #ffffff;
        z-index: -1;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    }

.footer h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer .footer-list li, .footer .footer-list li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}

.footer .footer-list p, .footer .footer-list p a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}

    .footer .footer-list p a:hover {
        color: rgb(255 255 255 / 0.70);
    }

.footer .footer-list li a:hover {
    color: rgb(255 255 255 / 0.70);
}


.footer-social ul li {
    position: relative;
    display: inline-block;
    color: #458ecb !important;
    font-size: 18px;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
}

    .footer-social ul li:first-child {
        margin-left: 0px;
    }

    .footer-social ul li a {
        display: block;
        border-radius: 50%;
        color: #de812f;
        padding: 4px 6px;
    }

    .footer-social ul li:hover {
        color: #022c80;
        transition: 0.3s ease-in-out;
    }

        .footer-social ul li:hover a {
            color: #022c80;
        }

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}



    .footer .copyright .copyright-link {
        color: #de812f;
    }

    .footer .copyright a:hover {
        color: #022c80;
    }

.page-title-1 h1 {
    font-size: 48px;
    font-weight: 700;
    color: #de812f;
}

.page-title-1 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #de812f;
}

.page-title-1 p {
    font-size: 22px;
    font-weight: 500;
}

.content-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.content-1 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #de812f;
}

.content-1 h3 {
    font-size: 26px;
    font-weight: 600;
    color: #be2c2c;
}

.content-1 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #022c80;
}

.content-1 ul {
    padding-left: 0px;
    margin-bottom: 24px;
}

    .content-1 ul li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 34px;
        font-size: 16px;
        font-weight: 400;
        list-style: none;
        color: #121212;
    }

        .content-1 ul li:before {
            text-align: center;
            content: "\f101";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            font-size: 20px;
            position: absolute;
            left: 0px;
            top: 0px;
            color: #de812f;
            border-radius: 50%;
        }







.card-1 .card {
    box-shadow: 0px 6px 20.37px 0.63px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255, 0.50);
    border-radius: 24px;
    border: none;
}



    .card-1 .card .card-icon {
        color: #de812f;
        font-size: 70px;
    }

    .card-1 .card .card-title-1 h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .card-1 .card .card-title-1 p {
        font-size: 18px;
        font-weight: 400;
    }











.timeline {
    position: relative;
    padding: 1rem 0;
}

    .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background-color: #de812f;
        transform: translateX(-50%);
        z-index: 0;
    }

.timeline-item {
    position: relative;
    width: 50%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    animation: fadeInUp 0.8s ease;
    z-index: 1;
}

.timeline-item-left {
    left: 0;
}

.timeline-item-right {
    left: 50%;
}

.timeline-content {
    background: white;
    padding: 36px;
    border-radius: 24px;
    box-shadow: 0px 2px 20.37px 0.63px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 100%;
    /*   display: inline-block;*/
    text-align: center;
    background-image: url("../../../images/page/time-line-box-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .timeline-content i {
        font-size: 70px;
        margin-bottom: 32px;
    }

    .timeline-content h5 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .timeline-content p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0px;
        line-height: 28px;
    }

        .timeline-content p a {
            color: #de812f;
        }

            .timeline-content p a:hover {
                color: #be2c2c;
            }

.timeline-dot {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #022c80;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 10;
}

.timeline-item-left .timeline-dot {
    right: -15px;
}

.timeline-item-right .timeline-dot {
    left: -15px;
}

.timeline .timeline-item:nth-child(3n+1) .timeline-content i, .timeline .timeline-item:nth-child(3n+1) .timeline-content h5 {
    color: #022c80;
}

.timeline .timeline-item:nth-child(3n+2) .timeline-content i, .timeline .timeline-item:nth-child(3n+2) .timeline-content h5 {
    color: #be2c2c;
}

.timeline .timeline-item:nth-child(3n+3) .timeline-content i, .timeline .timeline-item:nth-child(3n+3) .timeline-content h5 {
    color: #de812f;
}

.timeline .timeline-item:nth-child(3n+1) .timeline-dot {
    background-color: #022c80;
}

.timeline .timeline-item:nth-child(3n+2) .timeline-dot {
    background-color: #be2c2c;
}

.timeline .timeline-item:nth-child(3n+3) .timeline-dot {
    background-color: #de812f;
}


@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.card-2 .card {
    box-shadow: 0px 6px 20.37px 0.63px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255, 0.50);
    border-radius: 24px;
    border: none;
}



    .card-2 .card i {
        font-size: 70px;
    }

    .card-2 .card h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .card-2 .card p {
        font-size: 18px;
        font-weight: 400;
    }

.card-2 .col:nth-child(n+1) .card i {
    color: #022c80;
}

.card-2 .col:nth-child(n+2) .card i {
    color: #be2c2c;
}

.card-2 .col:nth-child(n+3) .card i {
    color: #de812f;
}



.card-3 .card {
    box-shadow: 0px 6px 20.37px 0.63px rgba(0, 0, 0, 0.05);
    background-color: rgb(222, 129, 47, 0.10);
    border-radius: 24px;
    border: none;
}

    .card-3 .card .rounded-start {
        border-bottom-left-radius: 24px !important;
        border-top-left-radius: 24px !important;
    }

    .card-3 .card .card-body {
        margin-top: 60px;
    }

    .card-3 .card h5 {
        font-size: 24px;
        font-weight: 600;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-3 .card p {
        font-size: 16px;
        font-weight: 400;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-3 .card a {
        font-size: 16px;
        font-weight: 500;
        color: #de812f
    }

        .card-3 .card a i {
            font-size: 12px;
            color: #121212;
        }

        .card-3 .card a:hover {
            color: #be2c2c
        }

.date-blog {
    position: absolute;
    display: inline-block;
    padding: 6px;
    background-color: #de812f;
    color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 24px;
}

    .date-blog p {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: -5px;
    }

    .date-blog span {
        font-size: 10px;
        font-weight: 400
    }

.card-4 .card {
    box-shadow: 0px 6px 20.37px 0.63px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255, 0.50);
    border-radius: 24px;
    border: none;
}



    .card-4 .card i {
        font-size: 70px;
    }

    .card-4 .card h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .card-4 .card p {
        font-size: 18px;
        font-weight: 400;
    }

.card4 .col:nth-child(n+1) .card i {
    color: #022c80;
}

.card-4 .col:nth-child(n+2) .card i {
    color: #be2c2c;
}

.card-4 .col:nth-child(n+3) .card i {
    color: #de812f;
}



.card-5 .card {
    box-shadow: 0px 6px 20.37px 0.63px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255, 0.50);
    border-radius: 24px;
    border: none;
}


    .card-5 .card ul li:nth-child(2n+1) {
        color: #be2c2c;
        font-size: 14px;
        margin-top: 10px;
    }

    .card-5 .card ul li:nth-child(2n+2) {
        color: #121212;
        font-size: 16px;
    }

    .card-5 .card .card-footer {
        padding: 0px;
        background-color: transparent;
        border: none;
    }

    .card-5 .card i {
        font-size: 70px;
        color: #de812f;
    }

    .card-5 .card h2 {
        font-size: 20px;
        font-weight: 600;
        color: #de812f
    }

    .card-5 .card p {
        font-size: 16px;
        font-weight: 400;
    }





.accordion-1 .accordion {
    background-color: transparent !important;
    color: #000000;
}

    .accordion-1 .accordion .accordion-item {
        background-color: #ffffff !important;
        border: none;
        color: #000000;
        border-radius: 24px;
        box-shadow: 0px 6px 20.37px 0.63px rgba(0, 0, 0, 0.05);
        margin-bottom: 24px;
        padding: 24px;
    }

    .accordion-1 .accordion .accordion-button {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -0.18px;
        padding: 0px 0px;
        background-color: transparent !important;
        color: #000000;
        line-height: 1.4;
        padding-right: 80px;
    }


    .accordion-1 .accordion .accordion-body {
        background-color: transparent !important;
    }

        .accordion-1 .accordion .accordion-body p {
            font-size: 16px;
            font-weight: 400;
        }

            .accordion-1 .accordion .accordion-body p:last-child {
                margin-bottom: 0px;
            }

.accordion-1 .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #de812f;
    padding-bottom: 24px;
}

.accordion-1 .accordion-button::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 30px;
    color: #de812f;
    background-image: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    right: 0px;
    position: absolute;
}

.accordion-1 .accordion-button:not(.collapsed)::after {
    content: "\f106";
    background-image: none;
    color: #de812f;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.header-gen {
    margin-top: 88px;
}

.iletisim {
    border-radius: 24px;
    box-shadow: 0px 6px 20.37px 0.63px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.form-gen .form-control {
    background-color: transparent;
    border-color: #de812f;
    border-radius: 10px;
    color: #de812f;
    resize: none;
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.form-gen ::placeholder {
    font-size: 16px;
    color: #000000;
}

.form-gen .form-control.form-select {
    color: #121212;
}

.form-gen .form-check {
    padding-left: 48px;
}

    .form-gen .form-check .form-check-input {
        margin-left: -48px;
    }

.form-gen .form-control:focus {
    color: #121212;
    background-color: rgb(255 255 255 / 0.3);
    border-color: #022c80;
    outline: 0;
    box-shadow: none;
}



.form-gen .form-control-check .form-check-input:focus {
    border-color: #022c80;
    outline: 0;
    box-shadow: none;
}


.form-gen .form-control-check .form-check-input {
    border: 1px solid #de812f;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-image: none;
}

.form-gen .form-control-check .form-check-label {
    color: #000000;
}

.form-gen .form-control-check .form-check-label-14 {
    font-size: 14px;
    line-height: 2.5;
    margin-top: 2px;
    /*margin-left: 4px;*/
}



.form-gen .form-control-check .form-check-label a {
    color: #de812f;
    text-decoration: underline;
}



.form-gen .form-control-check .form-check-labe a:hover {
    color: #458ecb !important;
}

.form-gen .form-control-check .form-check-input:checked {
    background-color: transparent;
    border-color: #000000;
}

    .form-gen .form-control-check .form-check-input:checked:before {
        position: absolute;
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        color: #de812f;
        margin-left: 8px;
        margin-top: 4px;
    }

























* {
}

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1699.98px) {
    /*    .index-hakkimizda-content p {
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/


}

@media (max-width: 1399.98px) {
    .footer-logo-yetkili img {
        height: 50px;
    }


    .navbar-toggler.navbar-menu-button {
        z-index: 5;
        border-radius: 0;
        margin-right: 0px;
        margin-top: -3px;
    }

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler, .navbar-toggler {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .animated-icon {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 10;
    }

        .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 50rem;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .4s ease-in-out;
            -moz-transition: .4s ease-in-out;
            -o-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
        }

        .animated-icon span {
            background: #de812f;
        }

            .animated-icon span:nth-child(1) {
                top: 0px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(2) {
                top: 9px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(3) {
                top: 18px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

        .animated-icon.open {
            height: 23.3px;
        }

            .animated-icon.open span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 0px;
                left: 0px;
                background: #022c80;
            }

            .animated-icon.open span:nth-child(2) {
                width: 0%;
                opacity: 0;
            }

            .animated-icon.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 21px;
                left: 0px;
                background: #022c80;
            }


    .navbar .navbar-collapse {
        width: 100%;
        /* padding: 32px 32px 32px 32px;*/
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 4;
        overflow-y: auto;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        background-color: #ffffff;
        /*   box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.08);*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        padding-left: 0px;
    }

    .disable-scroll-prog {
        overflow-y: hidden;
    }

    .navbar .navbar-collapse.show {
        visibility: visible;
        transform: translateX(0);
    }

    .navbar-brand img {
        height: 40px;
    }




    .navbar-expand-xxl {
        flex-wrap: wrap;
        align-items: center;
    }

    .navbar-nav {
        padding-top: 40px;
        padding-bottom: 40px;
    }



    .navbar .nav-item .nav-link {
        font-size: 18px;
        font-weight: 600;
        padding: 8px 16px 0px 16px;
        text-align: center;
    }

    .navbar .nav-item {
        margin-right: 0px;
        padding: 0px 20px;
    }


        .navbar .nav-item:last-child {
            display: none;
        }


    .navbar .active .nav-link {
        color: #de812f;
    }

        .navbar .active .nav-link:before {
            display: none;
        }

    .slider-1 {
        height: calc(100vh - 63px);
        margin-top: 63px;
    }
}

@media (max-width: 1199.98px) {

    .footer-logo-yetkili img {
        height: 40px;
    }

    .footer-logo-yetkili:before {
        height: 319px;
    }

    .slider-1 .slider-content h1 {
        font-size: 70px;
        font-weight: 700;
        color: #ffffff;
    }

    .card-3 .card .rounded-start {
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important;
    }
}

@media (max-width: 991.98px) {
    .slider-1 .slider-content h1 {
        font-size: 50px;
        font-weight: 700;
        color: #ffffff;
    }

    .btn-mobil {
        font-size: 14px;
    }

    .page-title-1 h1 {
        font-size: 38px;
        font-weight: 700;
        color: #de812f;
    }

    .page-title-1 h2 {
        font-size: 34px;
        font-weight: 700;
        color: #de812f;
    }

    .page-title-1 p {
        font-size: 18px;
    }
}






@media (max-width: 767.98px) {
    .slider-1 {
        height: 400px;
        margin-top: 53px;
    }

        .slider-1 .slider-content-gen {
            top: 56%
        }

        .slider-1 .slider-content h1 {
            font-size: 36px;
            font-weight: 700;
            color: #ffffff;
        }

    .navbar-brand img {
        height: 30px;
    }

    .phone .nav-link {
        font-size: 16px;
        font-weight: 700;
        margin-top: -10px;
    }

    .yetkili-bayii-slider img {
        height: 80px;
    }










    .timeline::before {
        left: 15px;
    }

    .timeline-item,
    .timeline-item-left,
    .timeline-item-right {
        width: 100% !important;
        padding-left: 3.5rem !important;
        padding-right: 1rem !important;
        text-align: left !important;
        left: 0 !important;
    }

    .timeline-dot {
        left: 0 !important;
        right: auto !important;
        /* top: 0.8rem !important;*/
        border-width: 3px !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 14px !important;
    }

    .timeline-content {
        max-width: 100% !important;
        display: block !important;
    }


    .phone .nav-link:before {
            left: calc(50% - 15px);
    }
}

@media (max-width: 575.98px) {
    .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
        --bs-offcanvas-width: 100%;
    }
}


/*wp*/
.wp-fab {
    position: fixed;
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: grid;
    place-items: center;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
    z-index: 2147483647;
    transition: transform .2s ease, box-shadow .2s ease;
    right: 16px; 
}

    .wp-fab:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(0,0,0,.3);
    }

    .wp-fab i {
        font-size: 28px;
        line-height: 1;
    }
@media (min-width: 992px) {
    .wp-fab {
        right: 24px;
        bottom: 24px;
    }
}

.wp-fab.wp-left {
    left: 16px !important;
    right: auto !important;
}

@media (min-width: 992px) {
    .wp-fab.wp-left {
        left: 24px !important;
    }
}


.wp-fab.wp-right {
    right: 16px !important;
    left: auto !important;
}

@media (min-width: 992px) {
    .wp-fab.wp-right {
        right: 24px !important;
    }
}

/*Sonradan eklenen CSS*/

.line-clamp p {
    display: -webkit-box;
    -webkit-line-clamp: 13; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

