﻿html,
body {
    position: relative;
    width: 100%;
    min-height: -webkit-fill-available;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    /*    overflow-x: hidden;*/
    scroll-behavior: smooth;
    color: #23262d;
    font-size: 16px;
    line-height: 1.5;
}

* {
    /*   -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;*/
}

#dot,
#ball {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
}

#dot {
    width: 10px;
    height: 10px;
    background: #e0c775;
    z-index: 10;
    opacity: 0.3;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}

#ball {
    width: 24px;
    height: 24px;
    border: 1px solid #e0c775;
    background: transparent;
    z-index: 5;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}
.custom-cursor__hover {
    background-color: #e0c775 !important;
    opacity: 0.3!important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f2eee2;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: #2b30a6;
    border-radius: 50rem;
}

a {
    color: #444444;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-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;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

:root {
}

iframe {
    float: left;
}

.btn-12 {
    font-size: 12px;
    font-weight: 600;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-blue {
    color: #f2eee2;
    background-color: #2b30a6;
    border-color: #2b30a6;
    font-weight: 700;
}

    .btn-blue:hover {
        color: #f2eee2;
        background-color: #2f35c4;
        border-color: #2f35c4;
    }

    .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: #f2eee2;
        background-color: #2f35c4;
        border-color: #2f35c4;
    }

.navbar-gen {
    position: relative;
    background-color: #2b30a6;
}

.navbar {
    width: 100%;
    z-index: 2;
    position: relative;
}

.navbar-expand-xl {
    flex-wrap: wrap;
    align-items: start;
}




.navbar .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #f2eee2;
    padding: 0px 19px;
    position: relative;
}

.navbar .active .nav-link {
    color: #f2eee2;
}

    .navbar .active .nav-link:hover {
        color: rgb(242 238 226 / 0.60);
    }

.navbar .nav-link:hover {
    color: rgb(242 238 226 / 0.60);
}

.navbar .active .nav-link:before {
    position: absolute;
    content: "";
    width: calc(100% - 38px);
    height: 1px;
    bottom: -39px;
    border-radius: 50rem;
    background-color: #f2eee2;
}

.navbar-nav .dropdown .dropdown-menu {
    background-color: #f2eee2;
    border: none;
    border-radius: 0px;
    --bs-dropdown-spacer: 39px;
    --bs-dropdown-padding-y: 0px;
    box-shadow: 0px 13px 39.56px 6.44px rgba(0, 0, 0, 0.25),0px 17px 29.64px 9.36px 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: #2b30a6;
        border-bottom: 1px solid rgb(43 48 166 / 0.20);
    }

        .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
            background-color: #2b30a6;
            color: #f2eee2;
        }



.mail-phone-gen {
    position: absolute;
    right: 12px;
    top: 20px;
}

.mail-gen, .phone-gen {
    position: relative;
}

    .mail-gen i, .phone-gen i {
        position: relative;
        width: 56px;
        height: 40px;
        line-height: 36px;
        font-size: 22px;
        color: #f2eee2;
        text-align: right;
        padding-right: 4px;
        z-index: 1;
    }



    .mail-gen h6, .phone-gen h6 {
        font-size: 12px;
        color: #f2eee2;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .mail-gen a, .phone-gen a {
        font-size: 14px;
        color: #f2eee2;
        font-weight: 400;
    }

    .mail-gen:hover a, .phone-gen:hover a {
        color: rgb(242 238 226 / 0.60);
    }






.bg-footer {
    background-color: #2b30a6;
    background-image:url(../../../images/page/icon-footer.png);
    background-repeat: no-repeat;
    background-position: left, center;
}



