@import url('../font/akrobat/font-akrobat.css');

body {
    font-family: 'Akrobat', sans-serif;
}



@import url("../font/icon-pack.woff2");
@import url("../css/icon-pack.css");



a,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover,
a:active {
    color: #1f1f1f;
    text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

b,
strong {
    font-weight: 900;
    /* font-family: 'Nunito', sans-serif; */
}

section {
    padding: 30px 0px;
}

p {
    margin-bottom: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
    padding: 0px;
}

h1,
h2,
h3,
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

::selection {
    color: #000;
    background: #dbdbdb;
}

::-moz-selection {
    color: #000;
    background: #dbdbdb;
}

::-webkit-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1;
}

:focus {
    outline: 0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: -70px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
    z-index: 999;
}

.modal-content h3 {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-size: 23px;
}

.modal-content .yazi {
    margin: 20px 0px;
    text-align: center;
    font-style: inherit;
}

.modal-content .yaz p {
    font-style: inherit !important;
}

.modal-content .yaz b {
    font-style: inherit !important;
}

.modal-content .yaz em {
    font-style: inherit !important;
}

.closeCss {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100%;
    color: #fff !important;
    opacity: 1;
    line-height: 50px;
    text-align: center;
}

.closeCss img {
    width: 20px;
}

.headerTop {
    padding-top: 7px;
    z-index: 99;
    position: relative;
    background: #f3f3f3;
}

.headerTop .container {
    position: relative;
}

.headerTop ul {
    padding: 0 !important;
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
    margin-right: 10px;
}

.headerTop ul li {
    margin-left: 20px;
    display: inline-block;
}

.headerTop ul li a {
    font-weight: 600 !important;
    text-align: center;
    display: table;
    color: #000;
    transition: all .3s;
    padding: 0 !important;
}

.headerTop ul li a:hover {
    color: #d0b357;
}

.headerTop ul li a img {
    margin: 0 auto;
    display: table;
}

.headerTop ul li a p {
    font-size: 14px;
    font-weight: 300;
    padding: 0 !important;
    color: #000;
    font-weight: 100;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 3px;
}

.headerTop ul li:nth-child(2) {
    padding-right: 20px;
    border-right: 1px solid #f2f2f2;
}

#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.875);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 999999;
    top: 0;
}

#search:target .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}

#nav {
    position: relative;
}

#nav ul {
    align-items: center;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    height: 0;
    justify-content: center;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    transition: all 0.5s;
    top: 0;
    will-change: opacity;
    width: 100vw;
}

#nav ul li {
    list-style: none;
    padding: 1rem 0;
}

#nav:target ul {
    height: 100vh !important;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100vw !important;
}

#nav:target .close-btn {
    display: block;
    position: fixed;
}

@media screen and (min-width: 768px) {


    #responsive-menu-trigger,
    #close-menu {
        display: none;
    }

    #nav ul,
    #nav:target ul {
        background: none;
        display: inline-flex;
        flex-direction: row;
        font-size: 1rem;
        height: auto !important;
        opacity: 1;
        padding: 0;
        pointer-events: initial;
        position: static;
        transition: none;
        width: auto !important;
    }

    #nav ul li,
    #nav:target ul li {
        padding: 0;
    }

    #nav ul li a,
    #nav:target ul li a {
        text-decoration: none;
        font-size: 1rem;
        margin-right: 1rem;
    }

    #nav .close-btn,
    #nav:target .close-btn {
        display: none;
    }

}

#search.left,
#nav ul.left {
    left: 0;
    height: 100vh;
    width: 0;
}

#search.right,
#nav ul.right {
    height: 100vh;
    width: 0;
    right: 0;
    left: auto !important;
}

#search.bottom.left,
#search.bottom.right,
#search.top.left,
#search.top.right,
#nav ul.bottom.left,
#nav ul.bottom.right,
#nav ul.top.left,
#nav ul.top.right {
    height: 0;
}

#search.bottom,
#nav ul.bottom {
    bottom: 0;
    top: auto !important;
}

#search.fade,
#nav ul.fade {
    height: 100vh;
    width: 100vw;
    transition: opacity 0.5s;
}

.bg-scroll {
    transition: .3s;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0px 9px 40px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 9px 40px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 9px 40px -10px rgba(0, 0, 0, 0.35);
}

.bg-scroll .logo {
    transition: .3s;
    position: absolute;
    z-index: 99999;
    width: 150px;
    top: 6px;
}


.slider {
    padding: 0;
    position: relative;
    z-index: 999;
}

.owl-stage-outer {
    overflow: hidden !important;
    width: 100% !important;
}

.slider #owl-slider .owl-nav,
.slider #owl-slider2 .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0px;
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
}

.slider #owl-slider .owl-nav button,
.slider #owl-slider2 .owl-nav button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0px;
    position: absolute;
}

