*, html {
    outline: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

body {
    font-family: 'Montserrat', sans-serif !important;
    /*font-family: 'Poppins', sans-serif;*/
    color: #000;
    font-size: 15px;
    background-color: #fff;
}

.body {
    margin: 0;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
}

a {
    color: #777;
    text-decoration: none;
}

    a:hover {
        color: #0b4874 !important;
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    color: #222;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 1030;
    border-bottom: 1px solid rgba(0,0,0,0.2)
}

.header-body {
    height: auto !important;
    width: 100%;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    background: #FFF;
    transition: min-height 0.3s ease;
}

.header-container {
    position: relative;
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height 300ms;
}

.header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
}

.header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
    justify-content: inherit;
}

.header-top {
    display: flex;
    align-items: center;
    min-height: 47px;
}

.header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center;
}

.header-social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

    .header-social-icons li {
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        overflow: visible;
        border-right: 1px solid rgba(255,255,255,0.1)
    }

        .header-social-icons li:last-child {
            border-right: 0;
        }

        .header-social-icons li a {
            transition: all 0.2s ease;
            height: 28px;
            line-height: 28px;
            width: 28px;
            text-align: center;
            color: #fff !important;
            text-decoration: none;
            font-size: 12.8px;
            font-size: 0.8rem;
        }

            .header-social-icons li a img {
                opacity: 1;
                margin-right: 10px;
                margin-top: -3px;
            }

.header-logo {
    margin: 1rem 0;
    position: relative;
    z-index: 1;
}

.header-nav {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 0;
}

    .header-nav nav {
        width: 100%;
    }

    .header-nav .nav {
        width: 100%;
    }

        .header-nav .nav li {
            display: inline-block;
            text-align: center;
            line-height: 24px;
            position: relative;
        }

            .header-nav .nav li a {
                float: left;
                display: inline-block;
                width: 100%;
                padding: 0 .6rem;
                color: #0b4874;
                font-size: 14px;
                font-weight: 600;
                transition: ease 0.3s;
                border-right: 1px solid rgba(0,0,0,0.07);
            }


                .header-nav .nav li a:hover {
                    text-decoration: none;
                    color: #000 !important;
                }

                .header-nav .nav li a.active {
                    text-decoration: none;
                    color: #0b4874 !important;
                    font-weight: 700;
                }

            .header-nav .nav li .menu-parent-link {
                float: left;
                display: inline-block;
                width: 100%;
                padding: 0 .6rem;
                color: #0b4874;
                font-size: 14px;
                font-weight: 600;
                transition: ease 0.3s;
                border-right: 1px solid rgba(0,0,0,0.07);
                cursor: pointer;
            }

                .header-nav .nav li .menu-parent-link::after {
                    content: "";
                    display: inline-block;
                    margin-left: 8px;
                    vertical-align: middle;
                    border-left: 4px solid transparent;
                    border-right: 4px solid transparent;
                    border-top: 5px solid currentColor;
                }

            .header-nav .nav li.nav-item-has-children:hover > .menu-parent-link,
            .header-nav .nav li.nav-item-has-children:focus-within > .menu-parent-link {
                color: #000 !important;
            }

            .header-nav .nav li .nav-submenu {
                position: absolute;
                top: 100%;
                left: 0;
                min-width: 220px;
                margin: 0;
                padding: 12px 0;
                list-style: none;
                background-color: #fff;
                box-shadow: 0 16px 34px rgba(0,0,0,0.12);
                opacity: 0;
                visibility: hidden;
                transform: translateY(10px);
                transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
                z-index: 20;
            }

            .header-nav .nav li.nav-item-has-children:hover .nav-submenu,
            .header-nav .nav li.nav-item-has-children:focus-within .nav-submenu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }

            .header-nav .nav li .nav-submenu li {
                display: block;
                text-align: left;
                line-height: 1.4;
            }

                .header-nav .nav li .nav-submenu li a {
                    float: none;
                    display: block;
                    padding: 10px 18px;
                    border-right: 0;
                    white-space: nowrap;
                }

                    .header-nav .nav li .nav-submenu li a:hover {
                        background-color: #f7f7fb;
                    }

