.custom-fixed-btn{
    line-height: 22px;
    padding: 12px 18px;
    font-size: 18px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    left: 12px;
    width: auto;
    position: fixed;
    z-index: 9999999;    
}
.custom-fixed-btn:hover{
    color:#fff;
    text-decoration:none;
}
.custom-fixed-btn-whatsapp{
    bottom: 20px;
    background-color: #25D366;
    color: #fff;
}
.custom-fixed-btn-mobil{
    bottom: 80px;
    background-color: #e30513;
    color: #fff;
}
.custom-fixed-btn-tel{
    bottom: 10px;
    background: #3656be;
    color: #fff;
}
.custom-fixed-btn-form{
    bottom: 108px;
    background: #666;
    color: #fff;
}


/******************* İÇERİKLERDEKİ TABLOLAR CSS ********************/
.content table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    width: fit-content;
}

.content table th, 
.content table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

.content table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
}

.content table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.content table tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.content table td {
  color: #333;
}

/* Soru hücreleri için özel stil */
.content table td:first-child {
  background-color: #ededed; /* Soruların arka planı için farklı bir renk */
  font-weight: bold; /* Soruların daha belirgin olması için kalın yazı */
  color: #000000; /* Soruların metin rengi */
}

.content table tr:last-child td {
  border-bottom: none; /* Son satırın alt kenarını kaldırır */
}

/******************* İÇERİKLERDEKİ TABLOLAR CSS SON ********************/

/*LOGO START*/
.header-logo svg {
    width: 320px;
    height: 100px;
}
.sticky-header-active .header-logo svg {
    width: 277px;
    height: 148px;
    padding-top: 49px;
}
@media screen and (max-width: 767px){
    .header-logo svg {
        width: 178px;
        height: 100px;
    }
    .sticky-header-active .header-logo svg {
        width: 238px;
        height: 180px;
        margin-bottom: -130px;
    }
}
/*LOGO END*/
#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title{
    display: none
}


/**************** FORM CSS **********************/
section.section {
    padding: 50px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mt10 {
    margin-top: 10px!important;
}
html .ilk-form input.btn-primary.btn-lg.btn-classic-form {
    background: black!important;
}
input[type='checkbox'] + .error {
    margin-top: 15px;
}
#ad_soyad-error, #e_posta-error, #telefon-error{
    color: #991b1e;
    margin-left: 15px;
    margin-top: -3px;
    font-size: 11px;
}
.yasal-uyari-kullanim-sartlari, .kisisel-verilerin-islenmesi, .hizmet-sozlesmesi {
    height: 30px;
}
.hizmet-sozlesmesi {
    margin-bottom: 30px;
}
input#yasal_uyari_ve_kullanim_sartlarini_okudum_anladim_ve_onayliyorum, input#kisisel_verilerin_islenmesi_metnini_okudum_anladim_ve_onayliyorum, input#hizmet_sozlesmesini_okudum_anladim_ve_onayliyorum {
    height: 21px;
}
/**************** BANNER FORM CSS **********************/
.ilk-form, .modal-body {
    background: #991b1e;
    border-radius: 30px;
    padding: 50px 50px 0 50px;
    min-height: 751px;
    width: 48%;
    left: 2%;
    margin-bottom: 30px;
}
.modal-body {
    width: 95%;
    margin-top: 2%;
}

.ilk-form label, .modal-body label{
    color: #ffffffbf;
}
.ilk-form a, .modal-body a {
    color: white;
    text-decoration: underline;
}
.ilk-form .btn-group.open label, .modal-body .btn-group.open label{
    color: black;
}
.ilk-form h2, .ilk-form p, .modal-body h2, .modal-body p{
    color: white;
}
.ilk-form .ozelFormLabel, .modal-body .ozelFormLabel {
    display:none
}

label.error {
    z-index: 2;
}    
.form-aciklama{
    padding: 50px 50px 50px;
    margin-bottom: 50px;
    background: #ffffffa6;
    border-radius: 30px;
    min-height: 751px;
}
.multiselect-container>li>a {
    padding: 0;
    font-size: 16.5px;
    text-decoration: none;
}
.multiselect-container>li {
    height: 33px;
}
.multiselect-container>li>a>label>input[type=checkbox]{
    margin-top: -14px;
}
.multiselect-container>li:first-child>a>label>input[type=checkbox]{
    opacity: 0!important;
}
.multiselect-container{
    min-height: 181px;
}
.multiselect-container>li:first-child>a>label.checkbox{
    color: #cdcdcd
}
span.multiselect-selected-text{
    color: #333333;
    font-weight: 100;
}
input.required.form-control::placeholder {
    color: #333333;
    font-weight: 100;
}
.form-aciklama h1{
    font-size: 49px;
    font-weight: 600;
    line-height: 62px;
}
div.form-group input, button.multiselect{
    height: 50px;
    font-size: 17px;
}
div.form-group textarea{
    font-size: 17px;
}    
div.form-group input.upload-file{
    height: 30px;
    color: white;
}
div.form-group{
    align-items: center;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}
.ilk-form.ilk-kez-ikamet-izni-formu, .ilk-form.gecis-basvuru-formu, .ilk-form.uzatma-basvuru-formu{
    min-height: 871px;
    width: 46%;
    left: 2%;
    margin-bottom: 30px;
    margin-right: 4%;
}
@media (max-width: 767px){
    .form-aciklama {
        padding: 30px 30px 30px;
        margin-bottom: 20px;
        min-height: auto;
    }
    .ilk-form.ilk-kez-ikamet-izni-formu, .ilk-form.gecis-basvuru-formu, .ilk-form.uzatma-basvuru-formu {
        width: 100%;
        left: 2%;
        margin-right: 2%;
    }
    .ilk-form{
        width: 96%;
        left: 2%;
        min-height: 810px;
    }
}
.ilk-form .dogumgunu .ozelFormLabel {
    display: contents;
    font-weight: 700;
    color: white;
}
/**************** FORM CSS SON **********************/