.slider #owl-slider .owl-nav button:hover,
.slider #owl-slider2 .owl-nav button:hover {
    background-color: #fff;
    color: #444;
}

.slider #owl-slider .owl-nav .owl-prev,
.slider #owl-slider2 .owl-nav .owl-prev {
    left: 50px;
}

.slider #owl-slider .owl-nav .owl-next,
.slider #owl-slider2 .owl-nav .owl-next {
    right: 50px;
}

.slider .text {
    min-height: 115px;
    position: absolute;
    bottom: 30%;
    left: 0;
    text-align: center;
    width: 100%;
    /* background: black; */
    /* background: linear-gradient(97deg, rgba(0, 0, 0, 0.893995098) 0%, rgba(40, 42, 95, 0) 100%); */
}

.slider .text h5 {
    font-size: 39px;
    display: none;
    color: #fff;
    text-align: center;
    /* border-top: 5px solid rgba(0, 0, 0, 0.3); */
    /* border-bottom: 5px solid rgba(0, 0, 0, 0.3); */
    padding: 10px 0px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.slider .text h6 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    /* border-top: 5px solid rgba(0, 0, 0, 0.3); */
    /* border-bottom: 5px solid rgba(0, 0, 0, 0.3); */
    padding: 10px 0px;
    width: 100%;
    margin: 0;
    display: none;
    float: left;
    margin-top: -5px;
    margin-left: 0;
}

.about {
    padding: 50px 0;
    position: relative;
}

.about:before {
    /* content: ""; */
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../images/aboutbg.png) no-repeat right bottom; */
    z-index: -1;
}

.about:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* background: url(../images/fabrika.png) no-repeat left bottom; */
    z-index: -1;
}

.about .text {
    text-align: center;
}

.about .text h2 {
    color: #81130f;
    margin-bottom: 30px;
}

.about .text p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 19px;
}

.about .countLE {
    display: table;
    width: 100%;
    text-align: center;
}

.about .countLE span.icon1 {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    border-radius: 100%;
    line-height: 96px;
    font-size: 51px;
    background: #710400;
    position: relative;
}

.about .countLE span.icon1:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(129, 19, 15, 0.5);
    z-index: -1;
    transform: scale(1);
    animation: befor 2s linear infinite;
}

@keyframes befor {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.about .countLE span.icon1 i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about .countLE b.cont {
    background: #140000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: table;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 40px;
    position: relative;
    top: -21px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: 0.5s;
}

.about .countLE b.cont span {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.9s;
}

.about .countLE b.cont span em,
.about .countLE b.cont span i {
    font-style: normal;
}

.about .countLE b.cont span i {
    opacity: 0;
    margin-left: 10px;
}

.about .countLE b.cont:before,
.about .countLE b.cont:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #a5605d;
    opacity: 0;
    transition: 2s;
}

.about .countLE b.cont:after {
    right: -11px;
    left: initial;
}

.about .countLE .text2 h5 {
    font-weight: bold;
}

.about .countLE .text2 p {
    font-weight: 300;
}

.about .countLE:hover b.cont {
    width: 69%;
    text-align: left;
    padding: 0px 35px;
}

.about .countLE:hover b.cont span {
    opacity: 1;
    display: table;
}

.about .countLE:hover b.cont span i {
    opacity: 1;
}

.about .countLE:hover b.cont:before,
.about .countLE:hover b.cont:after {
    opacity: 1;
}

.urunler {
    /* background-color: #020f45; */
    padding: 50px 0;
    position: relative;
}

.urunler:before {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    /* background-image: url(../images/bg.png); */
}

.urunler .text {
    text-align: center;
    width: 100%;
}

.urunler .text h2 {
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    LETTER-SPACING: 5px;
    font-size: 40px;
    width: 100%;
    text-align: center;
    display: block;
    /* font-family: 'Playfair Display', serif; */
}

.urunler .text p {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    padding: 0px 165px;
    font-size: 16px;
}

.urunler .urun {
    background: #fff;
    position: relative;
    display: table;
    width: 100%;
    height: 187px;
    margin-bottom: 20px;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 10px;
}

.urunler .urun a {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.urunler .urun a img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 40px;
    /* transform: translate(-50%, -14%); */
    transition: 0.5s;
    /* height: 132px; */
}

.urunler .urun a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background: none !important;
    z-index: 999;
}

.urunler .urun:hover {
    /* background: transparent; */
}

.urunler .urun:hover a img {
    /* transform: translate(-50%, -25%); */
}

.urun h2 {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #020f45;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 700;
}


.yemektarifleri {
    position: relative;
    background-image: url(../images/yemektarifi.png);
}

