﻿body {
    font-family: Inter, sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

b, strong {
    font-weight: bolder !important;
}


#navbar {
    padding: 10px;
    color: #fff;
    position: fixed;
    width: 100%;
    transition: .5s;
   
}

button {
    border: 0;
}

header {
    display: none;
}

.header.fixed-top {
    background-color: #EC5851;
    transition: .5s;
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid #34495e;
}

.temp3menubar {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    top: 0;
}

.temp3logo img {
    height: 90px;
    margin-top: 10px;
}


.offcanvas.show {
    transform: none;
    visibility: visible;
}

.slider2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.aboutpage3 {
    line-height: 30px;
    background-color: #f7f7f7;
    margin: 5% 0px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.slider-item {
    position: absolute;
    background-size: cover;
    width: inherit;
    height: inherit;
    scale: 1.5;
    transition: 2s;
}

.content {
    position: fixed;
    left: 8vw;
    top: 30vh;
    color: #fff;
    font-size: 1rem;
    background-color: #00000070;
    padding: 2%;
}

    .content > * {
        opacity: 0;
        translate: 0 -50%;
        transition: 1s;
    }

    .content .title {
        transition-delay: 2s;
    }

    .content .text {
        transition-delay: 2.5s;
    }

    .content.show > * {
        opacity: 1;
        translate: 0;
    }

.title {

    font-size: 25px;
    margin-bottom: 15px;
    color: black;
}

.title h1{
    font-size: 25px;
    margin-bottom: 15px;
    color: black;
}


.content .btitle {
    font-size: 25px;
    margin-bottom: 15px;
}

.content .text {
    color: white;
    font-size: 20px;
    margin-top: 20px;
}


.homeContact {
    text-decoration: none;
    outline: none;
    border: 0;
    background-color: #EC5851;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    transition: .2s;
}

    .homeContact:hover {
        color: #EC5851;
        background-color: white;
        transition: .2s;
    }

.navLink {
    color: rgba(255, 255, 255, 0.664);
    font-size: 40px;
    text-decoration: none;
    cursor: pointer;
}

    .navLink:hover {
        color: white !important;
    }


.altCizgi {
    width: 0px;
    border-bottom: 2px solid #EC5851;
    transition: .5s;
}

#Cizgi:hover .altCizgi {
    border-bottom: 2px solid #EC5851;
    width: 300px;
    transition: .5s;
}

.önLogo {
    width: 130px;
}

.navAdres {
    color: rgba(255, 255, 255, 0.801);
    text-align: right;
}



#ustnav {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    /* Açılma/kapanma süresini belirler */
}

    #ustnav.acik {
        height: 100vh;
        /* Açıkken tam ekran yüksekliği */
    }

#navAc i {
    color: white;
    font-size: 50px;
    padding-left: 20px;
}

#closeContact {
    height: 25px;
    width: 25px;
    color: white;
    font-size: 50px;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    left: 0;
}

.contactText {
    font-size: 45px;
    color: rgba(255, 255, 255, 0.741);
}

#ustiletisim input, #ustiletisim textarea {
    border: 0;
    color: white;
    text-decoration: none;
    outline: none;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgb(255, 255, 255);
    width: 100%;
    resize: none;
}

    #ustiletisim input:focus,
    textarea:focus {
        background-color: rgba(255, 255, 255, 0.056);
        transition: .2s;
        border-bottom: 2px solid #EC5851;
    }

.contactSubmit {
    width: 100%;
    background-color: #EC5851;
    padding:15px 10px;
    color: white;
    font-size: 18px;
    margin-top:10px;
}

#Cizgi {
    position: relative;
    width: 75%;
    margin-bottom: 15px;
}

    #Cizgi .temp3altmenu {
        display: none;
    }

    #Cizgi:hover .temp3altmenu {
        display: block;
        background-color: #fff;
        position: absolute;
        width: 40%;
        height: auto;
        padding: 10px;
        right: 0;
        top: 0;
    }

.contactSubmit:hover {
    background-color: white;
    color: #EC5851;
    transition: .3s;
}

.contactustext {
    color: #fff;
    font-size: 50px;
}

.onSayfaUrun {
    background-color: rgba(0, 0, 0, 0.581);
    height: 100%;
    width: 50%;
    display: inline-block;
    z-index: 999;
    position: absolute;
    left: 0;
    transition: .5s;
}

.onSayfaUrunSag {
    background-color: rgba(0, 0, 0, 0.581);
    height: 100%;
    width: 50%;
    z-index: 999;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: .5s;
}