.footer h6 {
    color: #f2eee2;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer .footer-list li, .footer .footer-list li a {
    color: #f2eee2;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}


    .footer .footer-list li a:hover {
        color: rgb(242 238 226 / 0.60);
    }


.footer-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    min-width: 36px;
    line-height: 36px;
    color: #f2eee2 !important;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

    .footer-social li:first-child {
        margin-left: 0px;
    }

    .footer-social li a {
        display: block;
        border-radius: 50%;
        color: #f2eee2;
    }

    .footer-social li:hover {
        color: rgb(242 238 226 / 0.60);
        transition: 0.3s ease-in-out;
    }

        .footer-social li:hover a {
            color: rgb(242 238 226 / 0.60);
        }

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #23262d;
}

    .footer .copyright a {
        color: #2b30a6;
    }

        .footer .copyright a:hover {
            color: #2f35c4;
        }

.slider-1 {
    position: relative;
    width: 100%;
    height: calc(100vh - 148px);
    z-index: 1;
    margin-top: 0px;
}

    .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: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 2;
    }

    .slider-1 .slider-content h3 {
        font-size: 50px;
        font-weight: 300;
        color: #f2eee2;
    }

    .slider-1 .slider-content h2 {
        font-size: 50px;
        font-weight: 700;
        color: #f2eee2;
    }

    .slider-1 .slider-content p {
        font-size: 24px;
        font-weight: 300;
        color: #f2eee2;
    }











.page-title-1 h2 {
    font-size: 36px;
    font-weight: 600;
    color: #f2eee2;
}

.page-title-1 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #2b30a6;
}

.page-title-1 h4 {
    font-size: 34px;
    font-weight: 600;
    color: #23262d;
}


.content-1 p i {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868d98;
}

.content-1 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23262d;
}

.content-1 ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 46px;
    font-size: 18px;
    font-weight: 600;
}

    .content-1 ul li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        font-size: 20px;
        position: absolute;
        left: 0px;
        top: -2px;
        color: #f2eee2;
        background-color: #2b30a6;
        border-radius: 50%;
    }

.bg-motto {
    background-color: rgb(242 238 226 / 0.40);
}

    .bg-motto h2 {
        font-size: 60px;
        font-weight: 400;
        color: #2b30a6;
        font-family: "Dancing Script", cursive;
    }


.content-2 h2 {
    font-size: 26px;
    font-weight: 600;
    color: #2b30a6;
}

.content-2 p i {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868d98;
}

.content-2 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23262d;
}

.content-2 h6 i {
    color: #2b30a6;
    font-size: 16px;
    font-weight: 400;
}

.content-2 h6 {
    color: #23262d;
    font-size: 14px;
    font-weight: 400;
}

.content-2 ul {
    padding-left: 0px;
}

    .content-2 ul li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        list-style: none;
        color: #868d98;
        font-style: italic;
    }

        .content-2 ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            font-size: 20px;
            position: absolute;
            left: 0px;
            top: 0px;
            color: #2b30a6;
            font-style: normal;
        }



.content-3 h2 {
    font-size: 26px;
    font-weight: 600;
    color: #2b30a6;
}

.content-3 p i {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868d98;
}

.content-3 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23262d;
}



.content-3 ul {
    padding-left: 0px;
}

    .content-3 ul li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        list-style: none;
        color: #868d98;
        font-style: italic;
    }

        .content-3 ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            font-size: 20px;
            position: absolute;
            left: 0px;
            top: 0px;
            color: #2b30a6;
            font-style: normal;
        }




















.hizmet-gen i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    background-color: #2b30a6;
    color: #f2eee2;
}

.hizmet-gen h6 {
    font-size: 18px;
    font-weight: 600;
    color: #23262d;
}



