﻿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: #202020;
    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: #8dc6e8;
    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 #417a9c;
    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: #417a9c !important;
    opacity: 0.3 !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #8dc6e8;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: #417a9c;
    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;
}

.bg-blue {
    background-color: #8dc6e8;
}

.btn-14 {
    font-size: 16px;
    font-weight: 200;
    padding-top: 11px;
    padding-bottom: 11px;
}

.btn-blue {
    color: #417a9c;
    background-color: #8dc6e8;
    border-color: #8dc6e8;
    font-weight: 700;
}

    .btn-blue:hover {
        color: #ffffff;
        background-color: #417a9c;
        border-color: #417a9c;
    }

    .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: #ffffff;
        background-color: #417a9c;
        border-color: #417a9c;
    }



.btn-blue-dark {
    color: #ffffff;
    background-color: #417a9c;
    border-color: #417a9c;
    font-weight: 700;
}

    .btn-blue-dark:hover {
        color: #ffffff;
        background-color: #204c67;
        border-color: #204c67;
    }

    .btn-check:checked + .btn-blue-dark, :not(.btn-check) + .btn-blue-dark:active, .btn-blue-dark:first-child:active, .btn-blue-dark.active, .btn-blue-dark.show, .btn-blue-dark:focus-visible {
        color: #ffffff;
        background-color: #204c67;
        border-color: #204c67;
    }







header {
    position: relative;
    top: -92px;
    z-index: 1;
}




.navbar-fixed {
    position: fixed !important;
    top: 0px !important;
    background-color: #ffffff !important;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.navbar-gen {
    background-color: rgb(255 255 255 / 0.50);
    transition: 0.3s ease-in-out;
}

.navbar {
    width: 100%;
    z-index: 0;
    position: relative;
}

.navbar-expand-xl {
    flex-wrap: wrap;
    align-items: start;
}




.navbar .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 0px 19px;
    position: relative;
}

.navbar .active .nav-link {
    color: #000000;
}

    .navbar .active .nav-link:hover {
        color: #23262d;
    }

.navbar .nav-link:hover {
    color: #23262d;
}

.navbar .active .nav-link:before {
    position: absolute;
    content: "";
    width: calc(100% - 38px);
    height: 2px;
    bottom: -35px;
    border-radius: 50rem;
    background-color: #000000;
}










.bg-footer {
    background-color: #8dc6e8;
}

.footer-brand {
    filter: brightness(0) invert(1);
}



.footer-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    min-width: 36px;
    line-height: 36px;
    color: #417a9c !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: #417a9c;
    }

    .footer-social li:hover {
        color: #204c67;
        transition: 0.3s ease-in-out;
    }

        .footer-social li:hover a {
            color: #204c67;
        }

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #202020;
}

    .footer .copyright a {
        color: #417a9c;
    }

        .footer .copyright a:hover {
            color: #8dc6e8;
        }




.slider-1 {
    position: relative;
    width: 100%;
    height: 100vh;
    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 h2 {
        font-size: 50px;
        font-weight: 700;
        color: #f2eee2;
        margin-bottom: 0px;
    }



    .slider-1 .default-pag-nav {
        position: absolute;
        width: 100%;
        top: 40px;
        left: 0px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 3;
    }

    .slider-1 .swiper-pagination {
        text-align: center;
        padding: 0 12px;
    }

    .slider-1 .swiper-pagination-bullet {
        width: 20px;
        height: 6px;
        border-radius: 0rem;
        margin-right: 10px;
        opacity: 1;
        background-color: #ffffff;
        -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-1 .swiper-pagination-bullet:hover {
            background-color: #204c67;
            -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-1 .swiper-pagination-bullet-active {
        background-color: #8dc6e8;
    }

        .slider-1 .swiper-pagination-bullet-active:hover {
            background-color: #204c67;
        }


.page-title-1 h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fffff6;
}

.page-title-1 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #202020;
}

.page-title-1 h3 {
    font-size: 40px;
    font-weight: 600;
    color: #417a9c;
}

.page-title-1 h4 {
    font-size: 30px;
    font-weight: 400;
    color: #4e4e4e;
}

.page-title-1 h5 {
    font-size: 30px;
    font-weight: 600;
    color: #417a9c;
}



.content-1 p i {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4e4e4e;
}

.content-1 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4e4e4e;
}

.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%;
    }