#urunHover {
    overflow: hidden;
    cursor: pointer;
}

    #urunHover:hover .onSayfaUrun {
        width: 100%;
        transition: .5s;
    }


    #urunHover:hover .onSayfaUrunSag {
        width: 100%;
        transition: .5s;
    }

    #urunHover:hover .onUrunText {
        display: none;
    }

    #urunHover:hover .onUrunText {
        display: none;
    }

    #urunHover:hover #urunHoverText {
        display: block !important;
    }


.onUrunText {
    color: white;
    font-size: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .önLogo {
        width: 140px;
        margin-top: 10px !important;
    }

    .onUrunText {
        font-size: 15px;
    }

    #urunHoverText {
        opacity: 0;
    }

    .bx-down-arrow-alt {
        display: none;
    }

    .contactustext {
        color: #fff;
        font-size: 20px;
    }

    #ustiletisim.acik {
        width: 100%;
        /* Açıkken tam ekran yüksekliği */
    }

    #ustiletisim input,
    textarea {
        font-size: 15px;
        margin-top: 15px;
    }

    .contactSubmit {
        height: 40px;
        width: 100px;
    }

    .homeContact {
        font-weight: bolder;
        font-size: 18px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .fa-bars {
        font-size: 30px;
    }

    .content {
        position: fixed;
        left: 4vw;
        top: 40vh;
        color: #fff;
        font-size: 2rem;
        height: 30%;
        width: 90%;
    }

    .navLink {
        font-size: 100px;
    }

    .navAdres {
        right: 0;
        font-size: 12px;
        margin-bottom: 30px;
        margin-right: 50px;
    }

    .navAdres {
        display: none;
    }
}



.onLogo {
    width: 20%;
}

@media only screen and (max-width: 700px) {
    .navLink {
        font-size: 50px;
    }

    .onLogo {
        width: 75px;
    }

    .homeContact {
        font-weight: bolder;
        font-size: 14px;
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}


/*Hakkımızda CSS*/


.about-title
{
    font-size:30px;
    font-weight:600;
    margin-bottom:20px;
}

.ana-hak {
    display: none;
}

.intro {
    position: relative;
    width: 100%;
    height: 100vh;
}

.leftbs {
    float: left;
    height: 100%;
    width: 60%;
    padding: 3rem 3rem 3rem 5rem;
    display: table;
}

    .leftbs > div {
        display: table-cell;
        vertical-align: middle;
    }

.SLSLS {
    color: #E8CA2B;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-family: sans-serif;
    margin-bottom: 4rem;
}

.h1bs {
    font-size: 3rem !important;
    margin-bottom: 3rem !important;
}

    .h1bs + .ps1 {
        color: #949494 !important;
        font-size: 1.6rem !important;
        margin-bottom: 4rem !important;
    }

.ps1 {
    font-size: 1.6rem;
    color: #000;
}

.sliderbs {
    float: right;
    position: relative;
    width: 40%;
    height: 100%;
}

    .sliderbs li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: clip .7s ease-in-out, z-index 0s .7s;
        clip: rect(0, 100vw, 100vh, 100vw);
        display: table;
    }

.center-y {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.h3bs {
    font-size: 5rem;
    font-style: italic;
}

.h3bs {
    font-size: 1.6rem;
    display: inline-block;
    color: #fff;
    margin-top: 2rem;
}

.h3bs {
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}

li.current .h3bs, li.current .h3bs + a {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
    clip: rect(0, 0, 100vh, 0);
}

.sliderbs .navbs {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.navbs a {
    display: inline-block;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 12px;
    min-height: 12px;
    background: #fff;
    margin: 0 1rem;
    transition: transform .3s;
}

a.current_dot {
    transform: scale(1.4);
}

@media screen and (max-width: 700px) {
    .leftbs {
        width: 100%;
        height: 30%;
    }

    .sliderbs {
        width: 100%;
        height: 70%;
    }
}


.go_dty {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    padding: 10px 13px;
    border-radius: 5px;
    background-color: #2A186E;
    transition: 200ms;
}

    .go_dty:hover {
        color: #ffffff;
        background-color: #2a186ecf;
        transition: 200ms;
    }


/*Ürünlerin CSS*/

.hib-links {
    position: relative;
    display: block;
}

.hib-links-grid {
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hib-link, .hib-links-grid {
    display: -webkit-box;
    display: flex
}

.hib-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center
}

    .hib-link, .hib-link:focus, .hib-link:hover {
        color: #fff
    }

        .hib-link:focus .hib-link-image, .hib-link:hover .hib-link-image {
            opacity: .6;
            -webkit-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05)
        }

.hib-link-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    -webkit-transition: 2.5s ease-out;
    -o-transition: 2.5s ease-out;
    transition: 2.5s ease-out;
    width: 100%;
    will-change: transform;
    z-index: 1
}

