body {
    background: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    height: 100vh;
    overflow-x: hidden;
}

 @media (max-width: 576px) {
    .ikon-mobil {
        color: #fff!important;
    }
    .mobil-top{
        margin-top: 53px;
    }
    .back-to-top {
       z-index: 9 !important;
        position: fixed!important;
        bottom: 15px!important;
        right: 24px!important;
        display: none;
        background-color: #e30a17 !important;
    }
} 

main {
    height: 100%;
}


.anasayfa-ozel-urunler a:hover {
    color: unset;
}

.acil {
    background: rgb(255, 74, 85);
    background: radial-gradient(circle, rgba(255, 74, 85, 1) 0%, rgba(227, 6, 19, 1) 100%);
    transition: all .3s ease-in-out;
    position: absolute;
    right: 15px;
    z-index: 1;
    top: -6px;
}

.cizgi {
    text-decoration: line-through;
}

.acil:hover {
    opacity: .8;
}

.slide-area figure {
    height: calc(100vh - 35px);
}

.three-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

* {
    transition: all 200ms ease-in-out;
}

a {
    color: #333;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

blockquote p {
    margin: 0;
}

h2 {
    margin-bottom: 2rem;
}

.s_content h2::after {
    content: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

h3 {
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v_middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .40);
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: center;
    color: aqua;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

@media (max-width:768px) {
    #sayfa-mobil {
        display: none!important;
    }
    nav.nerdeyim {
        background-color: #f3f3f3!important;
    }
}

.vitrin_4 * {
    overflow: hidden;
}

.vitrin_2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.vitrin_2 .contents {
    text-align: center;
}

.vitrin_2 .number {
    font-size: 76px;
    font-weight: bold;
    color: #ffffff36;
    line-height: 85px;
}

.vitrin_2 h3 {
    font-size: 17px;
}

.vitrin_2 .description p {
    font-size: 15px;
}

.vitrin_2-baslik {
    color: #e30613;
}

.vitrin_3 li a{
    background-color: #f3f3f3;
}

.vitrin_3 li{
    /* background-color: #f3f3f3; */
    /* margin-right: 5px; */
}

/* .vitrin_3 .conatiner{
    background-color: #f3f3f3;
    margin-right: 5px;
} */

.text-kirmizi {
    color: #e30613;
}

.vitrin_3 li a img {
    position: relative;
    z-index: 2;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.vitrin_3 li:hover a {
    transition: all .3s ease-in-out;
    background-color: #e3071417 !important;
}

.vitrin_4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.vitrin_5 .contents {
    background-color: #2c2b31;
    border-radius: 10px;
}

.vitrin_6 .border {
    border-style: dashed !important;
    border-width: 2px !important;
    border-color: #333 !important;
}


@media (max-width:576px) { 
    .ok{
       display: none;
    }
    .ok img{
        display: none;
     }
}

@media (min-width:1176px) { 
    .ok{
        position: absolute;
        right: -14px;
        top: 50%;
        transform: translateY(-63%);
    }
}
.vitrin_6 li:nth-last-child(1) .ok{
    display: none!important;
}

.vitrin_6 span {
    position: absolute;
    background-color: #e30613;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
}

.vitrin_7 li div {
    background-color: #f3f3f3;
}

.vitrin_7 .desc {
    background-color: #e30613;
    padding: 7px;
    color: #fff;
    font-size: small;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.vitrin-8 {
    height: auto;
    max-width: 30%!important;
}

.baslik-cizgisi::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: red;
}

/*blog*/

article {
    min-height: 568px;
}

article .description {
    padding: 20px;
}

article .description p {
    font-size: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

article figure {
    margin: 0;
}

article ul li:hover .contents {
    box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.42);
}

/*galeri tipi alt sayfalar*/

.galeri_liste ul li {
    min-height: 150px;
    overflow: hidden;
}

.galeri_liste ul li h3 {
    display: block;
    font-size: unset;
    font-weight: bold;
    color: #fff;
    font-size: xx-large;
}

.galeri_liste ul li figure {
    position: absolute;
    z-index: 0!important;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.galeri_liste ul li .description {
    position: relative;
    z-index: 1 !important;
    padding: 36px;
    height: 100%;
    background-color: #00000085;
}

.galeri_liste ul li .description p {
    height: 80px;
    margin: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 500;
    color: #fff;
}

.galeri_liste ul li .description:hover {
    background-color: #1e1e1ec4;
}

#gallery h3 {
    font-size: 1.1em;
    font-weight: 400;
    white-space: normal;
    padding: 15px;
    text-align: center;
    background-color: #f1f1f1;
}

.carousel-indicators {
    bottom: 65px;
    justify-content: flex-end;
    z-index: 2;
}

.overlay {
    top: 0;
    bottom: 0;
}

.figure {
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 1
}

.s_content {
    color: #fff;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    padding: 15px 60px;
}

.s_content h2 {
    font-weight: 600;
    position: relative;
    font-size: 48px;
    text-align: center;
    color: #fff;
}

.s_content p {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 34px;
    font-weight: bold;
}

.button span {
    background-color: #01babd;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 7px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.button span i {
    font-size: 26px;
    margin-top: 4px;
}

.t_button_l {
    padding: 15px 35px 15px 35px;
    border-radius: 10px;
    border: 1px solid #333333;
    display: inline-block;
    color: #333333;
    line-height: 100%;
}

.baslik {
    position: relative;
}

.baslik::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -2%;
    transform: translateX(-50%);
    height: 24px;
    background-color: #e30613;
    width: 5px;
}


.t_button_l:hover {
    border-color: #333;
    color: #333;
}

.indirim {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle, rgba(255, 74, 85, 1) 0%, rgba(227, 6, 19, 1) 100%);
    padding: 10px;
}

