﻿html,
body {
    position: relative;
    width: 100%;
    min-height: -webkit-fill-available;
    height: auto;
    margin: 0;
    padding: 0;
    /**/ overflow-x: hidden;
    scroll-behavior: smooth;
    color: #303030;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-stretch: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/** {
    -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;
}*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    /*    background: #e2302b;*/
    border-radius: 50rem;
    background: linear-gradient(to bottom, rgba(0,169,235,1) 2%,rgba(46,49,146,1) 100%);
}

a {
    color: #222222;
    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-f-size-14 {
    font-size: 14px;
    --bs-btn-padding-y: 7.5px;
}

.btn-f-size-16 {
    font-size: 16px;
    --bs-btn-padding-y: 11px;
}

.btn-f-size-18 {
    font-size: 16px;
    --bs-btn-padding-y: 11px;
}

.btn-f-size-20 {
    font-size: 20px;
    --bs-btn-padding-y: 3px;
}





.btn-blue-dark {
    color: #ffffff;
    background-color: #2e3192;
    border-color: #2e3192;
    font-weight: 500;
}

    .btn-blue-dark:hover {
        color: #ffffff;
        background-color: #00a9eb;
        border-color: #00a9eb;
    }

    .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: #00a9eb;
        border-color: #00a9eb;
    }

.btn-blue-light {
    color: #ffffff;
    background-color: #00a9eb;
    border-color: #00a9eb;
    font-weight: 500;
}

    .btn-blue-light:hover {
        color: #ffffff;
        background-color: #2e3192;
        border-color: #2e3192;
    }

    .btn-check:checked + .btn-blue-light, :not(.btn-check) + .btn-blue-light:active, .btn-blue-light:first-child:active, .btn-blue-light.active, .btn-blue-light.show, .btn-blue-light:focus-visible {
        color: #ffffff;
        background-color: #2e3192;
        border-color: #2e3192;
    }



.bg-blue-light {
    background-color: #edf9fe;
}


/*-------------------------------------------------*/






header {
    position: relative;
    width: 100%;
    margin-top: 16px;
    z-index: 16;
}






.navbar-gen {
    background: linear-gradient(to right, rgba(0,169,235,1) 50%,rgba(46,49,146,1) 50%);
    height: 100px;
}


.header-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /* margin-right: 8px;*/
    font-size: 14px;
    padding-right: 8px;
}



    .header-social li:last-child {
        padding-right: 12px;
        border-right: 1px solid rgb(255 255 255 / 0.20);
    }

    .header-social li a {
        display: block;
        color: #ffffff;
    }

        .header-social li a:hover {
            color: #2e3192;
        }

.header-phone li {
    position: relative;
    display: inline-block;
    color: #ffffff !important;
    padding-right: 8px;
    font-size: 14px;
}

    .header-phone li:first-child {
        padding-right: 12px;
    }

    .header-phone li a {
        display: block;
        color: #ffffff;
    }


        .header-phone li a:hover {
            color: #2e3192;
        }

.navbar-brand {
    position: absolute;
    height: auto;
    width: auto;
    margin-right: 0px;
    margin-top: 7px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}
















.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;
}

    .navbar-toggler h6 {
        position: absolute;
        margin-top: 4.5px;
        margin-left: -50px;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
    }

.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: .6s ease-in-out;
        -moz-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
    }

    .animated-icon span {
        background: #ffffff;
    }

        .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: #eaeaea;
        }

        .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: #eaeaea;
        }


.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: #000000;*/
    /*   box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.08);*/
    background: linear-gradient(135deg, rgba(0,169,235,1) 0%,rgba(46,49,146,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0px;
    padding-left: 0px;
    /*  border-left: 30px solid #7a1525;
    border-right: 30px solid #000000;*/
}

.disable-scroll-prog {
    overflow-y: hidden;
}

.navbar .navbar-collapse.show {
    visibility: visible;
    transform: translateX(0);
}




.navbar-mobil .nav-item .nav-link {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #eaeaea;
    padding-top: 0px;
    padding-bottom: 18px;
}

    .navbar-mobil .nav-item .nav-link:hover {
        color: rgba(46,49,146,1);
    }

.navbar-mobil .nav-item:last-child .nav-link {
    padding-bottom: 0px;
}

























.footer .container-fluid {
    background-color: #2e3192;
}

.footer-brand {
    position: relative;
}

    .footer-brand img {
    }


.footer-menu li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 26px;
}

    .footer-menu li:first-child {
        margin-left: 0px;
    }

    .footer-menu li a {
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
    }

        .footer-menu li a:hover {
            color: #00a9eb;
        }