.slider-2 {
    padding-top: 24px;
    padding-bottom: 70px;
    padding-left: 24px;
    padding-right: 24px;
    margin: -24px;
}

    .slider-2 .swiper-slide {
        width: auto;
    }

    .slider-2 .default-pag-nav {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 3;
    }

    .slider-2 .swiper-pagination {
        text-align: center;
        padding: 0 12px;
    }

    .slider-2 .swiper-pagination-bullet {
        width: 44px;
        height: 12px;
        border-radius: 50rem;
        margin-right: 6px;
        opacity: 1;
        background-color: #f2eee2;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .slider-2 .swiper-pagination-bullet:hover {
            background-color: #2b30a6;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }


    .slider-2 .swiper-pagination-bullet-active {
        background-color: #2b30a6;
    }

        .slider-2 .swiper-pagination-bullet-active:hover {
            background-color: #2f35c4;
        }


    .slider-2 .swiper-slide-prev .card {
        box-shadow: none !important;
    }

    .slider-2 .swiper-slide-next + .swiper-slide + .swiper-slide .card {
        box-shadow: none !important;
    }

.card-1 .card {
    border: none;
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
}




    .card-1 .card .card-body i {
        color: #2b30a6;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .card-1 .card .card-body h5 {
        color: #2b30a6;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 38px;
    }

        .card-1 .card .card-body h5 b {
            font-weight: 700;
        }

    .card-1 .card .card-body p {
        color: #23262d;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.offcanvas-body {
    padding: 0px 30px 30px 30px;
}

    .offcanvas-body i {
        color: #2b30a6;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .offcanvas-body h5 {
        color: #2b30a6;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 24px;
    }

offcanvas-body h5 b {
    font-weight: 700;
}

.offcanvas-body p {
    color: #23262d;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.btn-close {
    background-color: #2b30a6;
    opacity: 1;
    color: #f2eee2 !important;
    border-radius: 50%;
    --bs-btn-close-color: #f2eee2;
    --bs-btn-close-white-filter: none;
    --bs-btn-close-bg: none;
    line-height: 0px;
}

    .btn-close:hover {
        color: #f2eee2;
        text-decoration: none;
        opacity: 1;
        background-color: #2f35c4;
    }

    .btn-close:focus {
        color: #f2eee2;
        outline: 0;
        box-shadow: none;
        opacity: 1;
        background-color: #2f35c4;
    }

.slider-3 {
    padding-top: 24px;
    padding-bottom: 70px;
    padding-left: 24px;
    padding-right: 24px;
    margin: -24px;
}

    .slider-3 .swiper-slide {
        width: auto;
    }

    .slider-3 .default-pag-nav {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 3;
    }

    .slider-3 .swiper-pagination {
        text-align: center;
        padding: 0 12px;
    }

    .slider-3 .swiper-pagination-bullet {
        width: 44px;
        height: 12px;
        border-radius: 50rem;
        margin-right: 6px;
        opacity: 1;
        background-color: #f2eee2;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .slider-3 .swiper-pagination-bullet:hover {
            background-color: #2b30a6;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }


    .slider-3 .swiper-pagination-bullet-active {
        background-color: #2b30a6;
    }

        .slider-3 .swiper-pagination-bullet-active:hover {
            background-color: #2f35c4;
        }


    .slider-3 .swiper-slide-prev .card {
        box-shadow: none !important;
    }

    .slider-3 .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .card {
        box-shadow: none !important;
    }

.card-2 .card {
    border: none;
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
	height: 158px !important;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg-img-1 {
    background-image: url("../../../images/page/header-bg-1.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.header-bg {
    padding-top: 100px;
    padding-bottom: 100px;
}


.card-3 .card {
    border: none;
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
}




    .card-3 .card .card-body i {
        color: #2b30a6;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .card-3 .card .card-body h5 {
        color: #23262d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 24px;
    }



    .card-3 .card .card-body p {
        color: #23262d;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

        .card-3 .card .card-body p:last-child {
            margin-bottom: 0px;
        }

/*.card-3 .col:nth-child(1) .card {
    border-right: 6px solid #2b30a6;
}

.card-3 .col:nth-child(2) .card {
    border-bottom: 6px solid #2b30a6;
}

.card-3 .col:nth-child(3) .card {
    border-top: 6px solid #2b30a6;
}

.card-3 .col:nth-child(4) .card {
    border-left: 6px solid #2b30a6;
}*/

.card-4 .card {
    border: none;
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
}

    .card-4 .card img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .card-4 .card .card-body h4 i {
        color: #2b30a6;
        font-size: 16px;
        font-weight: 400;
    }

    .card-4 .card .card-body h4 {
        color: #23262d;
        font-size: 14px;
        font-weight: 400;
    }

    .card-4 .card .card-body h5 {
        color: #23262d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .card-4 .card .card-body p {
        color: #23262d;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .card-4 .card .card-body p:last-child {
            margin-bottom: 0px;
        }

    .card-4 .card .card-body .icon-link {
        font-size: 14px !important;
        font-weight: 700 !important;
    }

        .card-4 .card .card-body .icon-link > i {
            transition: .2s ease-in-out transform;
            color: #2b30a6;
        }

        .card-4 .card .card-body .icon-link:hover {
            color: #2b30a6;
        }

    .card-4 .card .card-body .icon-link-hover:focus-visible > i, .card-4 .card .card-body .icon-link-hover:hover > i {
        transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
        color: #2b30a6;
    }




.iletisim-content span {
    font-weight: 500;
    color: #2b30a6;
}

.iletisim-content p {
    font-weight: 300;
    font-size: 16px;
}

    .iletisim-content p a {
        color: #23262d;
    }

        .iletisim-content p a:hover {
            color: #2b30a6;
        }


.form-control {
    background-color: rgb(43 48 166 / 0.05);
    border-color: rgb(43 48 166 / 0.05);
    border-radius: 0px;
    color: #2b30a6;
    resize: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

::placeholder {
    font-size: 12px;
}


.form-control:focus {
    color: #2b30a6;
    background-color: rgb(43 48 166 / 0.10);
    border-color: rgb(43 48 166 / 0.10);
    outline: 0;
    box-shadow: none;
}




.katagori-box {
    position: relative;
    width: 100%;
       border-radius: 16px;
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
}
    .katagori-box h2, h2.kategori-title {
        color: #868d98;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .katagori-box i {
        color: #2b30a6;
        font-size: 24px;
    }

.katagori-list li {
    position: relative;
    border-top: 1px solid rgb(43 48 166 / 0.20);
    font-weight: 500;
}
    .katagori-list li h4{
        padding: 16px;
        font-size: 16px;
        font-weight: 500;
        color:#2b30a6;
        margin-bottom: 0px;
    }
    .katagori-list li:last-child a {
        border-radius: 0px 0px 16px 16px;
    }
    .katagori-list li ul li:last-child a {
        border-radius: 0px 0px 0px 0px;
    }

    .katagori-list li:last-child ul li:last-child a {
        border-radius: 0px 0px 16px 16px;
    }

.offcanvas-body .katagori-list li:last-child ul li:last-child a{
   
}
.offcanvas-body .katagori-list li:last-child a {
    border-bottom: 1px solid rgb(43 48 166 / 0.20);
    border-radius: 0px 0px 0px 0px;
}

.offcanvas-body .katagori-list li ul li:last-child a {
    border-bottom: none;
    border-radius: 0px 0px 0px 0px;
}

.offcanvas-body .katagori-list li:last-child ul li:last-child a {
    border-bottom: 1px solid rgb(43 48 166 / 0.20);
    border-radius: 0px 0px 0px 0px;
}



.katagori-list li a {
    display: block;
    padding: 16px 24px;
    color: #23262d;
    font-size: 14px;
    font-weight: 400;
}

    .katagori-list li a:hover {
        background-color: rgb(43 48 166 / 0.05);
        color: #2b30a6;
    }


.katagori-list li.active a, .katagori-list li ul li.active a {
    color: #2b30a6;
    background-color: rgb(43 48 166 / 0.05);
}
    .katagori-list li.active a:hover, .katagori-list li ul li.active a:hover {
        color: #2b30a6;
    }


    .katagori-list li.active a:before {
        content: "\f178";
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        font-size: 20px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        color: #2b30a6;
        font-style: normal;
    }





















/*------------------------------------------------*/
* {
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1499.98px) {
    /*    .index-hakkimizda-content p {
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
    #dot,
    #ball {
       display: none;
    }

    .navbar-toggler.navbar-menu-button {
        z-index: 5;
        border-radius: 0;
        margin-right: 0px;
    }

    .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: 21px;
        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: #f2eee2;
        }

            .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: #f2eee2;
            }

            .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: #f2eee2;
            }


    .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: #2f35c4;
        /*   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-nav {
        /*  text-align: center;*/
        width: 100%;
    }

    .navbar-expand-xl {
        flex-wrap: wrap;
        align-items: center;
    }



    .navbar-brand img {
        width: 180px;
    }

    .navbar .nav-item {
        margin-right: 0px;
        padding: 6px 50px;
    }



        .navbar .nav-item .nav-link {
            font-size: 22px;
            font-weight: 400;
            position: relative;
        }

    .navbar .active {
    }

        .navbar .active .nav-link:before {
            display: none;
        }

    .navbar-nav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        border-radius: 0px;
        --bs-dropdown-spacer: 0px;
        border-top: 1px solid none;
        font-size: 18px;
        font-weight: 400;
        /*  text-align: center;*/
        padding-bottom: 0px;
        box-shadow: none;
    }

        .navbar-nav .dropdown .dropdown-menu .dropdown-item {
            color: #f2eee2;
            padding-left: 30px;
            border-bottom: none;
        }

            .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
                color: rgb(242 238 226 / 0.60);
                background-color: transparent;
            }
    .mail-phone-gen {
        position: relative;
        right: auto;
        top: auto;
    }



    .slider-1 {
        height: 100%;
    }

        .slider-1 .slider-content h3 {
            font-size: 36px;
        }

        .slider-1 .slider-content h2 {
            font-size: 36px;
        }

        .slider-1 .slider-content p {
            font-size: 20px;
        }

    .page-title-1 h3 {
        font-size: 18px;
        font-weight: 400;
        color: #2b30a6;
    }

    .page-title-1 h4 {
        font-size: 30px;
        font-weight: 600;
        color: #23262d;
    }

    .bg-motto h2 {
        font-size: 46px;
        font-weight: 400;
    }
}


@media (max-width: 991.98px) {

    .slider-2 .swiper-slide-next + .swiper-slide .card {
        box-shadow: none !important;
    }

    .slider-3 .swiper-slide-next + .swiper-slide + .swiper-slide .card {
        box-shadow: none !important;
    }

    .card-3 .col:nth-child(1) .card, .card-3 .col:nth-child(3) .card, .card-3 .col:nth-child(4) .card {
        border: none;
    }

    .card-3 .col:nth-child(1) .card {
        border-bottom: 6px solid #2b30a6;
    }

    .card-3 .col:nth-child(3) .card {
        border-bottom: 6px solid #2b30a6;
    }

    .card-3 .col:nth-child(4) .card {
        border-bottom: 6px solid #2b30a6;
    }
    .slider-3 .swiper-pagination-bullet {
        width: 12px;
        height: 5px;
    }
    .slider-2 .swiper-pagination-bullet {
        width: 12px;
        height: 5px;
    }
}

@media (max-width: 767.98px) {
    .slider-1 {
        height: 100%;
    }

        .slider-1 .slider-content-gen {
            position: relative;
            height: auto;
            width: 100%;
            top: auto;
            left: 50%;
            transform: translate(-50%, 0%);
            -webkit-transform: translate(-50%, 0%);
            z-index: 2;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .slider-1 .slider-content h3 {
            font-size: 30px;
            color: #2b30a6;
        }

        .slider-1 .slider-content h2 {
            font-size: 30px;
            color: #2b30a6;
        }

        .slider-1 .slider-content p {
            font-size: 18px;
            color: #23262d;
        }

    .slider-2 .swiper-slide-next .card {
        box-shadow: none !important;
    }

    .slider-3 .swiper-slide-next + .swiper-slide .card {
        box-shadow: none !important;
    }
    .slider-3 .swiper-pagination-bullet {
        width: 12px;
        height: 5px;
    }

    .slider-2 .swiper-pagination-bullet {
        width: 12px;
        height: 5px;
    }
}

@media (max-width: 575.98px) {
    .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
        --bs-offcanvas-width: 100%;
    }
}