.main {
    margin-top: 121px;
}

.mt-151 {
    margin-top: 151px !important;
}

.slide-containerr {
    position: relative;
    height: calc(100vh - 120px);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.slogan {
    height: 306.36px;
    padding-top: 82px !important;
}

footer {
    color: #777 !important
}

.text-1 {
    font-size: .8em !important;
}

.text-2 {
    font-size: .9em !important;
}

.text-3 {
    font-size: 1em !important;
}

.text-3-4 {
    font-size: 1.1em !important;
}

.text-4 {
    font-size: 1.2em !important;
}

.text-4-5 {
    font-size: 1.35em !important;
}

.text-5 {
    font-size: 1.50em !important;
}

.text-5-6 {
    font-size: 1.65em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.text-7 {
    font-size: 2em !important;
}

.text-8 {
    font-size: 2.30em !important;
}

.text-9 {
    font-size: 2.50em !important;
}

.text-10 {
    font-size: 2.75em !important;
}

.text-11 {
    font-size: 3em !important;
}

.text-12 {
    font-size: 3.5em !important;
}

.text-13 {
    font-size: 4em !important;
}

.text-14 {
    font-size: 4.5em !important;
}

.text-15 {
    font-size: 5em !important;
}













@media (max-width:767px) {
    .body {
        margin: 0;
        width: auto;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .header {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .header-logo {
        margin: 0;
        position: relative;
        z-index: 1;
    }

        .header-logo img {
        }

    .slide-containerr {
        height: calc(100vh - 150px);
        padding: 0;
    }

    .mobil-menu-btn {
        margin-right: 10px;
    }

        .mobil-menu-btn:hover {
            cursor: pointer;
        }

    .header-nav {
        position: absolute;
        top: -10px;
        right: 0;
        width: 0;
        height: 100vh;
        background-color: rgba(47,37,131,0.9);
        z-index: 99999999;
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: center;
        min-height: 70px;
        flex-direction: column;
        padding: 0;
        transition: 0.5s;
    }

        .header-nav .nav {
            display: block !important;
        }

    .menu-opened {
        width: 100%;
    }

    .header-nav .nav li {
        display: block !important;
        text-align: center;
        line-height: 24px;
    }

        .header-nav .nav li a {
            float: left;
            display: block !important;
            width: 100%;
            padding: 12px 15px;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            opacity: 0;
            transition: 0.8s;
        }

            .header-nav .nav li a:hover {
                text-decoration: none;
            }

        .header-nav .nav li .menu-parent-link {
            float: left;
            display: block !important;
            width: 100%;
            padding: 12px 15px 6px 15px;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            opacity: 0;
            transition: 0.8s;
            border-right: 0;
        }

            .header-nav .nav li .menu-parent-link::after {
                border-top-color: #fff;
            }

        .header-nav .nav li .nav-submenu {
            position: static;
            top: auto;
            left: auto;
            min-width: 100%;
            padding: 0 0 12px 0;
            background-color: transparent;
            box-shadow: none;
            opacity: 1;
            visibility: visible;
            transform: none;
        }

            .header-nav .nav li .nav-submenu li {
                text-align: center;
            }

                .header-nav .nav li .nav-submenu li a {
                    padding: 8px 15px;
                    color: #fff;
                    font-size: 16px;
                    border-right: 0;
                    opacity: 0;
                }

    .header-nav.menu-opened .nav li a {
        opacity: 1;
    }

    .header-nav.menu-opened .nav li .menu-parent-link,
    .header-nav.menu-opened .nav li .nav-submenu li a {
        opacity: 1;
    }

    .mobil-menu-btn-close {
        margin-top: -50px;
        margin-bottom: 50px;
        opacity: 0;
        transition: all 0.5s;
    }

        .mobil-menu-btn-close:hover {
            cursor: pointer;
        }

    .header-nav.menu-opened .mobil-menu-btn-close {
        opacity: 1;
    }

    .slogan {
        height: auto;
        padding-top: 25px !important;
    }

    .main {
        margin-top: 92px;
    }

    .mt-151 {
        margin-top: 92px !important;
    }

    .plx-15 {
        padding-left: 15px !important;
    }

    .prx-15 {
        padding-right: 15px !important;
    }

    .header-nav .nav li a.active {
        text-decoration: none; 
        font-weight: 700;
    }
}

.bg-color-primary {
    background-color: #0b4874 !important;
}

.bg-color-primary-80 {
    background-color: rgba(47,37,131,0.8) !important;
}
/* Line Height */
.line-height-initial {
    line-height: initial !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-1-1 {
    line-height: 1.1 !important;
}

.line-height-2 {
    line-height: 1.2 !important;
}

.line-height-3 {
    line-height: 1.3 !important;
}

.line-height-4 {
    line-height: 1.4 !important;
}

.line-height-5 {
    line-height: 1.5 !important;
}

.line-height-6 {
    line-height: 1.6 !important;
}

.line-height-7 {
    line-height: 1.7 !important;
}

.line-height-8 {
    line-height: 1.8 !important;
}

.line-height-9 {
    line-height: 1.9 !important;
}



/* Box Shadow */
.box-shadow-1 {
    box-shadow: 0px 1px 10px #bbb;
    transition: all 0.2s ease-in-out;
}


.box-shadow-2 {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
}

.box-shadow-3 {
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.box-shadow-4 {
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}


.anim1 {
    animation: expand .8s ease forwards;
}

@keyframes slideIn {
    0% {
        transform: translateX(500px) scale(.2);
    }

    100% {
        transform: translateX(0px) scale(1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(300px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes expand {
    0% {
        transform: translateX(1400px);
    }

    100% {
        transform: translateX(0px);
    }
}


.onceki-yazi {
    float: left;
    padding: 8px 10px;
    text-align: center;
    line-height: 25px;
    border: 1px solid grey;
    transition: all .3s
}

    .onceki-yazi:hover {
        border-color: #912110
    }

.onceki-yazi-baslik-alani {
    float: left;
    margin-left: 10px;
    display: grid;
    line-height: 20px
}

    .onceki-yazi-baslik-alani .ust-baslik {
        float: left;
        display: block;
        font-weight: 600;
        font-size: 11px;
        color: grey
    }

    .onceki-yazi-baslik-alani .alt-baslik {
        float: left;
        display: block;
        color: grey;
        font-size: 13px
    }

.sonraki-yazi {
    float: right;
    padding: 8px 10px;
    text-align: center;
    line-height: 25px;
    border: 1px solid grey;
    transition: all .3s
}

    .sonraki-yazi:hover {
        border-color: #912110
    }

.sonraki-yazi-baslik-alani {
    float: right;
    margin-right: 10px;
    display: grid;
    line-height: 20px
}

    .sonraki-yazi-baslik-alani .ust-baslik {
        float: right;
        display: block;
        font-weight: 600;
        font-size: 11px;
        color: grey
    }

    .sonraki-yazi-baslik-alani .alt-baslik {
        float: right;
        display: block;
        color: grey;
        font-size: 13px
    }

@media (max-width:767px) {
    .onceki-yazi {
        padding: 8px 5px
    }

    .onceki-yazi-baslik-alani .alt-baslik {
        font-size: 10px
    }

    .sonraki-yazi {
        padding: 8px 5px
    }

    .sonraki-yazi-baslik-alani .alt-baslik {
        font-size: 10px
    }
}


.bg-dark {
    background-color: #000 !important;
}

.bg-light-dark {
    background-color: #111 !important
}

.btn-hatipoglu {
    padding: 8px;
    width: 140px;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 100px;
    border: 1px solid #ccc;
    background-color: #fff;
}

    .btn-hatipoglu:hover {
        cursor: pointer;
    }

.project-list-card {
    position: relative;
}

    .project-list-card.box-shadow-1:before {
        pointer-events: none;
    }

    .project-list-card .project-list-link,
    .project-list-card h3,
    .project-list-card p {
        position: relative;
        z-index: 2;
    }