/**************** BANNER FORM CSS **********************/
@media (min-width: 768px){
    section.section.section-wide{
        margin-left: -100px;
        margin-right: -100px;
        padding-bottom: 0;
    }
    section.section.section-wide svg{
        margin-top: -108px;
        margin-bottom: -7px;
    }
    section.section.section-wide svg path{
        fill: #fff;
    }
    section.section.section-wide svg.svg-first{
        display: block;
        position: absolute;
        margin-top: -111px;
        width: 100%;
        z-index: 0;
        right: 0;
    }
    section.section.section-wide svg.svg-second{
        z-index: 5;
        position: relative;
        width: 110%;
        left: -5%;
    }
    section.section.section-wide svg.svg-first path{
        fill: none;
    }
}
@media (min-width: 376px) and (max-width: 425px){
    section.section.section-wide svg.svg-first{
        margin-top: -22px!important;
    }
    section.section.section-wide svg {
        margin-bottom: -8px!important;
    }
    section.section.section-wide {
        padding-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 374px){
    section.section.section-wide svg.svg-first{
        margin-top: -10px!important;
    }
    section.section.section-wide {
        padding-top: 30px;
    }
}
@media (max-width: 767px){
    h2.tcenter.modul-baslik {
        font-size: 39px;
        font-weight: 600;
    }
    .form-aciklama h1{
        font-size: 34px;
        font-weight: 600;
        line-height: 40px;
    }
    section.section.section-wide{
        padding-bottom: 0;
    }
    section.section.section-wide svg{
        margin-top: -108px;
        margin-bottom: -9px;
    }
    section.section.section-wide svg path{
        fill: #fff;
    }
    section.section.section-wide svg.svg-first{
        display: block;
        position: absolute;
        margin-top: -17px;
        width: 100%;
        z-index: 0;
        right: 0;
    }
    section.section.section-wide svg.svg-second{
        z-index: 5;
        position: relative;
    }
    section.section.section-wide svg.svg-first path{
        fill: #d2d2d2;
    }
}
/*Form Açıklama Alanı CSS End*/

/*Icon Boxes Neler Yapıyoruz CSS Start*/
@media (min-width: 768px){
    .page- header ~ div:first-of-type{
        width: auto!important;
    }
    .neler-yapiyoruz .featured-boxes .col-md-3 {
        width: 14.28%;
    }
    html .featured-box-primary h4{
        margin-top:-30px;
    }
    .hizmetlerimiz .featured-box .learn-more{
        margin-top: 10px;
        padding: 10px 16px;
        font-size: 17px;
        line-height: 1.3333333;
        background: #991b1e;
        right: 0;
        border-radius: 4px;
        color: #fff!important;
        left: 34%;
        text-align: center;
        width: fit-content;
    }
    .hizmetlerimiz .box-content p{
        display: inline-block;
    }
    .hizmetlerimiz.col-xs-12{
        margin-right: 15px;
        width: 32%;
    }
    .hizmetlerimiz .featured-box .icon-featured.fa{
        font-size: 90px;
        height: 160px;
        padding: 0;
        width: 160px;
        margin-top: 0;
        padding-top: 45px;
    }
    .hizmetlerimiz .row div.col-md-12{
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
        padding: 50px 50px 30px 50px;
        border-radius: 10px;
        margin: 15px 15px 50px 0;
    }
    /*
    .col-md-12.col-sm-12.col-xs-12 li, .col-md-8.col-sm-12.col-xs-12 li{
        font-size: 17px;
    }
    */
    .sidebar .col-md-12.col-sm-12.col-xs-12 li:before{
        content: none;
    }
    .col-md-8.col-sm-12.col-xs-12 h2 {
        text-decoration: underline;
        text-decoration-color: #991b1e;
        font-size: 42px;
        margin-top: 30px;
    }
    .page- div.body div.container .row .col-sm-12.col-xs-12:nth-child(2n+1){
        clear:both;
    }
    .page- div.body div.container .row .col-sm-12.col-xs-12.form-aciklama, div.body div.container .row .col-sm-12.col-xs-12.ilk-form{
        clear: inherit!important;
    }
    .uzmanliklarimiz .featured-boxes-style-6 .featured-box .icon-featured{
        border: 0;
    }
    .uzmanliklarimiz .featured-boxes-style-6 .featured-box .icon-featured:after {
        border: 0;
    }
}
@media (max-width: 767px){
    .col-md-8.col-sm-12.col-xs-12 li{
        list-style-type:none;
        font-size: 17px;
    }
    .col-md-8.col-sm-12.col-xs-12 li:before {
        content: "\f14a";
        font: normal normal normal 25px/1 FontAwesome;
        margin-right: 10px;
        vertical-align: middle;
        color: #991b1e;
        line-height: 30px;
    }
    .col-md-8.col-sm-12.col-xs-12 h2 {
        text-decoration: underline;
        text-decoration-color: #991b1e;
        font-size: 36px;
    }
    html .hizmetlerimiz .featured-box-primary h4{
        font-size: 36px;
        margin-top:-30px;
    }
    .hizmetlerimiz .featured-box .icon-featured.fa{
        font-size: 90px;
        height: 160px;
        padding: 0;
        width: 160px;
        margin-top: 0;
        padding-top: 45px;
    }
    .hizmetlerimiz .featured-box .learn-more{
        margin-top: 10px;
        padding: 10px 16px;
        font-size: 17px;
        line-height: 1.3333333;
        background: #991b1e;
        right: 0;
        border-radius: 4px;
        color: #fff!important;
        left: 34%;
        text-align: center;
        width: fit-content;
    }
    .hizmetlerimiz .box-content p{
        display: inline-block;
    }
    .hizmetlerimiz .row div.col-md-12{
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
        padding: 30px 30px;
        border-radius: 10px;
        margin: 15px 15px 15px 0;
        width: 92%;
        left: 4%;
    }
    .neler-yapiyoruz .featured-boxes .col-md-3 {
        width: 50%;
    }
    .neler-yapiyoruz .featured-boxes .col-md-3:last-child {
        left: 25%;
    }
    
}
/*Icon Boxes Neler Yapıyoruz CSS End */
/*Genel Css Start*/
    html .divider.divider-primary.divider-small hr{
        background: #991b1e!important;
        width: 50px;
        height: 3px;
        margin: 22px 0;
    }
    .divider.divider-small{
        margin: 22px auto;
    }
    .divider.divider-small.divider-small-center hr {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .contentDiv li{
        list-style-type: none;
        font-size: 17px;
    }
    .contentDiv li:before {
        content: "\f00c";
        font: normal normal normal 25px/1 FontAwesome;
        margin-right: 10px;
        vertical-align: middle;
        color: #991b1e;
        line-height: 30px;
    }
    .contentDiv h2.mb0.modul-baslik {
        font-size: 42px!important;
        font-weight: 600;
    }
    .page-iletisim .heading.heading-border.heading-middle-border h2.mb0.modul-baslik{
        font-size: 42px!important;
        font-weight: 600;
    }
    h2.modul-baslik{
        font-size: 63px;
        font-weight: 600;
    }
    .iletisim-bilgi li{
        font-size: 17px;
    }
    .iletisim-bilgi li:before{
        content: none!important;
    }
    .iletisim-bilgi p{
        font-size: 17px;
    }
/*Genel Css End*/

.bgform {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 30px;
    border-radius: 6px;
}
.alert-success.alert{
    display:inline-block;
}
#footer .alert-success.alert p,#footer .alert-success.alert h4{
    color: #333!important;
}
.product-details-box .product-actions {margin-top: 10px!important;}
body{
    font-family: 'Roboto', sans-serif!important;
}
body p, body li{
    font-size: 17px
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: #111;
    /*font-family: 'Raleway', sans-serif;
    font-family: 'Share', cursive;*/
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    text-transform: none;
}
#header .header-nav-main nav>ul>li>a, .tp-caption, .btn{
    font-family: 'Exo 2', sans-serif!important;
}
@media (max-width: 320px){
    p.tp-caption{width:290px;}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
    p.tp-caption{width:332px;}
}
@media screen and (min-width: 376px) and (max-width: 425px) {
    p.tp-caption{width:350px;}
}
@media screen and (min-width: 426px) and (max-width: 767px) {
    p.tp-caption{width:400px;}
}
@media (max-width: 768px){
    p.tp-caption{font-size:12px!important;line-height:12px!important;}
}
@media (min-width: 769px){
    .ikisatir{line-height: 27px!important;font-weight:lighter!important}
}
    
