﻿/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body {
        margin-bottom: 50px;
    }

    .table {
        max-height: calc(100vh - 150px);
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* Example
// Apply styles starting from medium devices and up to extra large devices*/
@media (min-width: 768px) and (max-width: 1199.98px) {
}



body {
    font-family: 'Poppins', sans-serif !important;
}

:root {
    --mavi: #e4121b; /* koyu mavi */
    --lacivert: #073e6b; /* Koyu lacivert */
    --dark:#143d8d; /* siyah */
    --footer:#143d8d; /* lacivert */
    --footeralt:#05355d; /* koyu lacivert */
    --grey:#143d8d; /* siyah */
    --white:#ffffff; /* Beyaz */
    --searchBoxBackGroundColor: rgba(20,61,141,.6); /* Transparan Koyu Mat Mavi */
    --font12px: 12px;
    --font15px: 15px;
    --font21px: 21px;
}




.bg-dark-light {
    background: var(--lacivert);
}


.pay-area {
    background-color: var(--darkBackGround) !important;
    padding: 10px 0;
    color: var(--lightLinks);
}

.discus-body {
    padding-top: 30px;
}

    .discus-body .row:last-child {
        margin-bottom: 0px !important;
    }

.discus-header {
    padding: 3px 0px;
    background-color: #53b957;
}


.discus-header {
    background-color: #e1e1e1 !important;
    padding: 3px 0px !important;
}

.discus-footer-bot {
    font-size: var(--font12px);
    background-color: #939598;
    padding: 3px 5px;
}


.discus-bg-full {
    padding-top: 20px !important;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
}

.btn-primary {
    color: var(--white) !important;
    background-color: var(--mavi) !important;
}

.btn-primary {
    border-color: var(--mavi) !important;
}

.discus-header .btn-outline-secondary {
    color: #939597 !important;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}

.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
    color: var(--lightLinks);
}


@media (min-width: 1200px) {
    .header-transparent-on .navik-menu > ul > li > a, .header-opacity-on .navik-menu > ul > li > a {
        color: var(--white);
    }
}

.discus-card-custom-img {
    width: initial !important;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.card-body {
    padding: 0.5rem !important;
    margin-top: -62px;
    z-index: 99;
}


.cardtop {
    padding: 0.5rem !important;
    margin-top: -16px;
    z-index: 99;
}


.card {
    height: 100%;
}


.discus-footer-karayel img {
    height: 17px;
}

.discus-footer-logo {
    padding: 0px;
    max-width: 240px;
    max-height: 210px;
}


h2.discus-title {
    margin-bottom: 12px !important;
}

.discus-header .btn-outline-secondary {
    color: #fff;
    background-color: #643523;
    border-color: #643523;
}

a {
    color: #7b7b7b;
    display: inline-block;
}

.breadcrumb-item a {
    color: #fff;
}

@media (max-width: 767px) {
    .mobilkara {
        position: fixed;
        z-index: -1;
        bottom: 50px;
    }

        .mobilkara img {
            width: 60%;
            margin: 10px auto;
        }
}

.breadcrumb {
    background-color: transparent !important;
}


.table td, .table th {
    border: 1px solid #dee2e6 !important;
}

.table {
    background-color: #f3f2f2;
}

.navik-menu.separate-line > ul > li > a {
    padding: 0 17px;
}


.jumbotron .discus-shadow {
    background-color: #00000085;
    padding: 135px 0px 45px 0px;
}



.navik-header .logo img {
    max-width: 250px !important;
    max-height: 75px !important;
}


.display-4 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}



@media (min-width: 1200px) {
    .navik-header .logo {
        max-height: 85px;
    }
}



.resimstandart {
    min-width: 250px;
    max-width: 250px;
    max-height: 250px;
    min-height: 250px;
}

@media (min-width: 1200px) {
    .header-opacity-on .navik-menu ul li a {
        color: #f7f7f7;
    }
}




/*gradient card*/
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
    }

.btn {
    text-transform: uppercase;
}

    .btn.btn-lg {
        padding: 6px 30px;
    }

.thumbnail-title {
    font-size: 20px;
    margin-top: 5px;
}