.yemektarifleri:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg34.png);
    width: 100%;
    height: 125px;
    background-size: inherit;
    background-repeat-y: no-repeat;
    opacity: 0.9;
    background-repeat: repeat-x;
}

.yemektarifleri .text {
    position: relative;
    color: #fff;
    width: 100%;
    padding-top: 12px;
}

.yemektarifleri .text h2 {
    font-family: "Atma";
    font-weight: bold;
    display: table;
    float: left;
    font-size: 20px;
}

.yemektarifleri .text a {
    transition: .3s;
    border: 2px solid transparent;
    float: right;
    display: table;
    color: #81130f;
    background: #fff;
    padding: 7px 25px;
    border-radius: 30px;
}

.yemektarifleri .text a:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.yemektarifleri p {
    padding: 150px 0px 70px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 200px;
}

footer {
    padding: 50px 0;
    position: relative;
    background-image: url(../images/word.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    background: #fbfbfb;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

footer .baslik {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 9px;
    margin-bottom: 20px;
}

footer .baslik img {
    margin: 0 auto;
    display: table;
}

footer .text ul li {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

footer .text ul li b {
    margin-top: 10px;
    display: table;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.yta {
    border: 2px solid transparent;
    transition: all .3s;
    background: #c82e3e;
    color: #fff;
    padding: 5px 20px;
    padding-top: 7px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: table;
    margin-top: 25px;
}

.yta:hover {
    background: transparent;
    border: 2px solid #c82e3e;
    color: #c82e3e;
}

.corp {
    background-color: #ffffff;
    position: relative;
    /* box-shadow: 0 0 50px black; */
    border-top: 1px solid #eee;
}

.corp:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    /* height: 76px; */
    transform: rotate(180deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-image: url(../images/h-bg.png); */
    /* box-shadow: 0 0 20px black; */
    background: #eee;
}

.corp p {
    line-height: 50px;
    font-weight: 300;
}

.corp a {
    float: right;
    position: relative;
    top: 14px;
    font-size: 14px;
}

@media (max-width: 1450px) {
    header .container-fluid {
        padding: 0 100px;
    }

    .slider .text {
        bottom: 50px;
    }

    .about .text p {
        margin-bottom: 50px;
    }
}

@media (max-width: 1366px) {
    header .cbp-hsmenu>li>a {
        font-size: 13px;
        line-height: 6.2em;
    }

    .headerTop ul {
        right: 100px;
    }
}

.header {
    background-color: #3a4448;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    display: none;
    z-index: 3;
}

.header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background: #2e383c;
}

.header:before {
    display: none !important;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 999999999999999999;
    position: relative;
}

.header li.link a {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.header li.link a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

li.dil {
    width: 100%;
    text-align: center;
}

li.dil a {
    display: inline-block;
    margin: 10px 5px;
}

li.dil a img {
    width: 25px;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    left: inherit;
    top: inherit;
    width: 150px;
}

/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    top: -27px;
    background: #ffffff;
    /* border: 1px solid red; */
    z-index: 999989898989;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 0;
    padding: 10px;
    position: relative;
    top: 0px;
    right: 10px;
    border-radius: 100px;
}

.header .menu-icon .navicon {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    top: 10px;
    transition: background 0.2s ease-out;
    width: 18px;
    z-index: 99999;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */
.header .menu-btn {
    display: block;
}

.header .menu-btn:checked~.menu {
    max-height: 100vh;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */
@media (min-width: 48em) {


    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 720px) {

    .navbar-default {
        display: none !important;
    }

    .pageUrun .col-xs-6 {
        width: 50%;
        max-width: 50%;
    }

    .urunler .text h2 {
        font-size: 30px
    }

    footer h2 {
        text-align: center;
    }

    .urun h2 {
        font-size: 11px;
    }

    .about .countLE .text2 p {
        font-size: 14px;
    }

    .hidden-xs {
        display: none;
    }

    .bForm {
        overflow: hidden;
    }

    .header .logo {
        width: 100px;
        height: 111px;
        /* background: #fff; */
        border-radius: 110px;
    }

    .header .logo img {
        width: 100%;
        position: absolute;
        z-index: 999;
        top: 3px;
        left: 0;
    }

    .pageUrun .col-md-3 {
        width: 50%;
        max-width: 50%;
    }

    .ust_menu .col-md-3 {
        width: 50%;
        max-width: 50%;
        margin-bottom: 50px;
    }

    .ust_menu a b {
        display: none !important;
    }

    .header .menu-btn:checked~.menu {
        position: relative;
        top: -24px;
        border-bottom: 2px solid #020f45;
    }

    .urunboxmobil .col-md-3 {
        width: 50%;
        max-width: 50%;
    }

    .slick-dots {
        display: none;
    }

    .header li.link a {
        padding: 10px;
        border-bottom: 1px solid #eee;
        text-align: left;
        padding-left: 20px;
        /* text-transform: uppercase; */
        color: #333;
        font-weight: 600;
        font-size: 20px;
    }

    .sertifikaResim {
        display: none;
    }

    .mobilxx .col-md-3 {
        width: 50%;
        max-width: 50%;
    }

    .about .text p {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        margin-top: -30px;
        margin-bottom: 14px;
    }

    .modal-content {
        width: 89%;
    }

    .modal {
        z-index: 99999999;
        padding-top: 75px;
    }

    .xd-none {
        display: none;
    }

    .urunler .text p {
        padding: 0px 15px;
        font-size: 13px;
        text-align: center;
    }

    header.header {
        display: block;
        height: 72px;
    }

    .slider {
        padding-top: 63px;
    }

    .slider #owl-slider .owl-nav {
        top: 40%;
    }

    .slider #owl-slider .owl-nav .owl-prev {
        left: 10px;
    }

    .slider #owl-slider .owl-nav .owl-next {
        right: 10px;
    }

    .slider .text {
        bottom: 0px;
        padding: 15px 0;
        min-height: auto !important;
        background: rgba(0, 0, 0, 0.50);
        text-align: center;
        bottom: 0;
        width: 100%;
        display: none;
    }

    .slider .text h5 {
        font-size: 20px;
        width: 100%;
        border: 0px;
        line-height: 5px;
    }

    .slider .text h6 {
        font-size: 20px;
        width: 100%;
        margin: 0px;
        border: 0px;
        line-height: 0px;
    }

    .about::before {
        background-size: cover;
    }

    .about .countLE {
        margin-bottom: 30px;
    }

    .urunler .urun {
        height: 116px;
        margin-bottom: 20px;
    }

    .urunler .urun a span {
        background-size: 100%;
    }

    .urunler .urun a img {
        width: 100%;
        /* transform: translate(-50%, -24%); */
    }

    .yemektarifleri .text {
        padding: 10px 20px;
    }

    .yemektarifleri p {
        padding: 20px;
        padding-top: 65px;
        font-size: 14px;
    }

    footer .text {
        margin-bottom: 50px;
    }

    footer .text ul li {
        text-align: center;
        width: 100% !important;
    }

    footer .text ul li b {
        padding-top: 0px;
        margin: 0 auto;
    }

    footer .text ul li a.yta {
        position: relative;
        top: 35px;
        margin: 0 auto;
    }

    .corp p {
        text-align: center;
    }

    .corp a {
        margin: 0 auto;
        float: inherit;
        display: table;
        padding-bottom: 30px;
    }
}


.bulten {
    padding: 30px 0;
    /* background: #c82e3e url('../images/bultenBg.jpg') no-repeat left center; */
    background-size: cover;
    background: #29235c;
}

.bulten h2 {
    font-size: 30px;
    width: 84%;
    color: #fff;
    margin-top: 10px;
    font-size: 40px;
}

.bulten p {
    color: #fff;
    font-size: 15px;
}

.bulten h2 b {
    font-weight: 800;
}

.bForm {
    position: relative;
}

.bulten input {
    width: 100%;
    padding: 25px 15px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    background: #161235;
    margin-top: 14px;
    min-width: 450px;
    border: 1px solid #29235c;
}

.bulten input::placeholder {
    color: #fff;
}

.bulten button {
    position: absolute;
    top: 14px;
    right: 15px;
    padding: 25px 25px;
    border: none;
    outline: none;
    background: none;
    color: #fff;
}

.pageHeader {
    padding: 50px 0;
    padding-top: 55px;
    background-repeat: no-repeat;
    /* background-position: bottom center; */
    background-size: 100%;
    position: relative;
    background-image: url(../images/bg.jpg) !important;
}

.pageOver {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    background: rgb(79 55 41 / 80%);
    background: linear-gradient(56deg, rgb(41 35 92) 0%, rgb(0 0 0 / 51%) 44%);
}

.pageText {
    position: relative;
    z-index: 2;
    text-align: left;
    top: -20px;
    margin-bottom: -30px;
}

.pageText h1 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    text-align: right;
    margin-top: *;
}

.pageText h1::before {
    display: inline-block;
    width: 25px;
    margin-right: 20px;
    height: 3px;
    background: #fff;
    /* content: ''; */
    border-radius: 5px;
    margin-bottom: 8px;
}


.pageText h1::after {
    display: inline-block;
    width: 25px;
    margin-left: 20px;
    height: 3px;
    background: #adadad;
    /* content: ''; */
    border-radius: 5px;
    margin-bottom: 8px;
}


.pageLink {
    margin-left: 0;
    text-align: right;
}

.pageLink a {
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
    /* text-transform: uppercase; */
    font-weight: 100;
    font-size: 20px;
}

.pageLink a::after {
    content: '\f054';
    font-family: 'FontAwesome' !important;
    display: inline-block;
    font-size: 10px;
    margin: 0 10px;
    color: #ffffff;
}

.pageLink a:last-child::after {
    content: '' !important;
    margin: 0;
}

.pageLink a:hover {
    /* border-bottom:1px solid #fff; */
}

.pageYazi {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
}

.pageSide {

    width: 100%;
}

.pageSide h1 {
    background: rgb(51 45 100);
    color: #fff;
    font-weight: 500;
    font-size: 29px;
    padding: 10px;
    text-align: left;
    width: 100%;
    /* font-family: 'Playfair Display', serif; */
}

.pageSide a.sideL {
    display: block;
    background: #eee;
    color: #444;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
    transition: .3s;
    /* text-transform: uppercase; */
}

.pageSide a.sideL::before {
    display: inline-block;
    content: '\f192';
    font-family: 'FontAwesome' !important;
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
    transition: .3s;
}

.pageSide a.sideL:hover {
    background: #f6f6f6;
}

.pageSide a.sideL:hover::before {
    margin-right: 10px;
    color: #020f44;
}

.katalog {
    display: block;
    background: #c82e3e;
    color: #fff;
    padding: 15px;
    margin-top: 15px;
    position: relative;
    ;
}

.katalog p {
    position: relative;
    z-index: 2;
}

.katalog i {
    position: absolute;
    z-index: 1;
    color: #921f2b;
    font-size: 65px;
    top: -10px;
    right: 10px;
}

li.sertifikaResim img {
    float: left;
    width: 60px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .3s;
}

li.sertifikaResim img:hover {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.pageContent {
    position: relative;
}

.pageContent .bgUst {
    background: url('../images/h_header.png') repeat-x top left;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 40px;
    display: none;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 99;
    animation-delay: 0.30s;
}

.pageContent .bgAlt {

    background: url('../images/h_footer.png') repeat-x bottom left;
    background-size: 100%;
    display: none;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 999;
    animation-delay: 0.1s;
}

.kaydirUrun {
    padding: 0 10px
}

.urunBox {
    /* border: 1px solid #f1f1f1; */
    /* padding: 15px; */
    position: relative;
    /* overflow: hidden; */
    transition: .3s;
    text-align: center !important;
    padding-bottom: 5px;
    background: #fff;
}

.urunBox img {
    /* width: 97%; */
    margin: 0 auto;
    margin-bottom: 10px;
    /* margin-top: 13px; */
}

.urunBox p {
    font-size: 15px;
    color: #444;
    text-transform: uppercase;
}

.urunBox:hover b {
    background: #c82e3e;
    color: #fff;
}

.urunBox p b {
    font-size: 12px;
    color: #000;
    -webkit-transition: all 0.4s;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    margin-right: 0;
    z-index: 999;
    right: 42%;
    line-height: 28px;
    font-weight: 900;
    /* border-top-right-radius: 0; */
    font-size: 13px;
    /* border-bottom-right-radius: 0; */
    padding-right: 0;
    /* padding-left: 7px; */
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.urunBox span.moreBtn {
    position: relative;
    display: block;
    background: #c82e3ea6;
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    /* padding: 3px 0; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    border: 2px solid transparent;
    transition: .7s;
    margin-top: 15px;
    /* border: 1px solid #eee; */
    font-weight: 900 !important;
    padding-top: 10px;
    position: absolute;
    top: -15px;
    height: 100%;
    bottom: 10px;
    padding-top: 50%;
}

.urunBox:hover span.moreBtn {
    background: #c82e3eeb;
    color: #fff;
}

.urunBox:hover span.moreBtn {
    opacity: 1;
}

.urunGorsel {
    text-align: right;
    position: relative;
    padding-top: 2%;
}

.urunGorsel {
    height: 100%;
}

.tabMenu {
    float: left;
    width: 20%;
}

.tabMenu li a {
    display: block;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 3%;
    text-align: center;
    margin-bottom: 10px;
}

.tabMenu li a img {
    width: 100%;
}

#tabs_container {
    border: 1px solid #f1f1f1;
    width: 75%;
    float: right;
    overflow: hidden;
    text-align: center;
    padding: 0 !important;
    position: relative;
    /* padding-top: 20px !important; */
    height: 366px !important;
    padding-top: 20px !important;
}

#tabs_container img {
    width: 100%;
    margin-top: 20px;
}

.tabulous_active {
    border: 1px solid #c82e3e !important;
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;

    -webkit-transform: rotatey(0deg) scale(1);
    -moz-transform: rotatey(0deg) scale(1);
    -o-transform: rotatey(0deg) scale(1);
    -ms-transform: rotatey(0deg) scale(1);
    transform: rotatey(0deg) scale(1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.tabulous_active {
    background: white !important;
    color: #655c89 !important;
}

.tabulousclear {
    display: block;
    clear: both;
}


.urunDetay h1 {
    color: #c82e3e;
    font-weight: 800;
    margin-bottom: 25px;
}

.urunDetay p {
    font-size: 17px;
    font-weight: 400;
    color: #444
}

.urunDetay table {
    width: 100% !important;
    margin: 25px 0;
}

.urunDetay table p {
    color: #fff
}

.urunDetay table tr {
    background: #c82e3e;
    color: #fff;
}

.urunDetay table tr td {
    height: 40px !important;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.urunDetay table tr:nth-child(odd) {
    background: #8d0c19;
}

.urunBilgi {
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.urunBilgi img {
    width: 20%;
    padding-bottom: 3%;
}

.urunBilgi p {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.urunBilgi span {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}


.haberleR {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    display: table;
    border: 1px solid #f5f7f9;
    border-radius: 0 0 6px 6px;
    text-align: center;
}

.haberleR img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.haberleR .text421 {
    width: 100%;
    float: left;
    padding: 15px;
    border-top: none;
    background: #fff;
    padding-bottom: 0px;
    text-align: center;
}

.haberleR .text421 span {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid #c4c9d3;
    background: #c4c9d3;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 12px;
}

.haberleR .text421 h4 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.haberleR .text421 h4:after {
    /* content: ''; */
    width: 32px;
    height: 2px;
    background: #2b2b28;
    position: absolute;
    /* left: 0; */
    bottom: 0;
}

.haberleR .text421 p {
    line-height: 24px;
    color: #9ba0a9;
    margin-bottom: 15px;
    font-weight: 400;
}

.haberleR .text421 div {
    height: 90px;
    overflow: hidden;
}

.haberleR .btnHab3 {
    display: inline-block;
    border: 2px solid transparent;
    transition: all .3s;
    font-size: 12px;
    background: #ffffff;
    color: #000;
    padding: 5px 20px;
    padding-top: 7px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    /* margin-left: 15px; */
    width: 70%;
    padding: 10px;
    /* margin: 0 auto; */
    border: 1px solid #ddd;
}

.btnHab3:hover {
    background: #333;
    border: 1px solid #2b2b28;
    color: #fff;
}

.haberDetays p {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 18px;
}

.lightboxHaber {
    outline: none;
    display: block;
    position: relative;
    height: 160px;
    overflow: hidden;
}

.lightboxHaber img {
    height: 100%;
    width: 100% !important;
}

.lightOver {
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

.lightOver i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lightboxHaber:hover .lightOver {
    left: 0;
}

.harita iframe {
    width: 100%;
    height: 303px;
}

.form h2 {
    color: #2b2b28;
    margin-bottom: 1%;
}

.form p {
    color: #444;
    font-weight: 400;
    margin-bottom: 2%;
}

.form input {
    width: 100%;
    padding: 4%;
    margin-bottom: 2%;
    border-radius: 30px;
    border: 1px solid #aaa;
    height: 15px !important;
}

.form textarea {
    width: 100%;
    height: 180px;
    resize: none;
    padding: 3%;
    margin-bottom: 2%;
    border-radius: 30px;
    border: 1px solid #aaa;
}

.form button {
    float: right;
    border: 2px solid transparent;
    transition: all .3s;
    margin-top: 10px;
    background: #000000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.form button:hover {
    background: transparent;
    border: 2px solid #c82e3e;
    color: #c82e3e;
}

.mbBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9999;
}

.mbBtn a {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px;
    font-size: 14px;
    background: #000003;
    color: #fff;
}

.mbBtn a:last-child {
    float: right;
    background: #1e1e24;
}

.imza img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .5s;
}

.imza:hover img {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.digerUrun h1 {
    text-align: left;
    color: #c82e3e;
    font-weight: 300;
    font-size: 30px;
    padding: 25px 0;
}

.digerUrun h1:before {
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    height: 3px;
    background: #c82e3e;
    content: '';
    border-radius: 5px;
    margin-bottom: 8px;
}


#owl-slider2 {
    display: none;
}

/* Mobil */
@media only screen and (max-width: 768px) {

    .right-fixed-2,
    .right-fixed-1 {
        display: none;
    }


    .bizkimiz h2 {
        font-size: 30px !important;
    }

    .faaliyet h2 {
        font-size: 20px !important;
        top: 0;
        height: 103% !important;
    }


    .bizkimiz {
        margin-top: 0 !important;
    }

    #owl-slider {
        /* display: none; */
    }

    .bgx .tex h1,
    .bgx .tex p {
        width: 90% !important
    }

    .bgx .tex {
        top: 20% !important;
    }

    .bgx {
        height: 65vh !important;
    }

    .logolar .col-md-3 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .urunboxmobil .col-md-4 {
        max-width: 50%;
        width: 50%;
        float: left;
    }


    .faaliyet {
        height: 100px !important;
    }

    .neden li {
        width: 100% !important;
        border-right: 0 !important;
        border-bottom: 1px solid #eee;
    }

    .slider #owl-slider .owl-nav .owl-next,
    .slider #owl-slider2 .owl-nav .owl-next {
        right: 20px !important;
    }

    .slider #owl-slider .owl-nav .owl-prev,
    .slider #owl-slider2 .owl-nav .owl-prev {
        left: 10px;
    }


    #owl-slider2 {
        display: block;
    }

    body {
        padding: 0
    }

    .bgAlt,
    .bgUst {
        display: none !important;
    }

    .form input {
        width: 100%;
        float: none !important;
    }

    .harita iframe {
        height: 450px;
    }

    .mbBtn {
        display: block;
    }

    .corp {
        margin-bottom: 30px;
        display: none;
    }

    li.sertifikaResim img {
        float: none
    }
}


.pageYazi p {
    line-height: 23px;
    margin-bottom: 20px;
}

.catalog a {
    position: fixed;
    right: -55px;
    background: #e2d6c3;
    width: 140px;
    height: 30px;
    z-index: 999;
    top: 59%;
    transform: rotate(90deg);
    text-align: center;
    padding-top: 2px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.catalog a:hover {
    background: #c11527;
    color: #fff;

}

.ust_menu {
    margin-bottom: 40px;
    text-align: center;
}

.ust_menu a img {
    width: 130px;
    margin-bottom: 0;
    margin-top: -30px;
}

.ust_menu a {
    display: block;
    /* float: left; */
    text-align: center;
    border: 1px solid #ede5da;
    height: 90px;
}

.ust_menu a b {
    display: block;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
}

.ust_menu a:hover,
.ust_menu .active {
    background: #f4deaa;
    border: 1px solid #f1dca7;
}


.pageYazi h2 {
    margin: 20px 0
}


.whatsapp {
    width: 100% !important;
    background: #2cb240 !important;
    /* display: none !important; */
}


.pageYazi ol>li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
    margin-bottom: 20px;
    line-height: 23px;
    text-align: left;
}

.pageYazi ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}