.hib-link-text {
    padding: 0 30px;
    position: relative;
    text-shadow: 0 0 25px rgba(0,0,0,.8);
    z-index: 5
}

    .hib-link-text .caps {
        font-size: 20px;
        width: 70%;
        margin: 0 auto;
        font-weight: 400;
        line-height: 25px;
        margin-top: 15px;
    }

    .hib-link-text h2 {
        font-size: 50px;
    }

.hib-link .ms-underline-button {
    bottom: 30px;
    position: absolute;
    z-index: 5
}

.hib-link-12 {
    height: 600px;
    margin-bottom: 75px;
    min-width: 100%;
    width: 100%
}

.hib-link-1 {
    height: 630px;
    margin-bottom: 150px;
    min-width: 48%;
    width: 48%
}

.hib-link-2 {
    height: 730px;
    margin-bottom: 150px;
    min-width: 48%;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    width: 48%
}

.hib-link-3, .hib-link-4, .hib-link-6 {
    height: 630px;
    margin-bottom: 150px;
    min-width: 48%;
    width: 48%
}

.hib-link-4 {
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px)
}

.hib-link-5 {
    height: 730px;
    margin-top: -100px;
    min-width: 48%;
    width: 48%
}

@media(max-width: 1159.98px) {
    .hib-link-12 {
        height: 500px
    }

    .hib-link-1 {
        height: 500px;
        margin-bottom: 100px
    }

    .hib-link-2 {
        height: 600px;
        margin-bottom: 100px;
        -webkit-transform: translateY(75px);
        -o-transform: translateY(75px);
        transform: translateY(75px)
    }

    .hib-link-3 {
        height: 500px;
        margin-bottom: 100px
    }

    .hib-link-4 {
        height: 600px;
        margin-bottom: 100px
    }

    .hib-link-5 {
        height: 500px
    }

    .hib-link-6 {
        height: 600px;
        margin-bottom: 100px
    }
}

@media(max-width: 1023.98px) {
    .hib-link-12 {
        height: 400px;
        margin-bottom: 50px
    }

    .hib-link-1 {
        height: 400px;
        margin-bottom: 75px
    }

    .hib-link-2 {
        height: 500px;
        margin-bottom: 100px;
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        width: 48%
    }

    .hib-link-3 {
        height: 400px;
        margin-bottom: 75px
    }

    .hib-link-4 {
        height: 500px;
        margin-bottom: 75px;
        width: 48%
    }

    .hib-link-5 {
        height: 400px
    }

    .hib-link-6 {
        height: 500px;
        margin-bottom: 75px;
        width: 48%
    }
}

@media(max-width: 767.98px) {
    .hib-link {
        height: 70vw;
        margin-bottom: 20px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%
    }

        .hib-link .ms-underline-button {
            bottom: 4%
        }

    .hib-link-image {
        opacity: .6
    }
}

.product-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

/*Footer css*/

.mb-sm-1_5 {
    margin-bottom: 30px !important;
}