/*Gallery Start*/
    .urunler .portfolio-item .thumb-info img{
        margin-bottom:30px;
    }
    .row.slider4 div.col-md-3{
        padding: 0 10px;
    }
    .thumb-info .thumb-info-title, .thumb-gallery .thumb-info-title{
        max-width: 100%;
        bottom:0;
        background: rgba(0, 152, 214, 0.6);
    }
    .thumb-info:hover .thumb-info-title {
        background: #3c5596;
    }
    .thumb-info .thumb-info-inner, .thumb-gallery .thumb-info-inner {
        text-align: left;
    }
    .owl-carousel .owl-nav [class*="owl-"] {
        color: #aa2d2d;
        width: 20px;
        background: transparent !important;
    }
    .portfolio-item.img-thumbnail{
        padding:0px;
        border:0;
        border-radius:4px!important;
    }
    .portfolio-item .thumb-info{
        border:0;
        border-radius:4px!important;
        padding: 0px;
    }
    .referanslar .portfolio-item .thumb-info{
        border:0;
        border-radius:4px!important;
        padding: 0 30px;
    }
    .portfolio-item .thumb-info img{
        border:0;
        border-radius:4px!important;
        padding:15px;
    }
    .thumb-info img:hover {
        opacity: 0.85;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        color: #898a8d;
    }
    .mfp-bottom-bar{
        display:table;
        margin-top:-81px;
    }
    .mfp-bottom-bar .mfp-title{
        height: 41px;
        vertical-align: middle;
        display: table-cell;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin-top: -36px;
        color: #005AC4;
        border:1px solid #ddd;
    }