.urunGorsel:hover .buyut {
    opacity: 1 !important;
}


.buyut {
    -webkit-transtion: all 0.5s;
    position: absolute;
    opacity: 0 !important;
    right: 0;
    top: 0;
    z-index: 999;
    background: #c21729b8;
    width: 75%;
    height: 100%;
    text-align: center;
    padding-top: 40%;
    color: #fff !important;
    font-size: 60px;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 610px;
        margin: 1.75rem auto;
    }

}


footer h2 {
    color: #000;
    font-size: 25px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* font-family: 'Playfair Display', serif; */
}

footer .text ul li a {
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 9px;
}

#referanslar .item {
    padding: 40px;
    border: 1px solid #eee;
    background: #fff;
}

.yol_tarifi {
    display: inline-block !important;
    border: 1px solid #000;
    text-align: center;
    padding: 10px 25px;
    margin-top: 30px;
    border-radius: 100px;
    font-size: 18px;
    float: left;
    margin-right: 20px;
}

.yol_tarifi:hover {
    background: #000000;
    border-color: #000000;
    COLOR: #fff;
}


.video_box {
    border: 1px solid #eee;
    padding: 20px;
}

.video_box iframe {
    width: 100% !important;
    height: 400px !important
}

.video_box h2 {
    font-size: 19px;
    text-align: center;
    background: #031750;
    padding: 10px;
    color: #fff;

}