.bg-sw {
    background-color: #f9f8f3;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

    .footer-menu li {
        color: #54585a
    }

        .footer-menu li + li {
            margin-top: 5px
        }

        .footer-menu li a {
            color: inherit
        }

            .footer-menu li a:focus, .footer-menu li a:hover {
                color: #1d2328
            }

.footer-socials {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

    .footer-socials li + li {
        margin-left: 10px;
        margin-top: 0
    }

    .footer-socials a {
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        display: -webkit-box;
        display: flex;
        height: 40px;
        justify-content: center;
        width: 40px
    }

        .footer-socials a:focus, .footer-socials a:hover {
            background-color: #fff
        }

        .footer-socials a svg {
            height: 20px;
            width: auto
        }

            .footer-socials a svg path {
                fill: #dd7f41
            }

.footer3ust {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    padding: 1%;
    background-color: #f9f8f3;
    border-top: 1px solid #dee2e6 !important;
}


    .footer3ust .hero-section {
        position: relative;
        overflow: hidden;
        font-size: 30px;
        font-weight: 300;
    }


.main-footer {
    position: relative;
    display: block;
    color:#fff;
}


/*CV Gönder css*/

.cvgonderbg {
    position: relative;
    padding: 50px 0px;
    margin: 0;
    display: none;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 45px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 45px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 999;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }


.newsbg {
    position: relative;
}

    .newsbg h3 {
        color: #333;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .newsbg .form-news {
        position: relative;
    }

.form-control-news {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.newsbg .form-news .btn-newsletter {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #0054A6;
    border: 1px solid #0054A6;
    padding: 10px 20px;
    color: #fff;
    transition: all 1s;
    border-radius: 0;
    z-index: 999;
}

    .newsbg .form-news .btn-newsletter:hover {
        background-color: #012e5c;
        border: 1px solid #012e5c;
        transition: all 1s;
    }

    .newsbg .form-news .btn-newsletter i {
        transition: all 1s;
    }

    .newsbg .form-news .btn-newsletter:hover i {
        transform: rotate(136deg);
        -webkit-transform: rotate(136deg);
        transition: all 1s;
    }



.newsletter-signup {
    background-position: 50%;
    background-size: cover
}

.newsletter-signup-form {
    position: relative
}

    .newsletter-signup-form input {
        background: hsla(0,0%,100%,.9);
        border: none;
        border-radius: 2px;
        padding: .75em;
        width: 100%
    }

        .newsletter-signup-form input:focus {
            background: #fff;
            outline: none
        }

    .newsletter-signup-form button.submit {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02Ljc2Njg3IDFMMTEgNS41TTExIDUuNUw2Ljc2Njg3IDEwTTExIDUuNUgxIiBzdHJva2U9IiNERDdGNDEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+DQo8L3N2Zz4NCg==) 50% no-repeat;
        background-size: 20px;
        color: transparent;
        font-size: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px
    }


/*Haber Slider Css*/


.hbr-link-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    top: 0;
    -webkit-transition: 2.5s ease-out;
    -o-transition: 2.5s ease-out;
    transition: 2.5s ease-out;
    width: 100%;
    will-change: transform;
    z-index: 1;
}

.hib-link:hover .hbr-link-image {
    opacity: .6;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.hbr-tema3 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 2% 0 6% 0;
    display: block;
    overflow: hidden;
}


.news-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

.hero {
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
    position: relative;
}

    .hero img {
        display: block;
        height: 100%;
        width: 100%;
    }

.slider {
    position: relative;
    width: 100%;
}

    .slider .slide {
        height: 62.765vw;
        position: relative;
    }

.mid-page-slider .slide {
    position: relative;
}

.slider .slick-dots {
    bottom: 12%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 21px;
}

    .slider .slick-dots button {
        background: transparent;
        border: 1px solid white;
        border-radius: 50%;
        display: block;
        height: 20px;
        margin-top: 8px;
        padding: 0;
        text-indent: -999em;
        width: 20px;
    }

.slider .slick-active button {
    background-color: white;
}

.feature {
    position: relative;
    width: 100%;
}

    .feature img {
        object-fit: cover;
    }

.hero .content2 {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 12%;
    left: 6.33%;
    right: 0;
    z-index: 999;
    text-align: left;
}

.hero h2 {
    color: white;
}

.slider h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 14px;
    max-width: 21ch;
}

.feature h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
}

.slider .content2 h2 a, .feature .content2 h2 a {
    color: #fff;
}

.meta {
    font-size: 10px;
    letter-spacing: .075em;
    line-height: 18px;
    text-transform: uppercase;
}

.hero .meta {
    color: white;
}



@media (max-width:599px) {
    .feature {
        display: flex;
        flex-direction: row;
    }

        .feature:last-child {
            flex-direction: row-reverse;
        }

        .feature img {
            width: 50%;
        }

        .feature .content2 {
            position: relative;
            left: 0;
            bottom: 0;
            padding: 12px;
        }

            .feature .content2 h2,
            .feature .meta {
                color: black;
            }
}


@media (min-width:600px) {
    .hero {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .slider {
        border-bottom: 2px solid transparent;
        grid-column: 1 / span 2;
        grid-row: 1/ span 1;
        margin-bottom: 0;
    }

        .slider h2 {
            font-size: 36px;
            line-height: 44px;
            margin: 0 0 54px;
        }

    .feature {
        border-bottom: 2px solid transparent;
        height: calc((62.765vw - 40px)/2);
    }

        .feature h2 {
            font-size: 24px;
            line-height: 29px;
            margin: 0 0 21px;
            max-width: 18ch;
        }

    .hero .meta {
        font-size: 12px;
        letter-spacing: .075em;
        line-height: 20px;
    }

    section h2 {
        font-size: 36px;
    }
}




@media (min-width:940px) {
    .hero {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .slider {
        grid-column: 1 / span 2;
        grid-row: 1/ 3;
    }

        .slider .slick-list,
        .slider .slick-track,
        .slider .slide {
            height: 100%;
        }

    .feature {
        height: 100%;
    }
}


@media (min-width:1420px) {
    section h2 {
        margin-left: auto;
        margin-right: auto;
    }
}


.foot-product {
    padding: 0px 10px;
    position: relative;
    margin-right: 15px;
}

    .foot-product:before {
        content: "";
        position: absolute;
        right: -14px;
        top: 10px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #000;
    }

/*İç sayfa banner css*/
.bannerictemp3 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
    display: block;
}

.elementor-background-overlay3 {
    opacity: .3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-bottom: 400px solid #0054A6;
}

.elementor-container3 {
    max-width: 600px;
    min-height: 500px;
}

.elementor-widget-wrap3 {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex;
}


.bannertitle-temp3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    display: none;
}