.img-thumb-bg {
    padding: 0;
    overflow: hidden;
    min-height: 300px;
    position: relative;
    border-radius: 3px;
    background-position: center;
    background-color: transparent;
    background-size: cover;
}

    .img-thumb-bg p {
        color: #000;
        margin-bottom: 0;
        line-height: 16px;
    }

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #ffffff 95%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #ffffff 95%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #ffffffffffff 95%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #ffffff 95%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #ffffff 95%);
    background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(95%, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.img-thumb-bg .caption {
    bottom: -5px;
    height: 100px;
    font-size: var(--font12px);
    position: absolute;
    padding: 0 20px 20px;
    transition: all 0.3s ease-in-out;
}

    .img-thumb-bg .caption .tag a {
        color: #000;
        padding: 0 5px;
        font-size: var(--font12px);
        border-radius: 2px;
        display: inline-block;
        text-transform: uppercase;
        background-color: #2980B9;
    }

    .img-thumb-bg .caption .title {
        margin-top: 5px;
        font-size: var(--font21px);
        line-height: 20px;
        text-transform: uppercase;
    }

        .img-thumb-bg .caption .title a {
            color: #000;
        }

            .img-thumb-bg .caption .title a:hover {
                color: #2980B9;
            }

    .img-thumb-bg .caption .meta-data {
        display: none;
        color: #fff;
        font-size: var(--font15px);
        line-height: 18px;
        margin-top: 10px;
    }

        .img-thumb-bg .caption .meta-data a {
            color: #777;
        }

            .img-thumb-bg .caption .meta-data a .fa {
                color: #2980B9;
            }

            .img-thumb-bg .caption .meta-data a:hover {
                color: #2980B9;
            }

    .img-thumb-bg .caption .content {
        display: none;
    }

.img-thumb-bg:hover .caption {
    bottom: 60px;
}

    .img-thumb-bg:hover .caption .meta-data {
        display: block;
    }

    .img-thumb-bg:hover .caption .content {
        display: block;
    }
/*gradient card*/




/* title */
.big-title3 {
    margin-bottom: 3em;
}
@media (max-width: 991.98px) {
h3.big_title3 {
    font-size: 2.5em !important;
}
}
h3.big_title3 {
    color: #212121;
    font-size: 3.5em;
    font-weight: 700;
    margin: 0 auto;
    text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
    -webkit-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
    -moz-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
    -o-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
    -ms-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
    letter-spacing: 1px;
    position: relative;
}

p.title-para3 {
    color: var(--grey);
    font-family: var(--poppinsfont);
    display: block;
    margin: .5em 0 1em;
    letter-spacing: 6px;
    font-size: 0.9em;
}

h3.big_title3:after {
    content: '';
    background: var(--mavi);
    height: 4px;
    width: 27%;
    position: absolute;
    top: 160%;
    left: 36%;
}
/* title */


/*********************** Çarpraz Mavi Yan Çizgi *******************/
.box20, .box20 .icon li a {
    overflow: hidden;
}

.box20 {
    box-shadow: 0 0 5px #a3a3a3;
}

    .box20 .post, .box20 .title {
        text-transform: capitalize;
        width: 60%;
    }

.box20 {
    position: relative;
}

    .box20:after, .box20:before {
        position: absolute;
        content: "";
    }

    .box20:before {
        width: 60%;
        height: 220%;
        background: var(--mavi) !important;
        top: -40%;
        left: 10%;
        z-index: 1;
        transform: rotate(25deg);
        transform-origin: center top 0;
        transition: all .5s ease 0s;
    }

    .box20:after {
        width: 55%;
        height: 175%;
        background-color: rgba(0,0,0,.35);
        bottom: -70%;
        left: 53%;
        transform: rotate(-33deg);
        transform-origin: center bottom 0;
        transition: all .8s ease 0s;
    }

    .box20 .box-content, .box20 .icon {
        width: 100%;
        padding: 0 8px;
        position: absolute;
        left: 0;
        z-index: 2;
        transition: all 1.1s ease 0s;
    }


    .box20 img {
        width: 100%;
        min-height: 250px;
        max-height: 250px;
    }

    .box20 .box-content {
        top: 7%;
        color: #fff;
    }

    .box20 .title {
        font-size: 21px;
        margin: 0;
        line-height: 20px;
    }

    .box20 .icon li a, .box20 .post {
        display: inline-block;
        font-size: 14px;
    }

    .box20 .post {
        margin-top: 5px;
    }

    .box20 .icon {
        list-style: none;
        margin: 0;
        bottom: 25px;
    }

        .box20 .icon li {
            display: inline-block;
        }

            .box20 .icon li a {
                width: 35px;
                height: 35px;
                line-height: 35px;
                background: #fff;
                border-radius: 50%;
                margin: 0 3px;
                color: #fff;
                text-align: center;
                transition: all .5s ease 0s;
            }

    .box20 .button {
        background-color: #000000;
        border-radius: 3px;
        display: inline-block;
        padding: 6px 12px;
        margin-top: 10px;
    }



    .box20 a, box20 a:link, box20 a:visited, box20 a:hover, box20 a:active {
        color: #ffffff !important;
    }

.icon {
    display: inline-block;
    height: 60px;
    width: auto;
}

.circle-icon {
    background: rgba(0,0,0,.1);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 15px;
}

h2.sector {
    font-size: 26px;
    color: #555555;
}

.box20 {
    margin-bottom: 36px;
}

@media only screen and (max-width:990px) {
    .box20 {
        margin-bottom: 30px;
    }

    .box20 .title {
        font-size: 16px;
    }
}

@media only screen and (max-width:479px) {
    .box20 .title {
        font-size: 16px;
    }
}

/* Çarpraz Yan Mavi Çizgi*/

/* Siteye göre değiştirilebilecek alanlar */

.hidden {
    display: none;
}

.discus-mobil-6 .row {
    margin-bottom: 30px;
}

.discus-mobil-6 .row .col-4 {
    padding-right: 5px;
    padding-left: 5px;
}


.mobile-button a {
    display: block;
    text-align: center;
}

.mobile-button {
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(1, 1, 1, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(1, 1, 1, .75);
    box-shadow: 0 0 5px 0 rgba(1, 1, 1, .75);
    border-radius: 2px;
    padding-bottom: 30px;
    position: relative;
}

i.fas.fa-5x {
    display: block;
}

a.discus-mobil-buton-title {
    font-size: var(--font12px);
    color: black;
    background-color: white;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-items: center;
}

.d-block.d-sm-none.discus-mobil-6 {
    background-size: cover;
    padding-top: 30px;
    background-size: cover;
    height: calc(100vh - 160px);
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.d-block.d-sm-none.discus-mobil-6 .discus-mobil-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-block.d-sm-none.discus-mobil-6 .discus-mobil-row .discus-mobil-col:nth-child(2) {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 1vh 1%;
}

.d-block.d-sm-none.discus-mobil-6 .discus-mobil-row .discus-mobil-col {
    flex: 0 0 31%;
    max-width: 31%;
    height: calc(32vh - 75px);
    margin: 1vh 1%;
}

.mobile-button a.icon {
    display: block;
    display: grid;
    align-items: center;
    height: 100%;
}


/* Siteye göre değiştirilebilecek alanlar */
.mobile-button {
    height: 100%;
}

a.discus-mobil-buton-title {
    height: 38px;
}

i.fas.fa-5x {
    color: var(--mavi);
    font-size: 35px;
}

.mobile-button {
    border: 4px solid #fff;
    background: #e9ecef;
}
/* Siteye göre değiştirilebilecek alanlar */





/* sosyal medya iconları*/


.icon-bar-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

    .icon-bar-fixed a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: var(--white) !important;
    }

        .icon-bar-fixed a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.foursquare {
    background: #F94777;
    color: white;
}

.instagram {
    background: #D0318D;
    color: white;
}

.icon-bar-fixed .whatsapp {
    background: #05882d;
    color: white;
}



#discus-main {
    padding-bottom: 0px !important;
}




 @media (max-width: 1200px){
    .navik-menu > ul > li > a {
    border-bottom: 1px solid #ccc;
        }}

.form-control {
    margin: 10px;
}


.jumbotron .discus-shadow {
    background-color: #00000099;
    padding: 135px 0px 45px 0px;
}



@media screen and (max-width: 600px) {
    .nomobile {
        visibility: hidden;
        clear: both;
        float: right;
        margin: 5px auto;
        width: 22%;
        height: auto;
        display: none;
        // Önemli olan nokta burası burayı kaldırırsanız sadece mobile için görüntülenir.
    }
}

#close-me a {
    text-decoration: underline;
    color: aqua;
}

#close-me i.fa {
    font-size: 17px;
}

a.more {
    color: white;
}