.headerTop h2 {
    font-weight: 100;
    color: #fff;
    text-align: center;
    padding-bottom: 9px;
    font-size: 20px;
    letter-spacing: 2px;
}


.navbar-nav>li {
    float: none;
    vertical-align: bottom;
}

#site-logo {
    position: relative;
    vertical-align: bottom;
    bottom: -35px;
}

#site-logo a {
    margin-top: -53px;
}

#site-logo img {
    width: 100%;
    margin-left: 2px;
    position: relative;
    top: -29px;
    /* margin-bottom: 40px; */
}


.navbar-default {
    background: #343c43;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
    /* font-family: 'Playfair Display', serif; */
    color: #fff !important;
    font-weight: 400;
    font-size: 19px;
    background: none !important;
    position: relative;
    top: -21px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-right: 1px solid #897b688c;
}

.navbar-nav>li {
    float: none;
    vertical-align: bottom;
}

#site-logo {
    position: relative;
    vertical-align: bottom;
    /* bottom: -85px; */
    background: #343c42;
    /* border-radius: 300px; */
    z-index: 9;
    height: 140px;
    top: 60px;
    border-radius: 40px;
    z-index: 9999999999;
}

#site-logo a {
    /* margin-top: -33px; */
    position: relative;
    top: 30px;
    width: 190px;
    display: block;
    border: 0;
    padding: 0;
    left: 23px;
}

