body {
    font-family: 'Ubuntu', sans-serif;
}
header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 10px solid var(--main-color); 
}
.main-color {
    color:var(--main-color);
}
.general-container {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-34 {
    font-size: 34px;
}
.fs-40 {
    font-size: 40px;
}
.fs-42 {
    font-size: 42px;
}
.fs-45 {
    font-size: 45px;
}
.fs-50 {
    font-size: 50px;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-900 {
    font-weight: 900;
}
.lh-1 {
    line-height: 1;
}
.lh-1-1 {
    line-height: 1.1 !important;
}
.lh-1-2 {
    line-height: 1.2 !important;
}
.lh-1-3 {
    line-height: 1.3 !important;
}
.lh-1-4 {
    line-height: 1.4 !important;
}
.lh-1-5 {
    line-height: 1.5 !important;
}
.lh-2 {
    line-height: 2 !important;
}
.icon {
    color:var(--main-color);
}
.mobilMenu svg.icon {
    color:var(--main-color);
}
section h2 {
    color: var(--main-color);
    font-weight: bold;
}

article h2 {
    font-size: 1.5rem;
}

.pdf {
    background-color: #e3e3e385;
}

.pdf a:hover {
    color: unset !important;
}

article figure {
    height: 250px;
}

a {
    color: var(--main-color);
}

.devam {
    color: #5c5c5c;
    font-size: 15.5px;
    font-weight: bold;
}

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

.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;
}

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;
    align-items: center;
    justify-content: center;
}

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

.vitrin_1_img {
    border: 2px solid #ff2929;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: inline-block;
}

.vitrin_5 {
    /* margin-top: -107px; */
    z-index: 999999999999;
    /* position: relative; */
}

.vitrin_5_div {
    position: relative;
    margin-top: -85px;
    z-index: 10;
}

.vitrin_5 li h3 {
    font-size: 23px;
    color: #fff;
}

.vitrin_5 li p {
    font-size: 15px;
}

.vitrin_5 li .contents {
    background-color: rgba(0, 0, 0, 0.86);
    border-bottom: 2px solid var(--main-color);
}

.vitrin_5 li:nth-child(3n+2) .contents {
    background-color: rgba(164, 21, 21, 0.91);
}

.vitrin_2 .img {
    position: relative;
    cursor: pointer;
}

.vitrin_2 h3 {
    position: relative;
    color: #272727;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.vitrin_2 h3::before {
    content: '';
    width: 40px;
    height: 4px;
    display: block;
    background-color: var(--main-color);
    margin-bottom: 3px;
}

.vitrin_2 .fiyat {
    display: block;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
}

.vitrin_2 h2 {
    font-size: 21px;
}

.vitrin_2 .fiyat strong {
    color: var(--main-color);
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

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

.vitrin_3 li:hover img {
    padding-left: 15px;
}

.swiper-button-prev, .swiper-button-next {
    color: #272727 !important;
}

.vitrin_3 h2 {
    color: #272727;
    font-size: 23px;
}
.vitrin_3 h2>span {
    font-weight: 300;
}

.vitrin_4 h2 {
    color: #272727;
    font-size: 23px;
    position: relative;
    display: inline-block;
}

.vitrin_4 h2::before {
    content: '';
    width: 40px;
    height: 4px;
    display: block;
    background-color: var(--main-color);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -15px;
}

.vitrin_4 h3 {
    font-size: 23px;
    width: 75%;
    white-space: normal;
}

.vitrin_4 figure {
    height: 235px;
}

.vitrin_4 li .contents {
    position: relative;
}

.vitrin_4 li .description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 4rem;
    align-items: start;
    flex-direction: column;
    background-color: #000000c7;
}

.vitrin_4 li .description img {
    width: 50px;
    margin-bottom: 10px;
}

/*blog*/

article {
    min-height: 568px;
}

article .description {
    padding: 7px 15px;
    background-color: #d2d2d20a;
}

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

article figure {
    position: relative;
    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 .figure {
    position: absolute;
    z-index: -1;
    display: block;
    left: 10px;
    right: -10px;
    height: calc(100% - 49px);
    top: -10px;
    background-color: #a41616;
}

#carouselExampleIndicators .container {
    height: 100%;
}

.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: flex-end;
    padding-bottom: 70px;
    align-items: end;
}

.s_content .items {
    padding: 20px 30px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9223039557619923) 50%, rgba(255, 255, 255, 0) 100%);
}

.s_content h2 {
    color: var(--main-color);
    position: relative;
    font-size: 30px;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: var(--main-color);
    font-weight: bolder;
}