/*Gallery Finish*/
.btn-danger {
    color: #fff;
    background-color: #1663be;
    border-color: #1663be;
}
.sidebar h2{margin-top:-15px;}
.side-dropdown-custom:before{border-top: 4px solid #cecece!important;}
.page-header {
    border: 0;
    background: url(/upload/images/banner-a.jpg);
    background-size: cover;
    background-position: 50% 45%;
}
.page-header:before{
    left: 0;
    background-color: #000000b8;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-size: cover;
    z-index: 0;
}
.header-search{display:none;}
.breadcrumb>.active{color:#bbb;}
.mt20{margin-top:20px;}
body{scroll-behavior: smooth;}

html .btn-primary {
    border-color: #991b1e!important;
    background: #991b1e!important;
}
.sidebar .menu-list a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{
    color: #000;
    padding: 2px 12px;
}
.valign-bottom{vertical-align:bottom;}
html #header.header-flex .header-top {margin-bottom: 0px;}
    html .page- #header.header-flex:not(.header-transparent-bottom-border) .header-body {background-color: transparent;border-bottom: 1px solid #991b1e!important;}
    section.section-degerler .parallax-background:before {
    background: linear-gradient(rgba(227, 23, 34, 0.5), rgba(227, 23, 34, 0.5))!important;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translate3d(0px, 12.8571px, 0px);
}
@media (max-width: 922px){
    section.section-rakamlar{background-image:url(/upload/images/beyoglu-koleji-sectionbg.jpg)!important;}
    section.section-rakamlar .counters .counter{margin-top:50px;}
}
    #header .header-top{background: linear-gradient(45deg, rgb(11, 45, 126) 0%, rgb(11, 45, 126) 44%,rgb(21, 87, 153) 44%, rgb(21, 87, 153) 45%,rgb(30, 129, 181) 45%, rgb(30, 129, 181) 61%,rgb(40, 170, 208) 61%, rgb(40, 170, 208) 67%,rgb(49, 212, 235) 67%, rgb(49, 212, 235) 100%);}
@media (min-width: 320px) and (max-width: 350px){
    .header-logo img{height:43px!important;}
    .sticky-header-active .header-logo img{height:43px!important;top: 66px!important;}
}
@media (min-width: 351px) and (max-width: 768px){
    .header-logo img{height:58px!important;}
    .sticky-header-active .header-logo img{height:58px!important;top: 66px!important;}
}
@media (max-width: 768px){
    .m-tcenter{
        text-align: center!important;
    }
    .adres-height{
        height: 50px!important;
    }
    #footer .FormWrp h2{
        text-align: center!important;
    }
    .header-nav-top ul.nav.nav-pills {
        display: flex;
        flex-direction: column;
    }
    article.post-large .post-date {
        margin-left: -40px;
    }
    html.sticky-header-active #header .header-body{top:-88px!important;z-index: 999;}
    .header1 .header-logo{margin-top:0px!important;}
    #header .header-nav-top .nav>li:nth-child(3)>a{color:#fff!important;}
    #header .header-nav-top .nav>li:nth-child(2){display:none;}
    html.sticky-header-active #header .header-nav-top .nav>li:nth-child(3){
        display: none;
    }
    #header.header-narrow .header-logo img{margin: -21px 12px 0px 0px}
    .sticky-header-active #header.header-narrow .header-logo img{margin: 12px 12px 0px 0px}
    .sticky-header-active #header .header-btn-collapse-nav{margin: 52px 0 8px 15px;width:auto;}
    .header-btn-collapse-nav:before{content: 'MENU';font-size:small;font-weight:700;}
    #header .header-btn-collapse-nav{background: #991b1e;width:100%;margin:0;}
    #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{
        padding: 2px 4px;
        font-weight: 700;
        font-size: 15px;
    }
    #header .header-top{padding:10px 0 0;}
    .dropdown-mega-sub-title{color:#fff;font-weight:600;}
    #header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover{color:#333;}
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{color:#991b1e;}
    .footer2.container .row div {text-align:center;}
    #header.header-mobile-nav-only .header-nav {margin-top: -61px;}
    #header .header-nav-top .nav>li>a .fa{top:0;}
.counters.counters-lg strong{line-height:100px;}
.counters.counters-lg.template-1{padding:0px!important;}
section.section-rakamlar{background-image:url(/upload/images/beyoglu-koleji-sectionbg.jpg)!important;}
section.section-rakamlar .counters .counter{margin-top:50px;}
}
html #header.header-transparent .header-body:before{opacity:.9;}
@media (max-width: 991px){
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:last-child a{display:table;}
    span.megamenu-span{
        font-weight: 700;
        background: #eee;
        color: #005caa;
        text-align: center;
        display: table-footer-group;
    }
    .dropdown-mega.opened ul.dropdown-menu{
        margin-left:0!important;
    }
    .dropdown-mega-content>.row>.col-md-3.col-sm-6{
        padding-right:0;
        padding-left:0;
        width:50%;
    }
    #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-nav{
        padding-left:0;
        margin-left:0;
    }
}
    