.slider-2 {
    position: relative;
    width: 100%;
    height: 100;
    z-index: 0;
    margin-top: 0px;
}

    .slider-2 .swiper-slide {
        width: 100%;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
        z-index: 0;
    }




    .slider-2 .default-pag-nav {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 1;
    }

    .slider-2 .swiper-pagination {
        text-align: left;
        padding: 0 12px;
    }

    .slider-2 .swiper-pagination-bullet {
        width: 20px;
        height: 6px;
        border-radius: 0rem;
        margin-right: 10px;
        opacity: 1;
        background-color: #e5e5e5;
        -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: #204c67;
            -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: #8dc6e8;
    }

        .slider-2 .swiper-pagination-bullet-active:hover {
            background-color: #204c67;
        }



.table-ozellik tr td:last-child {
    text-align: right;
}



.form-control {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    color: #202020;
    resize: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

::placeholder {
    font-size: 12px;
}

.form-check{
    padding-left: 48px;
}
    .form-check .form-check-input{
        margin-left: -48px;
    }
    .form-control:focus {
        color: #417a9c;
        background-color: #ffffff;
        border-color: #ffffff;
        outline: 0;
        box-shadow: none;
    }



.form-control-check .form-check-input:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}


.form-control-check .form-check-input {
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background-image: none;
  

}
   
    .form-control-check .form-check-label {
        font-family: 'Roboto', sans-serif;
        color:#417a9c;
    }

.form-control-check .form-check-label-14 {
    font-size: 14px;
    line-height: 1.33;
    margin-top: 2px;
    /*margin-left: 4px;*/
}
.form-control-check-iletisim .form-check-label-14 {
    font-size: 14px;
    line-height: 1.33;
    margin-top: 12px;
    /*margin-left: 4px;*/
}

.form-control-check .form-check-label a {
    color: #417a9c;
    text-decoration: underline;
}

.form-control-check .form-check-label a {
    color: #417a9c;
    text-decoration: underline;
}

    .form-control-check .form-check-labe a:hover {
        color: #204c67;
    }

.form-control-check .form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff;
  
}
    .form-control-check .form-check-input:checked:before {
        position: absolute;
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        color: #8dc6e8;
        margin-left: 7px;
        margin-top: 2px;
    }


.img-teklif{
   object-fit: cover;
   height: 100%;
}



.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;
    margin-top: 92px;
}

.iletisim-content span {
    font-size: 14px;
    font-weight: 500;
    color:#417a9c;
}













/*


.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);
}

.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: #417a9c;
        }

            .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: #204c67;
            }

            .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: #204c67;
            }


    .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: #8dc6e8;
        /*   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;
    }

    header {
        position: relative;
        top: -76px;
        z-index: 1;
    }

    .navbar-fixed {
        position: fixed !important;
        top: 0px !important;
        background-color: #f3f3f3 !important;
    }


    .navbar-gen {
        background-color: rgb(255 255 255 / 0.50);
    }

    .navbar-brand img {
        width: 150px;
    }

    .navbar .nav-item {
        margin-right: 0px;
        padding: 6px 50px;
    }



        .navbar .nav-item .nav-link {
            font-size: 22px;
            font-weight: 400;
            position: relative;
            color: #417a9c;
        }

            .navbar .nav-item .nav-link:hover {
                color: #204c67;
            }



    .navbar .active .nav-link:before {
        display: none;
    }

    .footer-brand img {
        width: 160px;
    }

    .slider-1 {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        margin-top: 0px;
    }

        .slider-1 .slider-content h2 {
            font-size: 36px;
        }
    .page-title-1 h1 {
        font-size: 30px;
    }
    .page-title-1 h2 {
        font-size: 30px;
    }

    .page-title-1 h3 {
        font-size: 30px;
    }

    .page-title-1 h4 {
        font-size: 24px;
    }
    .page-title-1 h5 {
        font-size: 26px;
    }

    .content-1 p i {
        font-size: 16px;
        line-height: 22px;
    }

    .content-1 p {
        font-size: 16px;
        line-height: 22px;
    }
  
}


@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    .slider-1 .slider-content-gen {
        top: 38%;
    }

    .slider-1 .slider-content h2 {
        font-size: 26px;
    }
    .form-control-check-iletisim .form-check-label-14 {
        margin-top: 2px;
    }
}

@media (max-width: 575.98px) {
    .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
        --bs-offcanvas-width: 100%;
    }
   
}