.s_content p {
    position: relative;
    font-size: 24px;
    display: inline-block;
    padding: 0 30px;
    float: right;
    margin: 0;
    font-weight: 400;
}

#carouselExampleIndicators .description {
    position: absolute;
    max-width: 380px;
    top: 50%;
    transform: translatey(-50%);
    left: auto;
}

#carouselExampleIndicators .description p {
    font-size: 20px;
}
#carouselExampleIndicators .description > *:not(.t_button) {
    font-weight: 300;
    color:#404040;
}
.form-control {
    font-weight: 300;
}
.under-inline > * {
    display: inline;
}
.contact-left-col .icon{
    vertical-align: middle;
    font-size: 1.8em;
}
.contact-left-col .icon-dis{
    width:30px;
    text-align: center;
}

.t_button {
    position: relative;
    display: inline-block;
    padding: 4px 18px;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    border-radius: 13px;
}

.t_button:hover {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #ffffff;
}

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

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

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

header .logo_a {
    display: block;
    padding: 7px 0;
}

.logo {
    /* width: 330px; */
}

.sub {
    background-color: var(--main-color);
}

.diller {
    background-color: #F48120;
    position: relative;
}

.diller a {
    color: #fff;
}

.doverlay {
    position: absolute;
    left: 0;
    right: 37%;
    bottom: 0;
    top: 0;
    background-color: var(--main-color);
}

footer {
    background-color: #1a1a1a;
    color: #fff;
}

@font-face {
    font-family: script;
    src: url(SCRIPTIN.ttf);
}

.footer {
    /* background-image: url(../img/fb.jpg);
    background-size: cover; */
}

.footer a:hover {
    text-decoration: underline;
}

.footer .baglantilar a {
    text-transform: capitalize;
}

.footer p {
    margin-bottom: 0;
}

.footer h5 {
    margin-bottom: 1em;
}

.footer li {
    color: var(--main-color);
}

.footer i {
    color: var(--main-color);
}

.sosyal_medya li {
    display: inline-block;
}

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

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

.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: #0004;
    content: '';
    z-index: 1;
}

.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: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg2 {
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.map-container {
    border-bottom: 3px solid #ddd;
}

.bg2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    z-index: 1;
}

.sayfa_baslik .baslik-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: var(--main-color); */
    padding: 10px;
    z-index: 2;
}

.sayfa_baslik {
    position: relative;
    min-height: 108px;
    right: 0;
    left: 0;
    top: 0;
    background-color: #5b5b5b;
}

.sayfa_baslik h1 {
    width: fit-content;
    font-size: 2.2rem;
    color: #fff;
}

.sayfa_baslik p {
    text-align: left;
    font-size: 100%;
    font-weight: 200;
    color: #fff;
}

.sayfa_baslik .container, .bg2 .container {
    position: relative;
    z-index: 3;
}
.sayfa_baslik a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.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 {
    overflow-x: hidden;
}

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

nav.nerdeyim ol li {
    display: inline-block;
    margin-right: 3px;
}

nav.nerdeyim ol li a {
    font-weight: 600;
}
nav.nerdeyim ol li > * {
    font-size: .8em;
    color: #fff;
}
nav.nerdeyim ol li a:hover {
    color: var(--main-color);
}

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

nav.nerdeyim a i {
    display: none;
}

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

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

h1 {
    font-size: 3em;
}

p {
    font-size: 16px;
}

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

ul.language-list > li {
    padding: 0 5px;
    display: inline-block !important;
}

section.vitrin_3 .under-slide-title {
    position: absolute;
    top: 5%;
    left: 5%;
}
.detail-page-image {
    border:2px solid #fff;
    border-radius: 10px;
}

@media (max-width:768px) {
    nav.nerdeyim a i {
        display: inline-block;
    }
    nav.nerdeyim li:first-child a span {
        display: none;
    }
}

@media (max-width:1365px) {
    .s_content {
        margin-top: 45px;
    }
}

@media (max-width:1200px) {
    .sayfa_baslik h1 {
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    article h2::after {
        display: none
    }
    h5:after {
        margin-left: auto;
        margin-right: auto;
    }
    .vitrin_5 h2:after {
        margin-left: auto;
        margin-right: auto;
    }
    .vitrin_baslik {
        margin: 0 !important;
    }
    .vitrin_2 ul li .description {
        left: 1.5rem;
        right: 1.5rem;
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .vitrin_2 h3 {
        font-size: medium;
    }
    .bolge_baslik {
        width: 100%;
    }
    .giris h1 {
        border-left: none;
        padding-left: 0;
        line-height: auto;
    }
    #carouselExampleIndicators>.carousel-inner img {
        width: auto !important;
        height: calc(100vh - 200px);
        top: 0;
        position: relative;
        left: 50%;
        transform: translateX(-35%);
    }
    #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;
    }
    #carouselExampleIndicators .description {
        top: 45%
    }
    .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);
    }
    .s_content {
        transform: skew(0);
        position: unset;
        width: auto;
        height: 100%;
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .s_content h2 {
        font-size: 9vw;
        text-align: center;
        padding: 21px;
        border: 0;
    }
    .s_content p {
        text-align: center;
        border: 0;
        padding: 27px;
        width: 100%;
        border-top: 1px solid var(--main-color);
    }
}