@media (min-width: 992px){
    article.post h2 a {
        line-height: 38px;
    }
    #header .header-nav-top .nav>li:last-child>a{
        padding: 3px 12px 3px;
        margin-top: -3px;
    }
    #header .header-nav-top .nav>li:last-child:hover>a{
        color:#fff!important;
    }
    #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{
        font-size:  15.5px;
        transition: .3s;
    }
    #header .header-nav-top .nav>li:hover>a{
        color: #991b1e;
    }
    .dropdown-mega-content .col-md-3>ul>li a {
        border-bottom: 1px dashed #e7eaec !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dropdown-mega-content .col-md-3 li a:before {
        content: '\203A';
        display: inline-block;
        margin-right: 5px;
        font-size: 19px;
        color: #990000;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover{
        color: #990000!important;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:last-child a{display:table;}
    span.megamenu-span{
        font-weight: 700;
        background: #eee;
        color: #005caa;
        text-align: center;
        display: table-footer-group;
    }
    #header .header-logo img{margin:0;}
    .social-icons li:hover.social-icons-youtube a {background: #c3191e!important;}
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a{background:transparent;color: #017ca5!important;}
    #header .header-body{border:0!important;}
    #header .header-social-icons{margin: 13px 0 0 10px!important;}
    #header .header-nav-top .nav>li{height:38px;}
    #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{padding: 0px 12px 10px;}
    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #ffffff transparent transparent;
    }
    #header.header-narrow .header-logo img{margin: -46px 12px 0px 0px}
    html #header.header-semi-transparent .header-nav-main nav>ul>li:not(.active)>a, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li:not(.active)>a, html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li:not(.active)>a,#header .header-nav-main nav>ul>li>a{
        color: #434649!important;
        font-weight: 500!important;
        font-size: 14px;
    }
    #header .header-nav-main nav>ul>li:hover>a,#header .header-nav-main nav>ul>li.open>a, #header .header-nav-main nav>ul>li:hover>a{
        color: #ffffff!important;
        background: #991b1e!important;
    }
    html #header.header-semi-transparent .header-nav-main nav>ul>li:not(.active)>a.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li:not(.active)>a.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li:not(.active)>a.dropdown-toggle:after {
        border-color: #ffffff transparent transparent;
    }
}
/*Header Top Başlangıç*/
#header .header-top .header-social-icons {margin-top: 6px;}
    #header .header-top{max-height:42px;min-height: 42px;border-bottom:0;}
    .header-top .container{margin-top: -11px;}
    #header .social-icons li:last-child a{border-right:0;}
    #header .social-icons li:hover a{color:#fff!important;}
    #header .social-icons li a{background:transparent;color:#434649!important;border-radius: 0;height: 40px;border-right: 1px solid rgba(180, 180, 180, 0.2);}
    #header .social-icons li:hover i {-webkit-animation: toTopFromBottom 0.3s forwards;-moz-animation: toTopFromBottom 0.3s forwards;animation: toTopFromBottom 0.3s forwards;}
    #header .social-icons li{border-radius: 0;box-shadow:none;}
    #header .social-icons li a i{padding-top: 14px;}
    #header .header-nav-top .nav>li>a a:focus, #header .header-nav-top .nav>li>a:hover{background:transparent;}
    #header .fa.fa-envelope{position:initial!important;}
    #header .header-top .nav.nav-pills>li>a{height: 40px;}
    #header .header-nav-top .nav>li>a .fa, #header .header-nav-top .nav>li>a .icons, #header .header-nav-top .nav>li>span .fa, #header .header-nav-top .nav>li>span .icons {margin-right: 0;top: 0;}
/*Header Top Son*/