.indirim2 {
    background: radial-gradient(circle, rgba(255, 74, 85, 1) 0%, rgba(227, 6, 19, 1) 100%);
    padding: 10px;
}

/* section:nth-child(2n+2) {
    background-color: #f2f2f2;
} */

section ul:first-child {
    padding-left: 0;
}

.logo {
    height: 60px;
}
header{
    background-color: transparent;
    z-index: 1000;
    top: inherit;
    position: absolute;
 width: 100%;
}

#header2{
    background-color: #000;
    z-index: 1000;
    top: 0;
    width: 100%;
}
header .logo_a {
    display: block;
    line-height: 100px;
}

.doverlay {
    position: absolute;
    left: 0;
    right: 37%;
    bottom: 0;
    top: 0;
    background-color: #4b6697;
}

footer {
    background-color: #333;
    color: #fff;
}

.footer {}

.footer ul {
    columns: 2;
}

.footer h5 {
    padding-bottom: 1em;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer h5::after {
    margin-top: 1em;
    content: '';
    position: absolute;
    left: 5%;
    top: 3%;
    width: 50px;
    height: 3px;
    background-color: grey;
}

.sosyal_medya li {
    display: inline-block;
}

.sosyal_medya a {
    color: #fff;
    display: block;
    padding: 5px;
}

.sayfa_baslik {
    background-repeat: no-repeat;
    background-size: cover;
}

.giris {
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    z-index: -10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -ms-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-top: -50px;
}

.giris:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0000004d;
    content: '';
    z-index: 1;
}

.owl-nav {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: -4vw;
    top: -158px;
}

.owl-next {
    position: absolute;
    right: -4vw;
    top: -158px;
}