#site-logo:before {
    /* content: ''; */
    display: block;
    background: transparent;
    position: absolute;
    bottom: -10px;
    height: 10px;
    z-index: 1;
    width: 80%;
    left: 10%;
    -webkit-box-shadow: 0px 0px 61px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 61px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 61px -1px rgba(0, 0, 0, 0.75);
}


.bayiBg h2 {
    font-size: 16px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px 5px;
    margin-top: 10px;
}

.navbar-nav {
    margin-top: -55px;
}

.neden li {
    text-align: left;
    border-right: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 33%;
    float: left;
    padding: 20px;
    text-align: center;
}

.neden img {
    width: 50px;
    margin-bottom: 10px;
}

.baslikx {}

.baslikx b {
    color: #013e64;
    font-weight: 600;
    display: block;
}

.bizkimiz h2 {
    margin-top: 0;
    text-align: center;
    font-size: 60px;
    color: #023d64;
    font-weight: 100;
    letter-spacing: 10px;
}

.bizkimiz p {
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: center;
    width: 80%;
    margin: 20px auto;
    font-size: 17px;
    line-height: 32px;
}


.neden p {
    text-align: center;
    margin-bottom: 0;
}


.neden {
    padding-right: 20px;
}

.baslikxx {
    width: 100%;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    color: #eee;

}