.footer-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /* margin-right: 8px;*/
    font-size: 14px;
    padding-right: 8px;
}



    .footer-social li:last-child {
        padding-right: 12px;
        border-right: 1px solid rgb(255 255 255 / 0.20);
    }

    .footer-social li a {
        display: block;
        color: #ffffff;
    }

        .footer-social li a:hover {
            color: #00a9eb;
        }

.footer-phone li {
    position: relative;
    display: inline-block;
    color: #ffffff !important;
    padding-right: 8px;
    font-size: 14px;
}

    .footer-phone li:first-child {
        padding-right: 12px;
    }

    .footer-phone li a {
        display: block;
        color: #ffffff;
    }


        .footer-phone li a:hover {
            color: #00a9eb;
        }


.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

    .footer .copyright a {
        color: #6d6e71;
    }

        .footer .copyright a:hover {
            color: #2e3192;
        }


/*------------------------------*/
.slider-1 {
    position: relative;
    width: 100%;
    height: calc(100vh - 166px);
    z-index: 1;
    margin-top: 50px;
}

    .slider-1 .swiper-slide {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .slider-1 .bg-slider {
        position: absolute;
        width: 100%;
        height: 101%;
        top: -0.5%;
        bottom: -0.5%;
        right: -50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        background-image: url("../../../images/page/slider-bg.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
    }


    .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%;*/
        top: 44%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 2;
    }





    .slider-1 .slider-content h2 {
        font-size: 56px;
        font-weight: 500;
        color: #2e3192;
    }

    .slider-1 .slider-content p {
        font-size: 20px;
        font-weight: 400;
        color: #6d6e71;
    }

    .slider-1 .default-pag-nav {
        position: absolute;
        width: 100%;
        bottom: 16px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 3;
    }

    .slider-1 .swiper-pagination {
        text-align: left;
    }

    .slider-1 .swiper-pagination-bullet {
        width: 17px;
        height: 17px;
        border-radius: 50rem;
        margin-right: 6px;
        opacity: 1;
        border: 2px solid #00a9eb;
        background-color: transparent;
        -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: transparent;
            border: 2px solid #2e3192;
            -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: transparent;
        width: 37px;
        border: 2px solid #2e3192;
    }

        .slider-1 .swiper-pagination-bullet-active:hover {
            background-color: transparent;
            border: 2px solid #2e3192;
        }




.page-title h1 {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    color: #6d6e71;
    z-index: 1;
}

    .page-title h1:before {
        content: "";
        position: absolute;
        margin-left: -2px;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 40px solid #4fc5f2;
        z-index: -1;
    }


.content-1 p {
    font-weight: 400;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
}

    .content-1 p b {
        font-weight: 600;
    }

.content-1 h2 {
    font-weight: 600;
    font-size: 28px;
    color: #2e3192;
}

.content-1 h3 {
    font-weight: 600;
    font-size: 26px;
    color: #2e3192;
}

.content-1 h4 {
    font-weight: 600;
    font-size: 24px;
    color: #2e3192;
}

.content-1 h5 {
    font-weight: 600;
    font-size: 22px;
    color: #2e3192;
}

.content-1 h6 {
    font-weight: 600;
    font-size: 20px;
    color: #2e3192;
}




.card-1 .card {
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .card-1 .card .card-title {
        color: #2e3192;
        font-size: 24px;
        font-weight: 600;
    }

    .card-1 .card:hover .card-title {
        color: #4fc5f2;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


.card-2 .card {
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .card-2 .card img {
        border-radius: 0px;
    }

    .card-2 .card .card-body {
        padding: 0px;
        padding-top: 16px;
    }

    .card-2 .card .card-title {
        color: #2e3192;
        font-size: 18px;
        font-weight: 600;
    }

    .card-2 .card:hover .card-title {
        color: #4fc5f2;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .card-2 .card .card-text {
        color: #6d6e71;
        font-size: 16px;
        font-weight: 400;
    }

    .card-2 .card .wrap {
        position: relative;
    }

    .card-2 .card .card-image {
        overflow: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .card-2 .card .card-image img {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .card-2 .card:hover img {
        -webkit-transform: scale(1.2) rotate(-7deg);
        -moz-transform: scale(1.2) rotate(-7deg);
        -ms-transform: scale(1.2) rotate(-7deg);
        -o-transform: scale(1.2) rotate(-7deg);
        transform: scale(1.2) rotate(-7deg);
    }




.iletisim-content p {
    font-weight: 400;
    font-size: 16px;
}

    .iletisim-content p b {
        font-weight: 600;
    }


    .iletisim-content p a {
        color: #6d6e71;
    }

        .iletisim-content p a:hover {
            color: #2e3192;
        }


.form-control {
    background-color: rgb(46 49 146 / 0.10);
    border-color: rgb(46 49 146 / 0.10);
    border-radius: 0px;
    color: #6d6e71;
    resize: none;
}

::placeholder {
    font-size: 14px;
}


.form-control:focus {
    color: #2e3192;
    background-color: rgb(79 197 242 / 0.10);
    border-color: rgb(79 197 242 / 0.10);
    outline: 0;
    box-shadow: none;
}



.page-header {
    position: relative;
    margin-top: 50px;
    height: 210px;
    background-image: url('../../../images/page/page-bg.png');
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
}




.breadcrumb-1 .breadcrumb {
    font-size: 12px;
    font-weight: 500;
    color: #6d6e71;
    flex-wrap: inherit;
}

    .breadcrumb-1 .breadcrumb .swiper {
        width: 100%;
        height: 100%;
    }

    .breadcrumb-1 .breadcrumb .swiper-slide {
        width: auto;
    }



.breadcrumb-1 .breadcrumb-item a {
    color: #6d6e71;
}

    .breadcrumb-1 .breadcrumb-item a:hover {
        color: #2e3192;
    }

.breadcrumb-1 .breadcrumb-item.active {
    color: #2e3192;
}

.breadcrumb-1 .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    width: 20px;
    text-align: center;
    color: #6d6e71;
}


















* {
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1499.98px) {
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {



    .slider-1 .bg-slider {
        position: absolute;
        width: 100%;
        background-size: auto;
        right: -20%;
        background-position: right center;
    }

    .slider-1 .slider-content h2 {
        font-size: 30px;
    }

    .slider-1 .slider-content p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .header-social li:last-child {
        padding-right: 0;
        border-right: none;
    }

    .header-phone {
        display: none;
    }

    .navbar-gen {
        height: 60px;
    }

    .navbar-brand img {
        height: 80px;
    }

    .navbar-brand {
        position: absolute;
        height: auto;
        width: auto;
        margin-right: 0px;
        margin-top: 4px;
    }

    .navbar-toggler h6 {
        display: none;
    }

    .slider-1 {
        height: calc(100vh - 106px);
        margin-top: 30px;
    }


        .slider-1 .bg-slider {
            position: absolute;
            width: 100%;
            background-size: auto;
            right: -20%;
            background-position: right center;
        }

        .slider-1 .slider-content h2 {
            font-size: 30px;
        }

        .slider-1 .slider-content p {
            font-size: 16px;
        }

    .page-title h1 {
        font-size: 32px;
    }

    .page-header {
        margin-top: 30px;
        height: 140px;
    }


    .page-title h1:before {
        content: "";
        position: absolute;
        margin-left: -2px;
        margin-top: -2px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 32px solid #4fc5f2;
        z-index: -1;
    }
}


@media (max-width: 767.98px) {


    .slider-1 {
        height: 100%;
        margin-top: 30px;
    }

        .slider-1 .swiper-slide img {
            height: 400px;
        }

        .slider-1 .bg-slider {
            position: absolute;
            width: 100%;
            background-size: auto;
            right: -20%;
            background-position: right center;
        }


        .slider-1 .slider-content-gen {
            position: relative;
            height: auto;
            width: 100%;
            top: 0px;
            margin-top: 20px;
            left: auto;
            transform: none;
            -webkit-transform: none;
            z-index: 2;
        }

        .slider-1 .slider-content h2 {
            font-size: 30px;
        }

        .slider-1 .slider-content p {
            font-size: 16px;
        }

        .slider-1 .default-pag-nav {
            display: none;
        }
}

@media (max-width: 575.98px) {
}


@media (min-width: 1199.98px) {
    .slider-1 .slider-content h2 {
        font-size: 37px;
        font-weight: 500;
        color: #2e3192;
    }

    .slider-1 .slider-content p {
        font-size: 18px;
        font-weight: 400;
        color: #6d6e71;
    }
}