/*Diğer Sayfalar Başlangıç*/
.breadcrumb9 .parallax-background:before {
    background: url(/upload/images/overlay-pattern-1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

@keyframes toTopFromBottom{
    49% {
    transform: translateY(-19%);
}
50% {
    opacity: 0;
    transform: translateY(19%);
}
51% {
    opacity: 1;
}
}
  
/* -- Google Translate Css*/
.goog-te-gadget-icon{display:none;}
.goog-te-banner-frame.skiptranslate {display:none !important;} 
body{top: 0px !important;}
.goog-te-gadget-simple{border:0;}
.goog-te-gadget-simple {background-color: transparent;}
.goog-te-gadget-simple .goog-te-menu-value span {color:#d73335  !important;}
.goog-te-gadget-simple .goog-te-menu-value{padding:0px;margin:0 15px 2px 0;display: inline-block;}
#header .header-top .header-nav-top{max-height:48px;overflow: hidden;}
html.sticky-header-active #header.header-semi-transparent-light .header-body{top:0px !important;}
.goog-te-gadget-simple{font-size:14px !important;color: #222 !important;}
#header .fa.fa-globe {float:left;padding:6px 6px;}
/* -- End Google Translate Css */
.thumb-info .thumb-info-inner, .thumb-gallery .thumb-info-inner{white-space: normal!important;}
/* Ürün Resimleri */
.thumb-info .thumb-info-type, .thumb-gallery .thumb-info-type {
    background-color: #d73335;
}
.thumb-gallery .thumb-info-title{
    bottom: auto;
    top: 10%;
    left: 4px
}
blockquote{
    border-left: 5px solid #D63032;
    color: #fff;
    background: #000;
}
.section.section-center{background: linear-gradient(59deg, rgb(0, 0, 0) 12.3%,rgb(148, 10, 11) 12.4%, rgb(215, 51, 53) 87.6%, rgb(0, 0, 0) 87.7%)}
.breadcrumb a {
    color: #d2d2d2;
}
.thumb-info .thumb-info-type {
    background-color: #af2d39;
}
@media screen and (max-width: 768px) {
    #footer h5{margin-top:15px;}
    .pdf-container>div:nth-child(odd){
        position:relative!important;
        left: 0!important;
        margin-left: 0!important;
        top: 0px!important;
        width: 50%!important;
        height: 841px;
        border-style: none!important;
        overflow: hidden;
        float: left!important;
    }
    .pdf-container>div:nth-child(even){
        position:relative!important;
        left: 0!important;
        margin-left: 0!important;
        top: 0px!important;
        width: 50%!important;
        height: 841px;
        border-style: none!important;
        overflow: hidden;
        float: right!important;
    }
  .masonry .masonry-item{width:50%;}
}
.masonry-item .thumb-info {
    border: 10px solid #fff;
}

@media only screen and (min-width: 992px){
    .pdf-container>div:nth-child(odd){
        position:relative!important;
        left: 0!important;
        margin-left: 0!important;
        top: 0px!important;
        width: 50%!important;
        height: 841px;
        border-style: none!important;
        overflow: hidden;
        float: left!important;
    }
    .pdf-container>div:nth-child(even){
        position:relative!important;
        left: 0!important;
        margin-left: 0!important;
        top: 0px!important;
        width: 50%!important;
        height: 841px;
        border-style: none!important;
        overflow: hidden;
        float: right!important;
    }
    #footer .col-md-2{
        text-align: end;
        float: left;
    }
    #footer .col-md-10.f16.b p{
        text-align: justify;
    }
    .product .product-image-area{
        border:0;
    }
    #footer .container .row>div {
        margin-bottom: 0;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        border-color: transparent transparent transparent #08c;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{transition: padding .3s ease-in-out;}
    
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        border-color: transparent transparent transparent #f7a81b;
    } 
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu {
        top: 5px;
    }
    #mainNav{position:relative;}
    #mainNav .dropdown-mega-content .col-md-3{width:50%;}
    .dropdown-mega-sub-title{color:#a9a9a9!important;}
    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li:hover>a {background:transparent;}
    nav .main-menu .dropdown-menu a:hover, nav .main-menu .dropdown-menu span.dropdown-menu-title-only:hover {background-color: rgba(211, 211, 211, 0.1) !important;}
}
    
/* hr{background-image: linear-gradient(to right,#ebebeb6b,#DBDBDB,#ebebeb6b);} */
input {padding: 0px;}
.form-control{box-shadow:none;border: 2px solid #ebebeb;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}
.fw800{font-weight:800;}
.fw400{font-weight:400;}
.footer-ribbon{display:none;}
/*Butonlar CSS*/
.btn-white{color:#fff;border:1px solid #ccc;}
.btn-white:hover{color:#fff;border: 1px solid #00538082;background-color: #27317d82;}
/*Butonlar CSS SON*/
.social-icons li:hover.social-icons-facebook a{background: #3b5a9a!important;}
#footer .social-icons li:hover.social-icons-linkedin a {background: #0073b2;}
.social-icons li:hover.social-icons-twitter a {background: #1aa9e1!important;}
.social-icons li:hover.social-icons-instagram a {background: #f09433!important; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important; 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )!important;}
.page-odeme .submit{margin-bottom: 30px;}
.panel-group {margin-top: 42px;}
.product-price-box .old-price {width:100%;}

.owl-carousel .owl-nav .owl-prev {
    left: -25px;
}
.owl-carousel .owl-nav .owl-next {
    right: -25px;
}

.header-logo a .logo-text span:first-child {
    font-size: 17px;
    color: #08c;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1.3px;
    margin-top: -5px;
}
.header-logo a .logo-text span:nth-child(2) {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.7px;
    margin-top: 2px;
    color: #575757;
}
.logo-icon-wrp {
    float: left;
    width: 50px;
    height: 45px;
}
.parallax-background{background-repeat: no-repeat;}

.testimonial blockquote {background: #f5f5f5;}
.testimonial .testimonial-arrow-down {border-top-color: #f5f5f5;}


.page- .testimonial blockquote {background: #fff;}
.page- .testimonial .testimonial-arrow-down {border-top-color: #fff;}

.testimonial blockquote p {color: #777;}
.testimonial blockquote:after, .testimonial blockquote:before {color: #777;}
@media only screen and (min-width: 768px){
    .masonry .masonry-item {width: 33.3333%;}
.testimonial blockquote p{min-height: 231px;max-height: 231px;overflow-y:auto;overflow-x:hidden;}
.section-yorumlar .aboutDesc>div:nth-child(1n+4), .masonry>div:nth-child(1n+4){margin-top:0px;}
}

.testimonial blockquote p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.testimonial blockquote p::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.testimonial blockquote p::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.section.template-2{margin-top:0;}

.section-primary.template-2 span, .section-primary.template-2 label{color:#fff;}

.counters.template-2 strong { line-height: 1;font-size: 3.6em;font-family: 'Share', cursive;font-weight:normal;}
.counters.template-2 label{ font-family: 'Share', cursive;font-weight:normal;font-size: 1.1em;color: #6a80a9 !important;}

/* .sidebar form .form-area .col-md-6{padding:0;} */

/* Roundness */ 		
.rounded, .img-thumbnail, .img-thumbnail img, code, pre, .form-control, .form-control-sm, .form-control-sm .form-control, .form-control-lg, .form-control-lg .form-control, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .invalid-tooltip, .btn, .btn-group-4 > .btn, .btn-sm, .btn-group-2 > .btn, .btn-xs, .btn-group-1 > .btn, .btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .dropdown-menu, .input-group-4 > .form-control, .input-group-4 > .input-group-addon, .input-group-4 > .input-group-btn > .btn, .input-group-2 > .form-control, .input-group-2 > .input-group-addon, .input-group-2 > .input-group-btn > .btn, .input-group-addon, .input-group-addon.form-control-sm, .input-group-addon.form-control-lg, .nav-tabs > li > a, .nav-tabs.nav-justified > li > a, .nav-pills > li > a, .nav-tabs-justified > li > a, .navbar, .navbar-toggle, .navbar-toggle .icon-bar, .breadcrumb, .pagination, .pager li > a, .pager li > span, .label, .badge, .container .jumbotron, .container-fluid .jumbotron, .thumbnail, .alert, .progress, .card, .accordion .card, .well, .well-lg, .well-sm, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, #header .header-search .form-control, #header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a, #header.header-transparent .header-nav-main, #header.header-semi-transparent .header-nav-main, #header.header-semi-transparent-light .header-nav-main, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a, #header .header-nav-top .dropdown-menu, .slider-container .tparrows, .nivo-slider .theme-default .nivoSlider, .nivo-slider .theme-default .nivoSlider img, .home-intro-compact, html.dark #header, html.boxed .body, blockquote.with-borders, p.drop-caps.drop-caps-style-2:first-child:first-letter, .btn-3d, select, .captcha-refresh, .featured-icon, .accordion .card-header, .tabs, .nav-tabs li a, .tab-content, .tabs.tabs-bottom .tab-content, .tabs.tabs-bottom .nav-tabs li a, .tabs-left .tab-content, .tabs-left .nav-tabs > li:first-child a, .tabs-left .nav-tabs > li:last-child a, .tabs-right .tab-content, .tabs-right .nav-tabs > li:first-child a, .tabs-right .nav-tabs > li:last-child a, .nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover, .nav-tabs.nav-justified li:last-child a, .nav-pills .nav-link, .nav-tabs.nav-justified li:last-child a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs-navigation, .tabs-navigation .nav-tabs > li:first-child a, .tabs-navigation .nav-tabs > li:last-child a, .nav-pills .nav-link, .navbar-toggler, .card, .card-header:first-child, .card-footer:last-child, .card-img, .badge, .badge-pill, .jumbotron, .alert, .progress, .modal-content, .tooltip-inner, .popover, .rounded, .toggle > label, .toggle.toggle-simple .toggle > label, .toggle.toggle-simple .toggle > label:after, .owl-carousel .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev, .owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next, .embed-responsive.embed-responsive-borders, .pricing-table h3, .pricing-table .plan, .featured-box, .featured-box .box-content, .thumb-info, .thumb-info .thumb-info-wrapper, .thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-type, .thumb-info img, section.timeline .timeline-date, section.timeline .timeline-box, .testimonial blockquote, .testimonial.testimonial-style-2 blockquote, .testimonial.testimonial-style-3 blockquote, .testimonial.testimonial-style-4, .testimonial.testimonial-style-4 blockquote, .testimonial.testimonial-style-5 blockquote, .testimonial.testimonial-style-6 blockquote, .container .call-to-action, .progress, .progress.progress-border-radius, .progress.progress-border-radius .progress-bar, .progress-bar, .progress-bar-tooltip, .counters.with-borders .counter, html .scroll-to-top, .google-map.small, .google-map-borders, article.post .post-date .month, article.post .post-date .day, article .post-video, article .post-audio, ul.comments .comment-block, .recent-posts .date .month, #header nav.mega-menu .mega-menu-shop .dropdown-menu, .shop ul.products .product .add-to-cart-product, .product-info, .product-info img, .product-info + .product-info, .img-thumbnail.img-thumbnail-hover-icon:before, .product-thumb-info, .product .product-label span {border-radius: 4px!important;}

/* */
.ml-15{margin-left:-15px;}
.mr-15{margin-right:-15px;}

/* Genel */
/*.text-primary{color:#ab7c09 !important;}*/
.breadcrumb-section{margin:0 0 60px 0 !important;}


/* .product .product-image-area {padding:0;border:none;border-radius:0;} */
.product .product-image-area .product-image{border-radius:0;}

#footer .footer-ribbon span, .home-concept strong, .home-intro p em {font-family: inherit;}

.tp-caption.PostSlider-Title, .PostSlider-Title {font-family: 'Share', cursive;}

html .scroll-to-top {
    background: #991b1e;
    bottom: 160px;
    color: #ffffff;
}
html .scroll-to-top:hover, html .scroll-to-top:focus{color: #ffffff;}



/* Slider Bullet */
.tp-thumbs.hades {background: transparent !important;}
.section .HakkimizdaTitle {
    font-size: 40px;
}
.call-to-action-content .fa-star{font-size:30px;color:#FD4;}
.call-to-action-with-star .call-to-action-content{padding-top:0;padding-bottom: 0;}

.call-to-action.call-to-action-with-star .call-to-action-content {
    width: 65%;
}
.call-to-action.call-to-action-with-star .call-to-action-btn {
    width: 30%;
}
@media (max-width: 767px) {
    .call-to-action.call-to-action-with-star .call-to-action-btn,
    .call-to-action.call-to-action-with-star .call-to-action-content{
        width:100%;
    }
}

.list.list-icons li > .fa:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child, .list.list-icons li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.fa-check:before {
    color: #0088cc;
    border-color: #0088cc;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.icons {font-size: inherit;}
/*Footer Second*/
    #footer .form-area.row div{margin-top:0!important;}
    #footer h1,  #footer h2, #footer h3, #footer h4, #footer h5 {
        color: #171717!important;
    }
    #footer .ozelFormLabel{color: #7a7a7a;}
    #footer .container .row>div {
        margin-bottom: 0;
    }
    #footer:not(.light) a, #footer:not(.light) h1, #footer:not(.light) h2, #footer:not(.light) h3, #footer:not(.light) h4 {
        color: #1d2127;
    }
    #footer .single-footer-widget a, #footer p, #footer{color:#1b1b1b;}
    .footer-form .form-group {
        margin-bottom: -10px;
    }
    #footer .single-footer-widget li{
        height:30px;
    }
    #footer .listing-left li {
        height: 30px;
        margin-left: -17px;
    }
    #footer .adres-height{
        height: 50px!important;
    }
    /*
    #footer .single-footer-widget a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    */
    #footer{
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        font-size: 1.1em;
        background: #eeeeee;
    }
    #footer h4 {
    font-size: 1.3em;
    }
    .single-footer-widget .logo a {
        color: #283a5e;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 900;
    }
    .single-footer-widget .logo a span {
        color: #ffffff;
    }
    .single-footer-widget ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        color: #aaa;
    }
    /*Footer Social Icons Start*/
    #footer .social-icons li {
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }
    #footer .social-icons li a {
        overflow: hidden;
        margin: 0 5px 5px 0;
        width: 40px;
        height: 40px;
        border: #999 1px solid;
        border-radius: 3px;
        color: #999!important;
        background: transparent;
    }
    #footer .social-icons li a i {
        font-size: 20px;
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-top: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #footer .social-icons a:hover i {
        color:#fff;
    }
    #footer .social-icons a:hover i:first-child {
        margin-top: -38px;
    }
    #footer .social-icons a:hover i:last-child {
        margin-top: 8px;
    }
    /*Footer Social Icons End*/
    #footer .col-lg-4.col-md-4 .contact-list li:before, #footer .col-lg-4.col-md-4 .social-icons li:before{
        content: none;
    }
    #footer .contact-list .fa{
        margin-right: 7px;
        margin-left: -5px;
        color: #991b1e;
    }
    #footer .contact-list .fa.fa-mobile{
        margin-left: 2px !important;
    }
    #footer .usefull-links li:before {
        content: "›";
        color: #991b1e;
        font-weight: 800;
        width: 10px;
        top: 1px;
        font-size: 21px;
        display: inline-block;
        text-align: right;
        border: none;
        margin: 0px 7px 0px 0px;
        position: relative;
    }
    #footer .form-area.row div.g-recaptcha{
        margin: 9px 0px 9px!important;
    }
    #footer p, #footer a{color:#d0d0d0;}
    #footer p{
        font-weight: 100;
        font-size: 15px;
        color: #707070;
    }
    .footer-developed-by ul{
        padding-left: 0;
    }
    #footer .firma-adi {
        font-size: 19px;
        font-weight: 700;
        margin-top: 7px;
        float: left;
        line-height: 26px;
        margin-bottom: 20px;
    }
    #footer .logo>a>img{float:left;margin:5px;height:55px;}
        #header .header-nav-bar .header-nav-main{float:right;}
        /* #header .header-logo{width:100%!important;} */
        #header .header-logo img{float:left;}
        .header-widgets__widget:last-of-type {
        padding-right: 0;
    }
    #footer section.section {
    background: #1b1b1b;}
    #footer .footer-copyright {
    background:transparent;
    border:0;
    margin-top:0;
    padding: 0;
    }
    .mdl-15{left: -15%;}
    #footer .container .row>div {
        margin-bottom: 0;
    }    
    #footer section.iletisim-anasayfa {
    background: linear-gradient(180deg, #f5f5f5, transparent);
    }    