@media (min-width:992px) {
    /*992 den büyük ekranlar*/
    .anamenu a {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 400;
    }
    .anamenu ul {
        height: 100%;
    }
    .anamenu>ul span::after {
        content: "⯆";
        position: absolute;
        color: #fff;
        top: 12px;
        width: fit-content;
        font-size: 14px;
        right: 2px;
        transform: translateX(-50%);
    }
    .anamenu ul ul span::after {
        content: "";
        position: absolute;
        color: #cecbcb;
        top: 16px;
        width: fit-content;
        font-size: 14px;
        right: 2px;
        transform: translateX(-50%);
    }
    .anamenu ul li a::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 15px;
        left: 0;
        background-color: #ffffff;
    }
    .anamenu ul li:not(:last-child) {
        /* margin-right: 5px; */
    }

    .anamenu > ul > li:not(:last-child) > a {
        position: relative;
    }
    
    .anamenu > ul > li:not(:last-child) > a:after {
        content: '';
        position: absolute;
        right: -15px;
        top: 3px;
        bottom: 3px;
        width: 1px;
        background-color: #cecece;
    }
    .anamenu > ul.general-menu > li {
        border-top:1px solid #cecece;
    }
    .anamenu > ul.language-list > li > a:after {
        content: unset;
    }
    
    .anamenu ul ul li a:after {
        display: none;
    }
    .anamenu ul ul .active>a {
        color: #fff
    }
    .anamenu ul ul {
        min-width: 240px;
        position: absolute;
        right: 0;
        height: auto;
        top: 26px;
        z-index: 100;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms, visibility 200ms;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
        border-radius: 8px;
        text-align: left;
    }
    .anamenu ul ul ul {
        display: none;
        top: 0px;
        left: 100%;
    }
    .anamenu ul li {
        display: inline-block;
        position: relative;
        font-weight: 500;
        padding: 10px 15px;
    }
    .anamenu ul li:last-child {
        padding-right: 0;
    }
    .anamenu ul ul li {
        display: inline-block;
        position: relative;
        font-weight: 500;
        padding: 0;
        margin-right: 0;
    }
    .anamenu ul li a {
        display: block;
    }
    .anamenu ul li li {
        display: block;
        border-bottom: 1px solid rgba(214, 214, 214, 0.25);
        height: auto;
    }
    .anamenu ul li li a {
        white-space: nowrap;
        text-transform: none;
        line-height: normal;
        padding: 17px 25px;
        font-size: 15px;
        color: #272727;
    }
    .anamenu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width:991px) {
    /*991 den küçük ekranlar*/
    .sayfa_baslik h1 {
        font-size: 1.6em;
    }
    .anamenu ul ul ul {
        display: none;
        top: 0px;
        left: 100%;
    }
    header .logo_a {
        text-align: center;
    }
    .navHeader, .mobilMenu {
        display: block;
    }
    .mobilMenu {
        position: absolute;
        top: 37px;
        right: 10px;
    }
    .navHeader img {
        max-height: 60px;
    }
    .mobilMenu svg {
        font-size: 2em;
        transition: 0ms
    }
    .whatsapp svg {
        width: 30px;
        fill: #fff;
        transition: 0ms;
        margin-top: 9px;
    }
    .navHeader {
        display: flex;
        background-color: #f9f9f9;
        height: 83px;
        position: relative;
        z-index: 1000;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
    }
    .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: -102%;
        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;
        width: 100%;
        height: 100%;
        left: 100%;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden
    }
    .anamenu ul li a {
        display: block;
        padding: 15px;
        white-space: nowrap;
        border-bottom: 1px solid #dddddd;
        font-size: 23px;
        color: #272727;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .anamenu ul li a:hover {
        color: var(--main-color);
    }
    .anamenu ul li span {
        display: inline-block;
        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: 15px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        background-color: #272727;
    }
    .ustmenu i {
        display: inline-block;
        background-color: #e8e6e6;
        height: 57px;
        width: 57px;
        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;
    }
}