.bannerkisaicerik {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.breadcrumbdiv-temp3 {
    position: relative;
    padding: 10px;
}

    .breadcrumbdiv-temp3 .breadcrumb-item a {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

    .breadcrumbdiv-temp3 .active {
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }

    .breadcrumbdiv-temp3 .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0;
        margin-bottom: 1rem;
        list-style: none;
        justify-content: end;
    }

.temp3-icsyf {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .temp3-icsyf .syf p {
        margin-bottom: 10px;
        line-height: 25px;
    }


    .temp3-icsyf .syf ul, .temp3-icsyf .syf ol {
        padding-left: 15px;
        list-style: disc;
        position: relative;
        left: 20px;
    }

        .temp3-icsyf .syf ul li, .temp3-icsyf .syf ol li {
            margin-bottom: 3px;
        }


    .temp3-icsyf .syf .breadcrumbdiv-temp3 ul, 
    .temp3-icsyf .syf .breadcrumbdiv-temp3 ol {
        list-style:none;
        left:0;
        padding-left:0;
        position:relative;
    }

.hbrresim img {
    overflow: hidden;
    width: 100%;
    height: 172px;
    position: relative;
    object-fit: cover;
}


.dokumanbg {
    border-bottom: 1px solid #ededed;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 9px;
    width: 100%;
    position: relative;
}

    .dokumanbg p {
        position: absolute;
        top: 25px;
        left: 60px;
        color: #000;
        margin-bottom: 0;
    }
/*Left Menu CSS*/
.temp3sidebar {
    position: relative;
    padding: 25px;
}

.syf-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}


.urunsyf-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.solmenu {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

    .solmenu .slmenu-li {
        padding: 10px 0;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #616161;
        text-align: left;
    }

        .solmenu .slmenu-li .sl-menu-link {
            color: #000;
            font-size: 17px;
            font-weight: 400;
            position: relative;
            width: 100%;
            display:block;
        }

        .solmenu .slmenu-li .solic-ul {
            position: absolute;
            display: none;
            transition: .5s;
        }

        .solmenu .slmenu-li:hover .solic-ul {
            position: absolute;
            left: 100%;
            top: auto;
            width: 300px;
            height: auto;
            background-color: #f7f7f7;
            display: block;
            transition: .5s;
            margin-top: -30px;
            padding: 15px;
            z-index: 99;
        }


            .solmenu .slmenu-li:hover .solic-ul .solic-li {
                padding: 5px 0;
                margin: 0;
                border-bottom: 1px solid #ccc;
            }

                .solmenu .slmenu-li:hover .solic-ul .solic-li .solic-link {
                    color: #000;
                    font-size: 15px;
                    font-weight: 400;
                    position: relative;
                    width: 100%;
                    display: block;
                }


.solul {
    margin: 0;
    padding: 0;
}

.solli {
    list-style: none;
    padding-left: 18px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    padding-bottom: 5px;
}

    .solli::before {
        content: ">";
        font-size: 16px;
        font-weight: bold;
        color: #DB2719;
        position: absolute;
        left: -15px;
        top: 5px;
    }


.temp3-syf {
    padding: 20px;
}

    .temp3-syf p {
        margin-bottom: 10px;
    }

    .temp3-syf .title {
        font-size: 35px;
        color: black;
        font-weight: 600;
        margin-bottom: 20px;
    }




/*Arama CSS*/

.searchbtn {
    color: #000;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 18px;
}

    .searchbtn .icon-srch {
        transform: rotate(90deg);
        margin-right: 5px;
        font-size: 16px;

    }

.navigation-section-left {
    background: #f9f8f3;
    height: 100%;
    padding: 80px 50px;
    position: relative;
    width: 100%;
    z-index: 10;
}


.navigation-section-right {
    background: #f9f8f3;
    height: 100%;
    padding: 80px 50px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.offcanvas-title {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: end !important;
    padding: 1rem 1rem;
}

.search-bar2 {
    position: relative;
    width: 100%;
}

.is-focus .title-container .title {
    transform: translateY(0);
}

.is-type .title-container .title-down {
    transform: translateY(-30px);
}

.is-type .title-container .title {
    transform: translateY(-100%);
}

.field-container {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border: 0;
    border-radius: 10px;
}

.icons-container {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.icon-close {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 75%;
    height: 75%;
    opacity: 0;
    cursor: pointer;
    transform: translateX(-200%);
    border-radius: 50%;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}




.is-type .icon-close .x-up:before, .is-type .icon-close .x-up:after {
    -webkit-animation: color-1 0.85s infinite;
    animation: color-1 0.85s infinite;
}

.is-type .icon-close .x-up:after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.is-type .icon-close .x-down:before, .is-type .icon-close .x-down:after {
    -webkit-animation: color-1 0.85s infinite;
    animation: color-1 0.85s infinite;
}

.is-type .icon-close .x-down:before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.is-type .icon-close .x-down:after {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.icon-search {
    position: relative;
    top: 5px;
    left: 8px;
    width: 45%;
    height: 45%;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #000;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}

    .icon-search:after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -2px;
        width: 2px;
        border-radius: 3px;
        transform: rotate(329deg);
        height: 10px;
        background-color: #000;
    }

.field {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 10px 3px;
    background: #f9f8f3;
    border-radius: 0px;
    transition: all 0.4s ease;
    border-bottom: 1px solid #000;
}

    .field:focus {
        outline: none;
        /*        box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);*/
        border-bottom: 1px solid #f00;
    }

        .field:focus .svg-color {
            fill: #ff0000;
        }



.searchbox {
    position: absolute;
    background-color: #f7f7f7;
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    z-index: 999;
}

    .searchbox .searcboxlist {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 5px;
        font-size: 14px;
    }

        .searchbox .searcboxlist a {
            color: #000;
        }

/*Arama CSS bitiş*/



/*Slider haberler*/
.ms-carousel .swiper-control-wrapper {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

    .ms-carousel .swiper-control-wrapper .swiper-button-next, .ms-carousel .swiper-control-wrapper .swiper-button-prev {
        flex-shrink: 0
    }

.ms-carousel .swiper-scrollbar {
    -webkit-box-flex: 1;
    background: #e5e5e5;
    flex-grow: 1;
    height: 1px
}

.ms-carousel .swiper-scrollbar-drag {
    background: #dd7f41;
    height: 1px
}

.swiper-scrollbar {
    background: #d6d6d6;
}

.swiper-container-horizontal > .swiper-scrollbar {
    border-radius: 2px;
    height: 5px;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.swiper-button-prev, .swiper-rtl .swiper-button-next {
    bottom: 0 !important;
    /* left: 0 !important; */
    right: 0;
    margin-right: 50px;
    top: 50px !important;
}

.swiperRight {
    color: black !important;
    font-size: 16px;
    position: relative;
}

.swiperLeft {
    color: black !important;
    font-size: 16px;
    position: relative;
}


.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.newsCard {
    padding: 20px 20px 0px;
    position: relative;
    background-color: #f7f7f7;
}

.newsCard img
{
    transform:scale(1);
    transition:.5s;
}

    .newsCard .hbr-title {
        font-size: 16px;
        font-weight: 400;
    }

    .newsCard .hbr-kisaicerik {
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
    }



    .newsCard:hover img {
        transform: scale(1.1);
        transition: .5s;
    }

    /*.newsCard::before {
        color: black;
        content: "+";
        font-size: 70px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(153, 95, 29, 0.521);
        display: flex;
        justify-content: center;
        cursor: pointer;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        transition: .3s;
    }*/

/*.newsBefore:hover .newsCard::before {
    opacity: 1;
    transition: .3s;
}*/

.container-overflow, .container-overflow .swiper {
    overflow: visible;
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -32px;
        /* right: var(--swiper-navigation-sides-offset,10px); */
        /* left: auto; */
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -32px;
        /* left: var(--swiper-navigation-sides-offset,10px); */
        /* right: auto; */
    }
}

/*Slider haberler css bitis*/


/*Referans Anasayfa*/

.referans-tema3 {
    position: relative;
    width: 100%;
    padding: 25px 0;
    margin-bottom: 5%;
    overflow: hidden;
    background-color: #f7f7f7;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

    .referans-tema3 .img-thumbnail {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0;
        max-width: 100%;
        height: auto;
    }

.referans-title3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom:30px;
}

.ms-underline-button {
    border-bottom: 1px solid #1d2328;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 0.2em;
    text-decoration: none;
    color:#000;
}


.instagrid-col {
    padding: 0 25px;
    width: 50%
}

.instagrid-col_3, .instagrid-col_4 {
    display: none
}

.instagrid-col:nth-of-type(2) {
    margin-top: 20px
}

.instagrid-col:nth-of-type(4) {
    margin-top: 0
}

@media(min-width: 768px) {
    .instagrid-col {
        width: 25%
    }

    .instagrid-col_3, .instagrid-col_4 {
        display: block
    }

    .instagrid-col:nth-of-type(2), .instagrid-col:nth-of-type(4) {
        margin-top: 50px
    }
}

.instagram-see-more img {
    display: none;
    width: 2em
}

.instagram-block {
    overflow-anchor: none
}

    .instagram-block.ajax-loading .instagram-see-more {
        border-bottom: none;
        color: transparent
    }

        .instagram-block.ajax-loading .instagram-see-more span {
            display: none
        }

        .instagram-block.ajax-loading .instagram-see-more img {
            display: block;
            pointer-events: none
        }



/*Refenrans Anasayfa Bitis*/



/*İç sayfalar Css*/

.temp3-projec
{
    padding:0;
    width:100%;
    margin:0;
    position:relative;
}

.haberpagetemp3
{
    position:relative;
    overflow:hidden;
    margin:3% 0;
    padding:0;
}


    .haberpagetemp3 .swiper-slider {
        background-color: #fbfbfb;
        transition: ease-in-out .5s;
    }

        .haberpagetemp3 .swiper-slider:hover {
            box-shadow: 0px 6px 20px rgba(0,0,0,.2);
        }

        .haberpagetemp3 .swiper-slider .section_icon
        {
            overflow:hidden;
        }

        .haberpagetemp3 .swiper-slider .section_icon img {
            transform: scale(1);
            transition: .5s;
            height:300px;
            object-fit:cover;
        }


        .haberpagetemp3 .swiper-slider:hover .section_icon img {
            transform: scale(1.1);
            transition: .5s;
            height: 300px;
            object-fit: cover;
        }


        .haberpagetemp3 .swiper-slider .section_icon img {
            border-radius: 0%;
        }

        .haberpagetemp3 .swiper-slider .section_swiper_item {
            padding: 30px 20px;
        }


    .haberpagetemp3 .section_swiper_item {
        margin-top: 15px;
        text-align: center;
    }

        .haberpagetemp3 .section_swiper_item .section_swiper_item_title {
            font-size: 23px;
            font-weight: 600;
            color: #333;
        }

        .haberpagetemp3 .section_swiper_item .section_swiper_item_txt {
            font-size: 18px;
            font-weight: 400;
            color: #333;
            max-height: 81px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .haberpagetemp3 .read_btn {
        color: #4d4d4d;
        font-weight: 600;
        transition: all .6s ease;
        display: block;
        font-size: 14px;
        border: 1px solid #4d4d4d;
        display: inline-block;
        padding: 5px 15px;
        margin-top: 15px;
    }

        .haberpagetemp3 .read_btn i {
            margin-left: 10px;
            transition: all .5s;
        }

        .haberpagetemp3 .read_btn:hover i {
            transform: rotate(90deg);
        }

        .haberpagetemp3 .read_btn:hover {
            background-color: #0a1254;
            color: #fff;
            border-color: #01073a;
        }

.iletisimbg3 {
    position: relative;
    display: block;
    padding: 3% 0;
}

    .iletisimbg3 strong {
        color: #00afb6;
        font-size: 19px;
    }


    .iletisimbg3 .iletisim-title {
        font-size: 30px;
        font-weight: 600;
        color: #004b6a;
        position: relative;
    }

        .iletisimbg3 .iletisim-title h1 {
            font-size: 30px;
            font-weight: 600;
            color: #004b6a;
            position: relative;
        }

    .iletisimbg3 .cont-ul {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .iletisimbg3 .cont-ul .cont-li {
            padding: 10px 0px;
            font-size: 18px;
            color: #333;
            border-bottom: 1px solid #f7f7f7;
        }

            .iletisimbg3 .cont-ul .cont-li strong {
                padding: 10px 0px;
                font-size: 20px;
                color: #960808;
                font-weight: bold;
            }

            .iletisimbg3 .cont-ul .cont-li i {
                font-size: 18px;
                color: #00afb6;
                margin-right: 15px;
            }

            .iletisimbg3 .cont-ul .cont-li a {
                font-size: 18px;
                color: #333;
                text-decoration: none;
            }

                .iletisimbg3 .cont-ul .cont-li a:hover {
                    font-size: 18px;
                    color: #46697d;
                    text-decoration: none;
                }

    .iletisimbg3 .form-title {
        font-size: 20px;
        font-weight: 300;
        color: #3a3a3a;
        position: relative;
        padding-bottom: 7px;
        border-bottom: 2px solid #00afb6;
        width: fit-content;
    }



    .iletisimbg3 .send-btn {
        border: 1px solid #00afb6;
        color: #00afb6;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 10px 25px;
        margin-top: 20px;
        transition: .5s;
    }

        .iletisimbg3 .send-btn:hover {
            border: 1px solid #00afb6;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            text-align: center;
            padding: 10px 25px;
            margin-top: 20px;
            background-color: #00afb6;
            transition: .5s;
        }

.maps-border
{
    border:2px solid #e3e3e3;
    margin-top:25px;
}


.temp3box img {
    transition: .5s;
    transform: translate(0, 0);
    border-radius: 10px;
    height:400px;
    object-fit:cover;
}

.temp3box:hover img {
    transition: .5s;
    transform: translate(0px, -10px);
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}

.temp3box strong {
    font-weight: 400;
}

.temp3box:hover strong {
    font-weight: bolder;
}



/*İç sayfalar Css Bitis*/

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.foot-icon {
    margin: 0px 10px 15px 0px;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
}


.main-footer .footer-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.footerlist li {
    padding-bottom:3px;
}

.footerlist li a {
    font-weight: 300;
    font-size: 15px;
}


.parallaxbanner {
    width: 100%;
    height: 450px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding: 6%;
    overflow: hidden;
}

    .parallaxbanner::after {
        content: "";
        background-color: #0000004a;
        z-index: 99;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .parallaxbanner .paralax-tt {
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        text-align: center;
        z-index: 999;
        position: relative;
    }

    .parallaxbanner .parallax-text {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        z-index: 999;
        position: relative;
    }


@media(max-width: 992px) {
    .hib-link-text .caps {
        font-size: 10px;
        width: 95%;
        margin: 0 auto;
        font-weight: 400;
        line-height: 15px;
        margin-top: 15px;
    }

    .hib-link-text h2 {
        font-size: 30px;
    }
}

.editortemp3 {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 30px 0px;
}

    .editortemp3 .editortemp3tt {
        font-size: 40px;
        font-weight: 600;
        color: #000;
        margin-bottom: 40px;
    }


.cerez {
    position: fixed;
    bottom: 10px;
    right: -3%;
    z-index: 998;
    width: 500px;
}


@media screen and (max-width: 600px) {
    .cerez {
        width: 100%;
    }
}


.cerez .alert-dismissible {
    position: relative;
    z-index: 999;
    width: 95%;
}


.alert-dismissible .btn-close {
    position: absolute;
    top: 24px;
    right: 53px;
    z-index: 9999;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    font-size: 14px;
}

.cerez p {
    font-size: 15px;
}

    .cerez p a {
        color: #000;
        text-decoration: underline;
    }

.cerzebtn {
    background-color: #00387b;
    border-color: #00387b;
    transition: .5s;
    margin-top:15px;
}

    .cerzebtn:hover {
        background-color: #00387b;
        border-color: #00387b;
        transition: .5s;
    }


.notbanner {
    position: relative;
    height: 300px;
    background-color: #ededed;
    width: 100%;
}

.notbread {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 10px;
    background-color: #ededed;
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 11%) !important;
}



.searchbox {
    position: absolute;
    background-color: #f7f7f7;
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    z-index: 999;
    display:none;
}

    .searchbox .searcboxlist {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 5px;
        font-size: 14px;
    }

        .searchbox .searcboxlist a {
            color: #000;
        }


footer p
{
    padding-bottom:10px;
}

footer ul li {
    padding: 5px 0px
}

.newsBefore {
    height: 100%;
    background-color: #f7f7f7;
}

.offcanvas-backdrop {
    background-color: transparent !important;
    display:none;
}


@media (max-width: 991px) {

    .temp3box img {
        transition: .5s;
        transform: translate(0, 0);
        border-radius: 10px;
        height: 250px;
        object-fit: cover;
    }

    .temp3box:hover img {
        transition: .5s;
        transform: translate(0px, -10px);
        border-radius: 10px;
        height: 250px;
        object-fit: cover;
    }
}

    /*Kapatılan CSS'ler*/
.footerbg, .ana-ref, .iletisimpage2, .iletisimbg, .temp2-project, .referans, .footer-alt, .haberpage, .temp1-2-hbr, .b-tint, .ana-proje, .kurumsalbanner, .kurumsalbg, .breadcrumbdiv, .banneric, .page_container, .bannertemp4,
.section1, .section_yayimlar, .home-banner-4, .home_banner_bg, .parallax_bg, .cvgonderbg4, .parallax5, .temp6-parallax, .temp7-parallax, .temp8-parallax, .temp8Loader, .loading {
    display: none;
}