.logolar .col-md-3 {
    width: 20%;
    max-width: 20%;
}

.faaliyet {
    margin-bottom: 20px;
    /* border: 1px solid #eee; */
    height: 256px;
    position: relative;
}


.faaliyet:hover h2 {
    background: #4f3729ba;
}

.faaliyet img {
    width: 100%;
}

.faaliyet h2 {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    background: #1d1d1b6e;
    color: #fff;
    font-weight: 200;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    padding-top: 0;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 0;
    font-weight: 600;
    padding: 18px;
}

.bgx {
    background: url('../images/bg.jpg');
    position: relative;
    height: 60vh;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}

.bgx:before {
    content: '';
    position: absolute;

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(173 25 24 / 80%);
    background: linear-gradient(56deg, rgb(173 25 24 / 46%) 0%, rgb(108 11 10 / 90%) 44%);
}

.bgx .tex {
    position: relative;
    z-index: 1;
    color: #fff;
    top: 30%;
}

.bgx .tex h1 {

    font-weight: 200;
    font-size: 33px;
    margin-bottom: 20px;
    width: 39%;
    margin: 0 auto;
    margin-bottom: 12px;
    line-height: 39px;
}

.bgx .tex h1 small {
    font-weight: 800;
    font-size: 33px;
    color: #fff;
}