.yatay_ortala {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.yatay_ortala .container {
    position: relative;
    z-index: 3;
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

figure {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.incele-buton {
    position: absolute;
    left: 30%;
    right: 30%;
    display: none;
    border: 1px solid white;
}

.incele-buton:hover {
    color: white !important;
    border: 1px solid white;
}

.vitrin_1 .item {
    /* border-right: 7.5px solid #f2f2f2;
    border-left: 7.5px solid #f2f2f2;*/
}

.vitrin_1-c .owl-item:hover figure img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: .5;
}

.vitrin_1-c figure {
    transition: background-color .5s linear;
}

.vitrin_1-c .owl-item:hover figure {
    background-color: black !important;
}

.vitrin_1-c .owl-item:hover .incele-buton {
    display: unset;
}

.liste-li figure {
    transition: background-color .5s linear;
}

.liste-li:hover figure {
    background-color: black !important;
}

.liste-li:hover figure img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: .5;
}

.liste-li:hover .incele-buton {
    display: unset;
    top: 45%;
}

.sayfa_baslik {
    position: relative;
    height: 300px;
    background-color: #00000085 !important;
    background-blend-mode: multiply;
}

.sayfa_baslik h1 {
    width: fit-content;
}

.sayfa_baslik .alt {
    display: block;
    margin-top: 30px;
    width: 90px;
    border-top: 6px solid #e30a17;
    content: '';
    position: relative;
    z-index: 2;
}

.sayfa_baslik p {
    text-transform: capitalize;
    font-size: 21px;
}

.sayfa_baslik .container, .bg2 .container {
    position: relative;
    z-index: 3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5d5d5d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5d5d5d;
    border-color: #5d5d5d
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

nav.nerdeyim {
    background: #ffffff6b;
    text-align: center;
    z-index: 3;
    display: flex;
    align-items: center;
}

nav.nerdeyim ol {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav.nerdeyim ol li {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
}

nav.nerdeyim ol li a {
    color: #212529;
    font-weight: 500;
}

nav.nerdeyim ol li a.aktif {
    font-weight: 200;
}

nav.nerdeyim a i {
    display: none;
}

.googleMap {
    width: 100%;
    height: 590px;
}

.giris h1 {
    border-left: 10px solid #fff;
    padding-left: 20px;
    line-height: 86px;
}

h1 {
    font-size: 3em;
}

p {
    font-size: 19px;
}

.vitrin_baslik {
    display: inline-block;
    font-weight: bolder;
    padding: 10px;
    color: #333;
    font-size: 29px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

@media (max-width:768px) {
    .logo{
        height: 40px;
    }
    nav.nerdeyim a i {
        display: inline-block;
    }
    nav.nerdeyim li:first-child a span {
        display: none;
    }
    .footer h5::after {
        margin-top: 1em;
        content: '';
        position: absolute;
        left: 44%;
        top: 5px;
        width: 50px;
        height: 3px;
        background-color: grey;
    }
    .footer ul {
        list-style: none;
    }
}

.back-to-top {
    z-index: 9 !important;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #e30a17 !important;
}

header.shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

header.shadow img {
    height: 40px;
}
header.shadow .number{
    color: #333!important;
}
header.shadow {
    background-color: #fff;
    border-bottom: 1px solid #706f6f;
}
#header2.shadow {
    background-color: #fff;
    border-bottom: 1px solid #706f6f;
}
header.shadow a{
   color: #333;
  
}
header.shadow .acil {
    top: unset;
    bottom: -18px;
}

header.shadow .logo_a {
    line-height: 75px;
}

@media (max-width:1200px) {
    .owl-prev {
        position: absolute;
        left: -3vw;
        top: -247px;
    }
    .owl-next {
        position: absolute;
        right: -3vw;
        top: -247px;
    }
    h5:after {
        margin-left: auto;
        margin-right: auto;
    }
    .vitrin_2 h2:after {
        margin-left: auto;
        margin-right: auto;
    }
    .vitrin_baslik {
        margin: 0 !important;
    }
    .sayfa_baslik h1 {
        height: 130px;
        text-align: center;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .vitrin_2 h3 {
        font-size: medium;
    }
    .bolge_baslik {
        width: 100%;
    }
    .giris h1 {
        border-left: none;
        padding-left: 0;
        line-height: auto;
    }
    #carouselExampleIndicators .figure img {
        height: auto;
    }
    #carouselExampleIndicators .container {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: stretch;
        justify-content: center;
        text-align: center;
    }
    .overlay {
        left: 0;
        transform: skew(0);
        padding: 0;
        width: 100% !important;
    }
    .overlay2 {
        padding: 15px;
        transform: skew(0);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .overlay2 h1, .overlay2 p {
        transform: skew(0);
    }
    .sayfa_baslik h1 {
        height: auto;
        font-size: 10vw;
        padding-bottom: 15px;
        width: 100%;
    }
    .sayfa_baslik h1:after {
        margin-left: auto;
        margin-right: auto;
    }
    .acil {
        top: unset;
        bottom: -34px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        width: max-content;
    }
}

.header2::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    height: 10px;
    background-color: #ffffff59;
    z-index: 183;
}

li.mega_menu.active::after {
    left: unset;
    margin-left: 7px;
}

.two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width:992px) {
    /*992 den büyük ekranlar*/
    .slide-area {
        /* height: calc(100vh - 250px); */
    }
    .anamenu a {
        color: #fff;
        text-transform: capitalize;
        font-size: 17px;
        text-transform: uppercase;
    }
    .anamenu .active {
        position: relative !important;
    }
    .anamenu .active::after {
        content: '';
        position: absolute;
        left: 8px;
        width: 64px;
        height: 3px;
        background: #e30613;
    }
    .anamenu ul {
        height: 100%;
    }
    .anamenu ul li a:after {
        content: '';
    }
    .anamenu li:hover>a {
        color: #fff;
        border-bottom-color: #fff
    }
    
    header.shadow .anamenu li:hover>a {
        color: #333;
        border-bottom-color: #333
    }
    .mini_menu ul {
        position: absolute;
        left: 0;
        height: auto;
        z-index: 100;
        background: #333;
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms, visibility 200ms;
    }
    .mega_menu {
        position: unset !important;
    }
    .mega_menu ul {
        position: absolute;
        height: auto;
        z-index: 100;
        background: #333;
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms, visibility 200ms;
    }
    .mega_menu ul ul {
        display: none;
    }
    .mega_menu ul li a {
        text-align: center;
    }
    .mega_menu ul li a img {
        width: 90px;
        margin-right: 10px;
    }
    .anamenu ul li {
        display: inline-block;
        position: relative;
        font-weight: 500;
    }
    .anamenu ul li a {
        padding: 5px 9px;
        display: block;
    }
    .anamenu ul li li {
        display: block;
        height: auto;
    }
    .anamenu ul li li a {
        color: #fff;
        font-weight: 200;
        white-space: nowrap;
        text-transform: none;
        line-height: normal;
        padding: 10px 15px;
        border: none;
        display: flex;
        align-items: center;
    }
    .anamenu ul li li:hover a {
        color: #f1f1f1;
    }
    .anamenu ul li li a:hover {
        background-color: #e30613;
    }
    .anamenu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    .mini_menu ul ul {
        left: inherit;
        top: 0px;
        right: 100%;
    }
    .mega_menu ul ul {
        left: inherit;
        top: 0px;
        right: 28%;
        min-width: 72%;
    }
    .mega_menu ul ul:last-child {
        left: inherit;
        bottom: 0px !important;
        top: unset !important;
        right: 28%;
        min-width: 72%;
    }
    .mini_menu img {
        visibility: hidden;
    }
}

@media (max-width:991px) {
    .vitrin_1-c .owl-item:hover figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    header .logo_a {
        line-height: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header.shadow img {
        height: 30px;
    }
    header.shadow .logo_a {
        line-height: 50px;
    }
    header.shadow  svg{
          fill: #000;
    }
   header.shadow .ikon-mobil{
       color: #000 !important;
   }
    .mega_menu ul {
        flex-direction: column;
        top: 71px !important;
    }
    /*991 den küçük ekranlar*/
    .anamenu ul li {
        width: 100%;
    }
    .navHeader, .mobilMenu {
        display: block;
    }
    .navHeader img {
        width: 160px;
    }
    .mobilMenu svg {
        width: 29px;
        /* fill: #fff; */
        padding: 10px 0;
        transition: 0ms
    }
    .whatsapp svg {
        width: 30px;
        fill: #333;
        transition: 0ms;
        margin-top: 9px;
    }
    .navHeader {
        display: block;
        background-color: #f9f9f9;
        height: 71px;
        position: relative;
        z-index: 1000;
    }
    .navHeader span {
        display: inline-block;
        background-color: #f5f5f5;
        height: 65px;
        width: 65px;
        float: right;
        top: 0;
        margin: 3px;
        background-image: url('../img/close.svg');
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .anamenu {
        position: fixed;
        z-index: 10000;
        left: -100%;
        top: 0;
        width: 100vw;
        height: 100%;
        background: #fff;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    .anamenu ul ul:before {
        content: '';
        display: block;
        height: 71px;
    }
    .anamenu ul {
        list-style: none;
        margin-top: 11px !important;
        padding: 0;
        transition: all 300ms ease-in-out;
    }
    .anamenu ul ul {
        position: absolute;
        top: 0 !important;
        width: 100%;
        height: 100%;
        left: 100%;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0 !important;
    }
    .anamenu ul li a {
        display: block;
        padding: 15px;
        white-space: nowrap;
        border-bottom: 1px solid #dddddd;
        font-size: 23px;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .anamenu ul li a:hover {
        color: #ce0000;
    }
    .anamenu ul li span {
        background-color: #f5f5f5;
        height: 58px;
        width: 58px;
        float: right;
        top: 0;
        margin: 3px;
        background-image: url('../img/ileri.svg');
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ustmenu {
        padding: 13px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        background-color: #000;
    }
    .ustmenu i {
        display: inline-block;
        background-color: #e8e6e6;
        height: 54px;
        width: 54px;
        float: left;
        top: 0;
        margin: -15px 15px 0 -15px;
        background-image: url('../img/geri.svg');
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* tab panel code */

.nav-item {
    background-color: #e8e8e8;
}

.tab-pane {
    background-color: #f4f4f4;
}

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f12733;
    background-color: #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #f12733;
    font-size: 16px;
    font-weight: 600;
    background-color: white;
}

.project-tab .nav-link:hover {}

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

/*tab panel code end*/