/*Footer Second Son*/  

/**************PROJECTS START**************/
/*
div.body>div.container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
*/
@media screen and (min-width: 922px){
    /*
    .lezzet .col-md-4.mb15:last-child{
        width: 48%;
        left: 25.7%;
    }
    */
    .lezzet .col-md-6.mb15{
        padding: 0;
        margin: 0 1%;
        width: 47.5%;
    }
    .lezzet .col-md-6.mb15:nth-child(2n+1){
        clear: both;
    }
    .lezzet .owl-carousel .owl-nav .owl-next:before {
        left: -545px;
        top: 185px;
        background: #fff;
        padding: 10px 20px 10px 29px;
        border-radius: 6px;
        border: 1px solid #ddd;
    }
    .lezzet .owl-carousel .owl-nav .owl-prev:before {
        left: 477px;
        top: 185px;
        background: #fff;
        padding: 10px 29px 10px 20px;
        border-radius: 6px;
        border: 1px solid #ddd;
    }
}
.lezzet {
    padding-top: 15px;
}
.lezzet .portfolio-item.img-thumbnail{
    padding:0;
    border:0;
    background: transparent;
}
.lezzet .slider1 .thumb-info{
    cursor: grab;
    transform: none;
    display: inline-flex;
    width: 100%;
    padding: 0;
    min-height: 170px;
}
.lezzet .slider1 .thumb-info img{
    width: 19%;
    border: 0;
    padding: 15px;
    height: 13%;
}
.lezzet .slider1 .thumb-info .thumb-info-title{
    text-align: left;
    display: flex;
    vertical-align: middle;
    align-content: center;
    flex-wrap: wrap;
    background: transparent!important;
    color: #991b1e;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: inherit;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
    text-transform: inherit;
    max-width: 100%;
}
.belgeler .thumb-info-title{
    color: #000000;
}
.belgeler a.thumb-info {
    background: #ffecec;
}
.lezzet .slider1 .thumb-info:hover .thumb-info-title{
    background: transparent!important;
}
.lezzet .thumb-info .thumb-info-inner {
    white-space: normal!important;
}
/*
.lezzet .thumb-info .thumb-info-inner,.projeler .thumb-gallery .thumb-info-inner{
    white-space: normal!important;
}
*/
.lezzet .slider1 .thumb-info .thumb-info-type {
    overflow: hidden;
    text-overflow: inherit;
    background-color: transparent !important;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 2px 0;
    text-transform: none;
    z-index: 2;
    color: #000;
}
.lezzet .thumb-info-type > p{
    line-height: 23px;
    font-size: 15.5px;
    text-align: left;
    color: #000;
    white-space: normal
}
.lezzet .portfolio-item .thumb-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.lezzet .owl-stage{
    -webkit-transition:all 1.0s ease-in-out;
    -moz-transition:all 1.0s ease-in-out;
    -o-transition:all 1.0s ease-in-out;
    transition:all 1.0s ease-in-out;
}
@media (min-width: 922px) and (max-width: 1100px){
    .lezzet .slider1 .thumb-info .thumb-info-title {
        font-size: 17px;
        padding: 10px 5px;
    }
}

@media screen and (max-width: 600px){
    .lezzet .slider1 .thumb-info img {
        width: 26%;
        padding: 10px;
    }
    .lezzet .slider1 .thumb-info{
        justify-content: space-evenly
    }
    .lezzet .col-xs-12.col-sm-4.col-md-4.mb15 {
        padding-right: 0;
    }
    .lezzet {
        padding-left: 0;
    }
    .lezzet a.thumb-info:after {
        background: #000;
    }
    .lezzet .slider1 .thumb-info .thumb-info-title {
        display: flex;
        vertical-align: middle;
        align-content: center;
        flex-wrap: wrap;
        padding: 10px 5px 10px 0;
    }
    .lezzet .thumb-info-type > p {
        font-size: 17px;
        line-height: 30px;
    }
    
}

/**************PROJECTS END**************/
span.thumb-info-action{
    display: none;
}