.bgx .tex p {

    font-weight: 200;
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
}


.icbgx {
    height: 200px !important;
}


@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 140px;
    margin: 0 auto;
}

.scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
    color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;


}

.referansx {
    border: 1px solid #eee;
    height: 170px;
    margin-bottom: 20px;
}


.right-fixed-1 {
    position: fixed;
    right: -40px;
    border-radius: 50px;
    background: #343c42;
    z-index: 9999;
    transform: rotate(-90deg);
    color: #fff !important;

    width: 188px;
    height: 57px;
    box-shadow: 0 0 32px #bdbdbd;
    bottom: 10%;
}

.right-fixed-1 img {
    position: absolute;
    bottom: 2px;
    left: 14px;
}

.right-fixed-1 p {
    margin-left: 65px;
    margin-bottom: 0px !important;
    margin-top: 8px;
    font-size: 14px;
}

.right-fixed-1 p b {
    font-size: 16px;
    font-weight: bold;
}

.right-fixed-1 p strong {
    font-weight: bold;
    font-size: 17px;
}



.right-fixed-2 {
    position: fixed;
    right: -40px;
    border-radius: 50px;
    background: #2ca71b;
    z-index: 9999;
    transform: rotate(-90deg);
    color: #fff !important;
    bottom: 32%;
    width: 188px;
    height: 57px;
    box-shadow: 0 0 32px #bdbdbd
}

.right-fixed-2 img {
    position: absolute;
    bottom: 0px;
    left: 14px;
}

.right-fixed-2 p {
    margin-left: 65px;
    margin-bottom: 0px !important;
    margin-top: 8px;
    font-size: 14px;
}

.right-fixed-2 p b {
    font-size: 16px;
    font-weight: bold;
}

.right-fixed-2 p strong {
    font-weight: bold;
    font-size: 17px;
}

.rf-logo li {
    float: left;

}