
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Poppins', sans-serif !important;
}
/*Standart main.css
  powered by rexa
*/

* {
    --site-primary-font: -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --site-primary-color: #847770;
    --site-hover-color: #645750;
    --site-footer-bg: #847770;
    --site-footer-link: #ffffff;
    --site-footer-title: #ffffff;
    --site-border-color: #95857c;
    --site-title: #111111;
    --site-link: #2196f3;
    --site-paragraf-color: #777777;
    --site-title-font-size: 28px;
    --site-title-font-weight: 500;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    font-family: var(--site-primary-font);
    font-size: 14px;
    color: #111;
    overflow-x: hidden;
    max-width: 100%;
}

@media(max-width:767.98px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
}

p {
    color: var(--site-paragraf-color);
}

.row > * {
    padding: 0 15px !important;
}

.row {
    margin: 0 -15px;
}

.container {
    padding: 0 15px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn, button {
    padding: 10px 25px;
    font-size: 15px;
    background-color: #111;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

    .btn:hover, .btn:focus {
        background-color: #000;
        color: #fff;
        opacity: 1;
    }

.btn-color {
    background-color: var(--site-primary-color);
    border-color: var(--site-primary-color);
    color: #fff;
}

    .btn-color:hover, .btn-color:focus {
        background-color: var(--site-hover-color);
        border-color: var(--site-hover-color);
        color: #fff;
    }

    .btn-color:after, .btn-border:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: "\f178";
        margin-left: 10px;
    }

.btn-grey, .btn-border {
    background-color: #ffffff;
    border-color: var(--site-primary-color);
    color: var(--site-primary-color);
}

    .btn-grey:hover, .btn-grey:focus, .btn-border:focus, .btn-border:hover {
        background-color: var(--site-primary-color);
        color: #fff;
    }



a {
    color: var(--site-link);
}

    a:hover, a:focus {
        text-decoration: none;
        color: var(--site-link);
    }

img, video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
}

.bg-dark {
    background-color: #111 !important;
}

.color-dark {
    color: #111000 !important;
}


ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

#cookieConsent {
    border-top: 1px solid #ddd;
    z-index: 99999;
    padding: 15px !important;
    background-color: white !important;
    box-shadow: 0px -5px 20px rgb(0 0 0 / 15%);
}

    #cookieConsent a {
        font-weight: bold;
        text-decoration: underline;
    }

/* FOOTER DARK */
footer#main-footer {
    padding: 70px 0;
    background-color: var(--site-footer-bg);
}

    footer#main-footer .footer-heading {
        color: var(--site-footer-title);
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    footer#main-footer a, footer#main-footer * {
        color: var(--site-footer-link);
    }

    footer#main-footer .footer-vc-menu ul {
        list-style: none;
    }

        footer#main-footer .footer-vc-menu ul li {
            padding-bottom: 10px;
        }

            footer#main-footer .footer-vc-menu ul li a:hover,
            footer#main-footer .footer-vc-menu ul li a:focus,
            footer#main-footer .footer-vc-menu ul li a:active {
                color: #fff;
                text-decoration: underline;
            }


    footer#main-footer .footer-info-list .contact-oge {
        margin-bottom: 15px;
    }

        footer#main-footer .footer-info-list .contact-oge .contact-oge-icon {
            margin-right: 10px;
        }

#footer-social-media li {
    margin-right: 10px;
}

    #footer-social-media li a {
        width: 35px;
        height: 35px;
        display: block;
        font-size: 1.8rem;
    }
/* FOOTER END*/

section#bottom-footer {
    padding: 15px 0;
    background-color: var(--site-footer-bg);
    border-top: 1px solid var(--site-border-color);
}

    section#bottom-footer * {
        font-size: 12px !important;
        color: var(--site-footer-link);
    }


/* HEADER */
.section-top-bar {
    position: relative;
    z-index: 101;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 40px;
}

    .section-top-bar .col-lg-6:first-child ul li {
        margin-right: 15px;
    }

    .section-top-bar .col-lg-6:last-child ul li {
        margin-left: 15px;
    }

    .section-top-bar ul li a {
        color: #111;
        display: block;
        font-size: 14px;
    }

    .section-top-bar #header-social-media li a {
        color: var(--site-primary-color);
        font-size: 18px;
    }

    .section-top-bar a:hover {
        color: var(--site-primary-color);
    }

.section-header {
    background-color: rgb(255, 255, 255);
    z-index: 99;
    box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 0.30);
    -webkit-box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 0.30);
    -moz-box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 0.30);
    height: 100px;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    z-index: 100;
}

.lang-menu > ul > li > a.dil:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: -20px;
    top: 0;
}

@media(min-width:768px) {
    .lang-menu > ul > li {
        padding-right: 20px !important;
    }

    .section-header #navigation {
        align-items: center;
        display: flex;
    }

    .section-header.sticky #navigation {
        height: 60px;
    }

    .section-header #navigation > ul {
        list-style: none;
        width: 100%;
        justify-content: end;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
    }

        .section-header #navigation > ul > li, .lang-menu > ul > li {
            height: 100px;
            line-height: normal;
            align-items: center;
            padding: 0 20px;
            line-height: 100px;
            transition: 0.3s;
            -webkit-transition: 0.3s;
        }

            .section-header #navigation > ul > li a, .nav-right .select-language .lang-menu > ul > li > a {
                display: block;
                color: #111;
                font-size: 13px;
                position: relative;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-weight: 600;
            }

            .section-header #navigation > ul > li .dropdown-trigger {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
            }

            .section-header #navigation > ul > li > a:before {
                content: '';
                transition: 0.3s;
                -webkit-transition: 0.3s;
                width: 0;
                height: 4px;
                display: block;
                position: absolute;
                bottom: 0;
            }

    .section-header #navigation ul li a:hover:before {
        width: 100%;
        background-color: var(--site-primary-color);
    }

    .section-header #navigation ul li a:hover {
        color: var(--site-primary-color);
    }
}

.section-header .logo-container .logo {
    position: relative;
    align-items: center;
    margin: 0px;
    height: 100px;
    display: flex;
}

    .section-header .logo-container .logo img {
        width: auto;
        height: auto;
        max-height: 50px;
    }

.section-header.sticky .logo-container .logo img {
    max-height: 30px;
}

.dropdown-menu {
    opacity: 0;
    height: auto;
    top: 150%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    visibility: hidden;
    display: block !important;
    padding: 15px;
    min-width: 200px;
    border-radius: 0;
    width: 100%;
    left: 0;
    top: 70%;
}
/*
@media(min-width:768px) {
    li.dropdown:hover .dropdown-menu {
        visibility: inherit;
        display: block;
        top: 100%;
        opacity: 1;
    }
}
*/

li.dropdown .dropdown-menu li {
    line-height: normal;
    padding: 7.5px 0;
}

    li.dropdown .dropdown-menu li a {
        font-weight: 500;
        color: #111;
    }
/**/



.blog-section {
    background-color: #f9fbfc;
    padding: 70px 0 40px;
}
/*CONTENT*/
#productResult, .section-contact {
    padding: 40px 0;
}

.pageDetailContent, .galleryDetailContent, .section-wrapper {
    padding: 70px 0;
}

@media(min-width:768px) {
    .navbar-toggler {
        display: none;
    }
    .section-header.sticky {
        position: fixed;
        top: 0;
        height: 60px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        z-index: 100;
    }
    
        .section-header.sticky #navigation > ul > li, .section-header.sticky .search-click, .section-header.sticky .lang-menu > ul > li {
            line-height: 60px !important;
            transition: 0.3s;
            -webkit-transition: 0.3s;
        }
    
        .section-header.sticky .logo-container .logo {
            height: 60px;
            transition: 0.3s;
            -webkit-transition: 0.3s;
        }

    .footer-img img {
        max-width: 100%;
        width: auto;
    }

    .pageContent-text--wrapper {
        height: 100%;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .contactCenter {
        padding-right: 30px;
    }
}

.rexa-icerik-tag, h1, h2, h3, h4, h5, h6 {
    font-size: var(--site-title-font-size);
    font-weight: var(--site-title-font-weight);
    color: var(--site-title);
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.pageContent-Body p, .pageContent-Body, .news-item-full-description, .news-item-full-description p, .news-item-short-description, .news-item-short-description p {
    font-size: 14px;
    color: var(--site-paragraf-color);
    line-height: 180%;
}

#backToUp {
    position: fixed;
    background-color: var(--site-hover-color);
    z-index: 999;
    width: 32px;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    text-align: center;
    line-height: 30px;
    bottom: 15px;
    left: 15px;
}

    #backToUp:hover, #backToUp:focus {
        background-color: var(--site-hover-color);
        border-color: var(--site-hover-color);
        cursor: pointer;
    }

/*GALER�*/
.galleryPrivateClass {
    margin-bottom: 30px !important;
}

.gallerySubName {
    font-size: 18px;
}

.rg-wrapper {
    margin-bottom: 0px;
    position: relative;
}

    .rg-wrapper .galleryInfo {
        margin: 0 auto;
        position: relative;
        color: #111;
        text-align: center;
        padding: 15px;
        width: 100%;
    }




.section-404, .s404wrapper {
    padding: 100px 0;
}

.s404wrapper {
    border: 1px solid #f9fbfc;
}

.font-xl {
    font-size: 3.2em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 0;
}

.nav-tabs .nav-link {
    margin: 0;
    padding: 15px 0;
    color: #111 !important;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
}

    .nav-tabs .nav-link.active {
        border-bottom: 3px solid var(--site-primary-color) !important;
        font-weight: 500;
        color: var(--site-primary-color) !important;
    }

.nav-tabs .nav-item {
    margin-right: 30px;
}

/* */
.action {
    width: 400px;
    margin: 0px auto;
    padding: 120px 0;
}

    .action > form {
        background-color: #fff;
        padding: 15px;
        width: 100%;
        border: 1px solid #f9fbfc;
        border-radius: 4px;
        border: 1px solid #eee;
    }

:focus {
    outline: 0;
}

.form-control, input, select, textarea {
    height: 46px;
    padding: 0 10px;
    line-height: 46px;
    background-color: #f9fbfc;
    border-color: #f9fbfc;
    border-width: 2px;
    font-family: var(--site-primary-font);
}

    .form-control:focus, input:focus, select:focus, textarea:focus {
        border-color: var(--site-primary-color);
        box-shadow: none !important;
        background-color: #fff;
    }

    .form-control::placeholder, input::placeholder, textarea::placeholder {
        font-weight: 400;
        color: var(--site-paragraf-color);
        font-family: var(--site-primary-font);
    }

textarea {
    min-height: 120px !important;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        margin-bottom: 5px;
    }

.action .btn-color, .action .btn-border, .action .btn-grey {
    width: 100%;
}

.action h1 {
    margin-bottom: 15px;
}

.altBilgi {
    margin-top: 1em;
}

.section-contact p {
    font-size: 16px !important;
}

.section-contact .contact-oge a {
    color: var(--site-paragraf-color);
    margin-bottom: 15px !important;
    font-size: 16px;
    display: block;
    font-weight: 300;
}

    .section-contact .contact-oge a span:first-child {
        margin-right: 5px;
        width: 35px;
        background-color: #f9fbfc;
        text-align: center;
        height: 35px;
        border-radius: 50%;
        line-height: 35px;
        font-weight: 300;
    }


.rexa-parallax {
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    position: relative;
}

    .rexa-parallax .rp-rlative {
        padding: 140px 0;
    }

p.lead {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        color: var(--site-primary-color);
        background-color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        opacity: 1 !important;
        display: block;
        text-align: center;
        border-radius: 50%;
    }
/*Main Slider*/
/*@media(min-width:768px) {
    .main-slider .swiper-container .swiper-slide .main-slider-bg .MainTableCell {
        padding: 0 100px;
    }
}
*/
.main-slider {
    height: calc(100vh - 140px);
    background-color: #f9fbfc;
    z-index: 99;
    position: relative;
}

    .main-slider .swiper-container {
        height: 100%;
    }

        .main-slider .swiper-container .swiper-slide .swiper-lazy {
            height: 100%;
            background-position: center;
            background-size: cover;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            z-index: -1;
        }

        .main-slider .swiper-container .swiper-slide video {
            position: absolute;
            width: 100%;
            height: auto;
            max-width: inherit;
            max-height: inherit;
        }

        .main-slider .swiper-container .swiper-slide .col-md-12 {
            height: 100%;
            padding: 0;
        }

        .main-slider .swiper-container .swiper-slide .container {
            height: 100%;
        }

        .main-slider .swiper-container .swiper-slide .main-slider-bg {
            display: flex;
            align-items: center;
            color: #fff;
            height: 100%;
            width: 100%;
            justify-content: center;
            text-align: center;
            position: relative;
            z-index: 3;
        }

            .main-slider .swiper-container .swiper-slide .main-slider-bg h1,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h2,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h3,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h4,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h5,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h6,
            .main-slider .swiper-container .swiper-slide .main-slider-bg .rexa-icerik-tag {
                font-size: 38px;
                color: #fff;
                font-weight: bold;
            }

            .main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor,
            .main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor p {
                font-size: 22px;
                color: #fff;
                line-height: 150%;
                margin: 0;
            }

            .main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a {
                display: inline-block;
                margin: 15px 5px;
            }

                .main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-1 {
                    background-color: transparent;
                    border-color: #fff;
                    color: #fff;
                }

                    .main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-1:hover,
                    .main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-1:focus {
                        background-color: #fff;
                        border-color: #fff;
                        color: var(--site-primary-color);
                    }

                .main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-2 {
                    background-color: var(--site-primary-color);
                    border-color: var(--site-primary-color);
                }

                    .main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-2:hover,
                    .main-slider .swiper-container .swiper-slide .main-slider-bg .banner-button-list a#btnSlide-2:focus {
                        background-color: var(--site-hover-color);
                        border-color: var(--site-hover-color);
                    }


#click_whatsapp {
    width: 60px;
    height: 60px;
    background-color: #24c862;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 38px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    #click_whatsapp:hover, #click_whatsapp:focus {
        cursor: pointer;
        background-color: var(--site-hover-color);
        border-color: var(--site-hover-color);
    }

.original-col {
    margin-bottom: 30px;
}

@media(max-width:767.98px) {
    .gallerySubName, html, body, p {
        font-size: 14px;
    }

    .original-col {
        margin-bottom: 15px;
    }

    .pageContent-text--wrapper {
        padding: 15px 0;
    }

    #click_whatsapp {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .pageDetailContent, .galleryDetailContent, footer#main-footer, #productResult, .section-contact, .section-wrapper {
        padding: 30px 0;
    }

    .mobile-order-2 {
        order: 2;
    }

    .section-top-bar, #backToUp {
        display: none !important;
    }

    section#bottom-footer * {
        text-align: center;
        display: block;
    }

    footer#main-footer .footer-img {
        display: none;
    }

    .action {
        width: 100%;
        padding: 30px 0;
    }
}


.swiper-pagination-bullet {
    background-color: var(--site-primary-color);
    border: 2px solid transparent;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--site-primary-color);
}

.main-slider .swiper-pagination-bullet {
    background-color: #fff;
}

.main-slider .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background-color: transparent;
}

.site-carousel .swiper-button-next, .site-carousel .swiper-button-prev {
    display: none;
}

.site-carousel .swiper-wrapper {
    padding-bottom: 40px;
}

@media(max-width:767.98px) {
    .offset-1 {
        margin: 0 !important;
    }
}

.s_code {
    max-width: 100%;
    height: auto;
}

.legal-checkbox * {
    color: #111;
}

.legal-checkbox a {
    text-decoration: underline;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

label[for="check_true"] {
    cursor: pointer;
}

.get-offer-wrapper {
    padding: 15px 0;
}
/*.product-card */
.product-card {
    position: relative;
}

    .product-card > a {
        color: #111;
    }

        .product-card > a .product-details {
            padding: 15px 0;
        }

            .product-card > a .product-details .product-title {
                font-size: 22px;
            }

    .product-card .discount-product {
        position: absolute;
        background-color: var(--site-primary-color);
        padding: 5px;
        font-size: 12px;
        color: #fff;
        top: 15px;
        left: 15px;
        border-radius: 4px;
    }

    .product-card .product-cart-price-wrapper {
        font-size: 16px;
    }

        .product-card .product-cart-price-wrapper .product-cart-price-wrapper-real-price {
            font-weight: 500;
            color: var(--site-primary-color);
        }
/* control_panel */
.control-panel {
    position: fixed;
    z-index: 98;
    background-color: #000000;
    color: #fff !important;
    top: 50%;
    transform: rotate(-90deg);
    left: -51px;
    border-radius: 0 0 16px 16px;
}

    .control-panel a {
        color: #fff !important;
        display: block;
        height: 40px;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 0 0 16px 16px;
    }

/* search */
.nav-right {
    height: 100%;
    width: 100px;
}

    .nav-right > * {
        display: inline-block;
    }

    .nav-right .search-click-1 {
        margin-left: 20px;
    }

    .nav-right .language-menu-class {
        min-width: 125px;
    }

.search-type-1.search-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgb(255 255 255);
}

    .search-type-1.search-wrap .search-inner {
        height: 100%
    }

    .search-type-1.search-wrap .search-cell {
        top: 20%;
        height: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

        .search-type-1.search-wrap .search-cell .nav-search {
            width: 1200px;
        }

            .search-type-1.search-wrap .search-cell .nav-search .search-box {
                position: relative;
            }


            .search-type-1.search-wrap .search-cell .nav-search input.main-search {
                width: 100%;
                background-color: transparent;
                border: 0;
                font-size: 38px;
                border-bottom: 2px solid #ddd;
                color: #111;
                padding: 0 60px;
                font-weight: 400;
                height: 70px;
            }

                .search-type-1.search-wrap .search-cell .nav-search input.main-search:focus {
                    border: 0;
                    border-bottom: 2px solid var(--site-primary-color);
                }

                .search-type-1.search-wrap .search-cell .nav-search input.main-search::placeholder {
                    font-weight: 300;
                }

            .search-type-1.search-wrap .search-cell .nav-search .submit-search {
                height: 70px;
                width: 50px;
                line-height: 70px;
                position: absolute;
                left: 0;
                padding: 0;
                background-color: transparent;
                color: #000;
                border: 0;
                font-size: 30px;
                text-align: center;
                cursor: pointer;
            }

                .search-type-1.search-wrap .search-cell .nav-search .submit-search .text {
                    display: none;
                }

            .search-type-1.search-wrap .search-cell .nav-search .search-close {
                height: 70px;
                width: 50px;
                line-height: 70px;
                position: absolute;
                right: 0;
                text-align: center;
                padding: 0;
                font-size: 50px;
                border: 0;
                font-style: normal;
                font-weight: 400;
                font-family: auto;
                cursor: pointer;
            }





.search-click {
    background: transparent;
    color: #111111;
    width: 40px;
    line-height: 100px;
    padding: 0;
    border: 0;
    font-size: 16px;
}


/*breadcrumb*/
.breadcrumb.breadcrumb-type-0 {
    height: 50px;
    background-color: var(--site-breadcrumb-bg);
    color: var(--site-breadcrumb-text);
    line-height: 50px;
    margin-bottom: 0;
    display:block!important;
}

    .breadcrumb.breadcrumb-type-0 ul.list li {
        position: relative;
        margin-right: 30px;
        display: inline-block;
    }

        .breadcrumb.breadcrumb-type-0 ul.list li,
        .breadcrumb.breadcrumb-type-0 ul.list li a {
            color: var(--site-breadcrumb-text);
            font-weight: 400;
            text-transform: uppercase;
            font-size: 12px;
        }

            .breadcrumb.breadcrumb-type-0 ul.list li.active {
                font-weight: 500;
            }

            .breadcrumb.breadcrumb-type-0 ul.list li:after {
                content: "\f105";
                font-family: "Font Awesome 5 Pro";
                font-weight: 300;
                position: absolute;
                right: -20px;
                color: var(--site-breadcrumb-text);
            }

            .breadcrumb.breadcrumb-type-0 ul.list li:last-child:after {
                display: none;
            }

.breadcrumb.breadcrumb-type-1 {
    text-align: center;
    height: 300px;
    background-color: var(--site-breadcrumb-bg);
    color: var(--site-breadcrumb-text);
    margin: 0;
}

    .breadcrumb.breadcrumb-type-1 .breadcrumb-img {
        background-image: url(/user-content/5a4af1fa-bc70-46a5-b63f-c2794f5c99f0.jpg);
        position: absolute;
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        z-index: 1;
    }

    .breadcrumb.breadcrumb-type-1 .breadcrumb-text {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .breadcrumb.breadcrumb-type-1 ul.list li {
        position: relative;
        margin-right: 30px;
        display: inline-block;
    }

        .breadcrumb.breadcrumb-type-1 ul.list li,
        .breadcrumb.breadcrumb-type-1 ul.list li a {
            color: var(--site-breadcrumb-text);
            font-weight: 400;
            font-size: 16px;
            text-transform: uppercase;
        }

            .breadcrumb.breadcrumb-type-1 ul.list li.active {
                font-weight: 500;
            }

    .breadcrumb.breadcrumb-type-1 .rexa-icerik-tag {
        color: var(--site-breadcrumb-text);
    }

    .breadcrumb.breadcrumb-type-1 ul.list li:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        position: absolute;
        right: -20px;
        color: var(--site-breadcrumb-text);
    }

    .breadcrumb.breadcrumb-type-1 ul.list li:last-child:after {
        display: none;
    }


/* blog item*/
.masonry-blog-grid {
}

    .masonry-blog-grid .masonry-blog-item {
        margin-bottom: 30px;
    }

.blogItemContent {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

.blog-item .blog-item-wrapper {
    position: relative;
    background-color: #fff;
}

    .blog-item.mb30 {
        margin-bottom: 30px;
    }

    .blog-item .flex-blog-item {
        margin: 0 auto;
        position: relative;
        color: #111;
        padding: 30px;
        width: 100%;
    }

        .blog-item .flex-blog-item .blog-item-title *, .rg-wrapper .galleryInfo h5 {
            font-size: 22px;
            font-weight: var(--site-title-font-weight);
            line-height: 150%;
        }

    .blog-item .blog-button-list {
        margin-top: 15px;
    }


/*.swiper-slide .blog-item {
    height: auto;
    max-height: 550px;
    position: relative;
    overflow: hidden;
}*/

    .swiper-slide .blog-item .flex-blog-item {
        padding: 15px 0;
    }

    .swiper-slide .blog-item .blog-item-img a {
        display: block;
        max-height: 300px;
        text-align: center;
    }

        .swiper-slide .blog-item .blog-item-img a img {
            margin: 0 auto;
            height: 100%;
            width: auto;
            max-height: 300px;
            max-width: 100%;
        }

    .swiper-slide .blog-item .flex-blog-item .news-item-short-description {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .swiper-slide .blog-item .flex-blog-item .blog-item-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

/*Mobil Menu
----------------------------------------------*/

@media(max-width:767.98px) {
    .row {
        margin: 0;
    }

        .row > * {
            padding: 0 !important;
        }

    .container, .container-fluid {
        padding: 0 30px !important;
    }


    .section-header {
        z-index: 10091;
    }

    #navigation {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(255 255 255);
        padding: 0 30px;
        padding-top: 100px;
    }

    .menu-click {
        width: 33px;
        height: 33px;
        padding: 5px;
        display: block;
        cursor: pointer;
        z-index: 1;
        position: relative;
    }

        .menu-click span {
            cursor: pointer;
            height: 2px;
            width: 33px;
            margin-bottom: 8px;
            background-color: var(--site-primary-color);
            position: relative;
            right: 0;
            display: block;
            transform: rotate(0deg);
            transition: .7s ease;
        }

            .menu-click span:last-child {
                margin-bottom: 0;
            }

    .hidden {
        opacity: 0;
        transition-delay: .5s;
        pointer-events: none;
        cursor: default;
    }

    .visible {
        opacity: 1;
    }

    .menu-click.open span:nth-child(1) {
        top: 10px;
        transform: rotate(135deg);
        transition: .7s ease;
        background: var(--site-primary-color);
    }

    .menu-click.open span:nth-child(2) {
        opacity: 0;
        right: 100px;
        background: var(--site-primary-color);
    }

    .menu-click.open span:nth-child(3) {
        top: -10px;
        transform: rotate(-135deg);
        transition: .7s ease;
        background: var(--site-primary-color);
    }

    .section-header .navbar-rexa {
        justify-content: flex-end !important;
        display: flex;
        padding-right: 5px;
    }

    .section-header > .container > .row {
        align-items: center;
        justify-content: center;
    }

    .section-header #navigation > ul {
        display: block;
    }

        .section-header #navigation > ul > li {
            padding: 0;
        }

            .section-header #navigation > ul > li.dropdown > a:after {
                content: "\f107";
                font-family: "Font Awesome 5 Pro";
                margin-left: 15px;
            }

            .section-header #navigation > ul > li > a {
                display: block;
                color: #111;
                font-size: 15px;
                position: relative;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-weight: 600;
                height: 50px;
                line-height: 50px;
            }


            .section-header #navigation > ul > li > .dropdown-trigger {
                position: absolute;
                right: 0;
                top: 0;
                height: 50px;
                line-height: 50px;
                width: 100%;
                background-color: transparent;
                padding-right: 15px;
                text-align: right;
                font-size: 18px;
                font-weight: 400;
            }

                .section-header #navigation > ul > li > .dropdown-trigger:before {
                    display: none;
                }


            .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul {
                visibility: inherit;
                display: block;
                top: 100%;
                opacity: 1;
                height: 100%;
            }

                .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul li {
                    padding: 0;
                }

                    .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul li a {
                        text-transform: uppercase;
                        font-size: 13px;
                        letter-spacing: 0.02em;
                        padding: 10px 0;
                        border-bottom: 1px solid #eee;
                        display: block;
                    }

    .dropdown-menu {
        position: relative;
        border: 0;
        height: 0;
        padding: 0;
        top: auto;
        min-width: inherit;
    }

    .main-slider .swiper-button-next, .main-slider .swiper-button-prev {
        display: none;
    }

    .main-slider {
        height: 500px;
    }

        .main-slider .swiper-container .swiper-slide .main-slider-bg {
            padding: 0 15px;
        }

            .main-slider .swiper-container .swiper-slide .main-slider-bg h1,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h2,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h3,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h4,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h5,
            .main-slider .swiper-container .swiper-slide .main-slider-bg h6,
            .main-slider .swiper-container .swiper-slide .main-slider-bg .rexa-icerik-tag {
                font-size: 28px;
            }

            .main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor,
            .main-slider .swiper-container .swiper-slide .main-slider-bg .slider--text-editor p {
                font-size: 16px;
            }



    #cookieConsent .navbar-collapse {
        display: block !important;
    }

    .swiper-slide .blog-item .flex-blog-item .news-item-short-description {
        max-height: 71px;
    }

    .nav-tabs .nav-item {
        margin-right: 20px;
    }

    .nav-tabs .nav-link {
        font-size: 12px !important;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInLeft {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.slideOutLeft {
    animation-duration: .5s;
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
    }

    100% {
        transform: scale(1) rotate(0);
        animation-timing-function: ease-in;
    }
}


@media (max-width: 768px) {
    .row-cols-xs-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xs-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xs-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xs-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xs-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xs-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .row-cols-xs-7 > * {
        flex: 0 0 auto;
        width: 14.285%;
    }

    .row-cols-xs-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .mobilePadding > * {
        padding: 0 7.5px !important;
    }

    .site-carousel .swiper-wrapper {
        padding-bottom: 0;
    }

    .section-header.sticky .menu-click span {
        background-color: var(--site-primary-color);
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding: 0 30px;
    }

    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: 14.285%;
    }

    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .desktop-order-2 {
        order: 2;
    }

    .displayTextCenter .target-gallery {
        align-items: center;
        -webkit-align-items: center;
        display: flex;
        height: 100%;
    }
}

/* Hide the browser's default checkbox */
.checkbox-input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
}

label:hover .checkbox-input ~ .checkmark {
    border-color: var(--site-primary-color);
}

.checkbox-input:checked ~ .checkmark {
    background-color: var(--site-primary-color);
    border-color: var(--site-primary-color);
}

label.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Ozsa Eğitim Css */
/* rexa-user-custom.css
       powered by rexa
*/

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .5s;
}

#breadcrumb-page-section-1 .breadcrumb-img, #breadcrumb-page-section-67 .breadcrumb-img, #breadcrumb-page-section-68 .breadcrumb-img, #breadcrumb-page-section-9 .breadcrumb-img {
    background-image: url('/user-content/kurumsal-breadcrumb.jpg') !important;
}

#breadcrumb-page-section-4 .breadcrumb-img,#breadcrumb-section-30 .breadcrumb-img, #breadcrumb-section-66 .breadcrumb-img, #breadcrumb-section-61 .breadcrumb-img, #breadcrumb-section-62 .breadcrumb-img, #breadcrumb-section-63 .breadcrumb-img, #breadcrumb-section-31 .breadcrumb-img, #breadcrumb-section-32 .breadcrumb-img, #breadcrumb-section-33 .breadcrumb-img, #breadcrumb-section-34 .breadcrumb-img, #breadcrumb-section-64 .breadcrumb-img, #breadcrumb-section-35 .breadcrumb-img, #breadcrumb-section-36 .breadcrumb-img, #breadcrumb-section-37 .breadcrumb-img, #breadcrumb-section-53 .breadcrumb-img, #breadcrumb-section-39 .breadcrumb-img, #breadcrumb-page-section-71 .breadcrumb-img, #breadcrumb-page-section-64 .breadcrumb-img, #breadcrumb-section-54 .breadcrumb-img, #breadcrumb-page-section-66 .breadcrumb-img {
    background-image: url('/user-content/otel-tekstil-breadcrumb.jpg') !important;
}

#breadcrumb-page-section-5 .breadcrumb-img,#breadcrumb-section-40 .breadcrumb-img, #breadcrumb-section-41 .breadcrumb-img, #breadcrumb-section-43 .breadcrumb-img, #breadcrumb-section-65 .breadcrumb-img, #breadcrumb-section-44 .breadcrumb-img, #breadcrumb-section-45 .breadcrumb-img, #breadcrumb-section-46 .breadcrumb-img, #breadcrumb-section-47 .breadcrumb-img, #breadcrumb-page-section-72 .breadcrumb-img {
    background-image: url('/user-content/hastane-tekstil-breadcrumb.jpg') !important;
}

#breadcrumb-page-section-3 .breadcrumb-img, #breadcrumb-section-21 .breadcrumb-img, #breadcrumb-section-22 .breadcrumb-img, #breadcrumb-section-23 .breadcrumb-img, #breadcrumb-section-24 .breadcrumb-img, #breadcrumb-section-25 .breadcrumb-img, #breadcrumb-section-26 .breadcrumb-img, #breadcrumb-section-27 .breadcrumb-img, #breadcrumb-section-28 .breadcrumb-img, #breadcrumb-section-29 .breadcrumb-img {
    background-image: url('/user-content/santiye-tekstil-breadcrumb.jpg') !important;
}

#breadcrumb-page-section-6 .breadcrumb-img,#breadcrumb-section-48 .breadcrumb-img, #breadcrumb-section-49 .breadcrumb-img, #breadcrumb-section-50 .breadcrumb-img, #breadcrumb-section-51 .breadcrumb-img, #breadcrumb-section-52 .breadcrumb-img, #breadcrumb-section-6 .breadcrumb-img {
    background-image: url('/user-content/breadcrumb-lastik-tekstili.jpg') !important;
}
#breadcrumb-page-section-7 .breadcrumb-img {
    background-image: url('/user-content/iletisim-breadcrumb.jpg') !important;
}
/*
#breadcrumb-page-section-1 .rexa-icerik-tag {
    display: none !important;
}
#breadcrumb-section-5 .breadcrumb-img {
    background-image: url('/user-content/family-nevresim-beackcrumb-ozsais.jpg') !important;
}
#breadcrumb-section-5 .breadcrumb-text .rexa-icerik-tag, #breadcrumb-section-5 .breadcrumb-text .list {
    height: 131px;
    color: transparent !important;
}
#breadcrumb-section-5 .breadcrumb-text .list li {
    display: none;
}
#breadcrumb-section-5 .breadcrumb-text .container {
    position: relative;
} */
/* #breadcrumb-section-5 .breadcrumb-text .container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-image: url('/user-content/family-nevresim-logo-ozsais.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
} */

.footer-info-list {
	z-index: 2;
  	position: relative;
  	display: block;
}
footer#main-footer .container > .col-md-12 .row .col-lg-2 {
	width: 19.666667%;
}
#main-footer .container > .col-md-12 .footer-heading {
	font-size: 12px;
}

/* Menü */

#navigation .navbar {
    padding: 0 !important;
    position: unset;
}

.mega-menu {
    padding: 20px 0 !important;
}
.section-header #navigation > ul .dropdown:nth-child(1) .img-menu {
    background-image: url('/user-content/mega-menu-kurumsal.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-position: center;
}
.section-header #navigation > ul .dropdown:nth-child(2) .img-menu {
    background-image: url('/user-content/mega-menu-ev-tekstili.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}
.section-header #navigation > ul .dropdown:nth-child(3) .img-menu {
    background-image: url('/user-content/mega-menu-santiye-tekstili.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}
.section-header #navigation > ul .dropdown:nth-child(4) .img-menu {
    background-image: url('/user-content/mega-menu-otel-tekstili.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}
.section-header #navigation > ul .dropdown:nth-child(5) .img-menu {
    background-image: url('/user-content/mega-menu-hastane-tekstili.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}
.section-header #navigation > ul .dropdown:nth-child(6) .img-menu {
    background-image: url('/user-content/mega-menu-lastik-tekstili.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-position: center;
}
.section-header ul li:nth-child(7) .dropdown-trigger {
    display: none !important;
}
.img-menu-link li a {
    position: relative;
}

.dropdown-menu {
    transition: 1.2s;
    -webkit-transition: 1.2s;
}
li.dropdown:focus .dropdown-menu {
    top: 100% !important;
    opacity: 1 !important;
    width: 100% !important;
    left: 0;
}

.lang-menu .dropdown:hover .dropdown-menu {
    transition: all .2s !important;
}
.lang-menu .dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: inherit;
    display: block;
}


.drop {
    top: 100% !important;
    opacity: 1 !important;
    width: 100% !important;
    left: 0;
    visibility: inherit;
    display: block;
}
.dropdown-menu {
    border-radius: 0;
}
.lang-menu li.dropdown .dropdown-menu li {
    padding: 17px 15px;
}

li.dropdown .dropdown-menu li {
    padding: 17px 0;
}
.section-header #navigation > ul > li {
    position: static;
}
.img-menu-link {
    display: flex;
    flex-flow: wrap;
    position: relative;
    height: auto;
}
.section-header #navigation > ul .dropdown:nth-child(1) .img-menu-link ul {
    flex-basis: 50%;
    max-width: 50%;
}
.section-header #navigation > ul .dropdown:nth-child(6) .img-menu-link ul {
    flex-basis: 50%;
    max-width: 50%;
}
.img-menu-link ul {
    flex-basis: 100%;
    max-width: 100%;
}
.section-header #navigation > ul .dropdown:nth-child(2) .img-menu-link ul li {
    float: left;
    width: 33%;
}
.section-header #navigation > ul .dropdown:nth-child(4) .img-menu-link ul li {
    float: left;
    width: 50%;
}
.section-header #navigation > ul .dropdown:nth-child(3) .img-menu-link ul li {
    float: left;
    width: 50%;
}
.section-header #navigation > ul .dropdown:nth-child(5) .img-menu-link ul li {
    float: left;
    width: 50%;
}

.section-header #navigation > ul > li > a::after {
    content: "\f107";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    color: #e23d39;
    margin-left: 5px;
}
.section-header #navigation > ul > li:nth-child(7) > a::after {
    content: "\f107";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
}


.dropdown-menu {
    min-width: 280px;
}

/*
.section-top-bar {
    height: 100px;
}
.section-top-bar .logo-container {
    max-width: 100px;
    line-height: 100px;
}

.section-top-bar .col-md-6 {
    display: flex;
    justify-content: end;
    align-items: center;
}
.search-click {
    background: #f3f3f3;
    border: 1px solid #ddd !important;
    width: 400px;
    line-height: 40px;
    border: 1px solid ;
    font-size: 14px;
    border-radius: 4px;
    text-align: left;
    padding: 0 15px;
    color: #808080;
    font-weight: 400;
    border-radius: 4px;
    margin-right: 10px;
    border-radius: 0;
    position: relative;
}*/
.caticerik{ 
    height: 100px;
    overflow: hidden;
    background: -webkit-linear-gradient(#000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.__prodtXdetails .swiper-slide {
    height: 500px;
}

/* .section-header .dropdown-menu li a {
    font-size: 12px !important;
} */

.section-header #navigation > ul > li, .lang-menu > ul > li {
    padding: 0 24px;
}
.section-header #navigation > ul > li .dropdown-trigger {
    right: -15px;
}
.devamyazi{
    cursor:pointer;
    transition: all .3s;
}
.devamyazi:hover{
    background-color: #ee3737;
}
.devaminioku {
    text-align: right;
}
.section-header #navigation > ul > li a, .nav-right .select-language .lang-menu > ul > li > a {
    font-size: 14px;
    font-weight: 500;
}
#header-social-media {
    display: none !important;
}
li.dropdown .dropdown-menu li {
    position: relative;
}
/*li.dropdown .dropdown-menu li:last-child::before {
    content: '';
    position: absolute;
    background-color: transparent !important;
}*/

.section-top-bar {
    z-index: 100;
    border-bottom: 4px solid rgba(227, 227, 227, 0.804);
}

.section-top-bar .container .row .col-md-6:first-child .ozsa-slogan {
    position: relative;
    height: 38px;
}
:lang(tr) .section-top-bar .container .row .col-md-6:first-child .ozsa-slogan::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    left: -20px;
    opacity: 0.7;
    bottom: 0;
    background-image: url('/user-content/slogan.svg');
    background-repeat: no-repeat;
}
:lang(en) .section-top-bar .container .row .col-md-6:first-child .ozsa-slogan::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    left: -20px;
    opacity: 0.7;
    bottom: 0;
    background-image: url('/user-content/slogan-en.svg');
    background-repeat: no-repeat;
}
.section-header {
    box-shadow: none;
}

/*.section-header .logo-container .logo {
    justify-content: start;
    height: 60px;
}

.section-header .logo-container .logo img {
    max-height: 110px;
    height: 110px;
    width: auto;
}*/
.section-header .logo-container .logo img {
    max-height: 100px;
}
.section-header .col-lg-3 {
    width: 16.6%;
}
.section-header .col-lg-9 {
    width: 83.3%;
}
.section-header #navigation > ul {
    justify-content: start;
}



.nav-right .search-click-1 {
    margin-right: 30px;
}
.nav-right {
    position: relative;
}
/*.nav-right::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: url('/user-content/slogan.jpg');
    background-repeat: no-repeat;
    background-position: 170px;
    z-index: -1;
}*/
.nav-right .select-language {
    order: 1; 
    position: relative;
    right: 0px;
}

.nav-right .select-language::before {
    content: '\f0ac';
    position: absolute;
    width: 100%;
    height: 60%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    right: 5px;
    bottom: 0;
}

.dropdown-menu {
    padding: 0;
}
/*li.dropdown .dropdown-menu li {
    padding: 10px 15px;
    transition: all .6s;
    background-image: linear-gradient(to bottom, #ee3737 100%, #fff 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 0%;
}*/

li.dropdown .dropdown-menu li:hover {
    background-size: 100% 100%;
}
 /*.dropdown-menu li:hover a {
    color: #fff !important;
    transition: all .6s;
}*/

li.dropdown .dropdown-menu li:hover::before {
    width: 90%;
}

.search-click span:last-child {
    text-align: center;
    right: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ee3535;
    top: 0;
    color: #fff!important;
}

/* Anasayfa */
.main-slider .swiper-slide:first-child .main-slider-bg .MainTableCell .SliderAciklama .slider-caption-list {
    display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
#page-detail-section-26 {
    padding: 0;
}
#homeGalleryDetailContent_2 {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: -200px;
    z-index: 99;
}
#homeGalleryDetailContent_2 .rexa-icerik-tag {
    display: none;
}
#homeGalleryDetailContent_2 .original-col .rg-wrapper {
    height: 200px;
    text-align: left;
    align-items: flex-start;
    display: flex;
    color: #000;
    justify-content: center;
    left: 0;
    flex-direction: column;
    padding: 0 25px;
    font-family: "Poppins";
    position: relative;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border: 1px solid #e8e8e8;
}
/*#homeGalleryDetailContent_2 .original-col:hover .rg-wrapper {
    background-color: #e23d39;
}
#homeGalleryDetailContent_2 .original-col:hover .rg-wrapper .galleryInfo h5 {
    color: #fff;
}
#homeGalleryDetailContent_2 .original-col:hover .rg-wrapper .galleryInfo .galleryInfoDescription {
    color: #fff;
}*/

#page-detail-section-20 .contactCenter p, #page-detail-section-20 .span2 {
    color: #545454;
    font-weight: 300;
    font-size: 14px !important;
}

#page-detail-section-20 .contactCenter h3 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 35px;
}

#homeGalleryDetailContent_4 .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 600;
}

#homeGalleryDetailContent_2 .original-col .rg-wrapper .galleryInfo {
    text-align: left;
    padding: 0;
}
#homeGalleryDetailContent_2 .original-col .rg-wrapper .galleryInfo h5 {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
}
#homeGalleryDetailContent_2 .original-col .rg-wrapper .galleryInfo .galleryInfoDescription {
    color: #777;
}
#homeGalleryDetailContent_2 .original-col .rg-wrapper {
    transition: all .4s;
}
#homeGalleryDetailContent_2 .original-col .rg-wrapper:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transform: translateY(-10px);
}
.blog-item-wrapper {
    padding: 25px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border: 1px solid #e8e8e8;
    transition: all .4s;
    background-color: #fff;
}
.blog-item-wrapper:hover {
    box-shadow: 0px 0px 20px rgb(17 12 46 / 15%);
    transform: translateY(-10px);
}
.swiper-slide .blog-item .flex-blog-item .news-item-short-description {
    height: 90px;
}
.section-related-blog .blog-item-img  {
    max-height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.three-fourth {
	padding-top: 200px;
    background-color: #f5f5f5;
}
.section-blog {
    background-color: #f5f5f5;
}
.three-fourth .col-md-9 p {
    text-align: justify;
    font-size: 14px;
    color: #6f6f6f;
}

.section-blog .site-carousel .swiper-wrapper {
    padding-bottom: 125px;
    padding-top: 40px;
}

.three-fourth .btn-home-page {
    font-size: 14px;
    line-height: 32px;
    background-size: 200% 100%;
    padding: 15px 0 15px 20px;
    margin-top: 7px;
    margin-bottom: 20px;
    display: block;
    border-radius: 0;
    text-align: left;
    border-color: transparent;
    border: none;
    transition: background-color .2s ease-out;
}
.three-fourth .btn-home-page::after {
    display: none;
}
.three-fourth .btn-home-page .btn-arrow {
    background: #373737;
    font-weight: 700;
    display: block;
    float: right;
    width: 72px;
    height: 62px;
    margin-top: -15px;
    text-align: center;
    line-height: 65px;
}
.three-fourth .btn-home-page .btn-arrow i {
    border-radius: 50%;
    width: 30px;
    height: 24px;
    padding-top: 12px;
    font-weight: 300;
    font-size: 35px;
    padding-left: 1px;
}
.three-fourth .col-md-3 {
    position: relative;
    bottom: 10px;
}
#homeGalleryDetailContent_4 .gallerySubName p {
    font-size: 15px;
    font-weight: 300;
    color: #8b8b8b;
}
#homeGalleryDetailContent_4 .original-col .rgw {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: -50px;
    z-index: 2;
}
#homeGalleryDetailContent_4 .original-col .rgw img {
    border: 10px solid #fff;
    border-radius: 50%;
}
#homeGalleryDetailContent_4 .original-col .galleryInfo {
    border: 1px solid #e4e4e4;
    padding: 60px 40px 40px 40px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: -1;
}
#homeGalleryDetailContent_4 .original-col .galleryInfo::before {
    content: '';
    position: absolute;
    background-image: url('/user-content/cog-tl.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
#homeGalleryDetailContent_4 .original-col .galleryInfo p {
    color: #757575;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ee3535;
}

#homeHtmlDetailContent_4 .rgw-wrapper {
    padding: 15px 0;
}
#homeHtmlDetailContent_4 .rgw-wrapper .rexa-icerik-tag {
    display: flex;
    align-items: center;
}
#homeHtmlDetailContent_4 .rgw-wrapper .rexa-icerik-tag .box-icon {
    color: #fff;
    background-color: #ee3636;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: all .4s ease;
}
#homeHtmlDetailContent_4 .rgw-wrapper .rexa-icerik-tag {
    width: 85%;
    background-image: linear-gradient(to right, #ee3737 100%, #fff 100%);
    background-position: left;
    background-size: 0% 200%;
    background-repeat: no-repeat;
    transition: all .4s ease;
}
#homeHtmlDetailContent_4 .rgw-wrapper:hover .rexa-icerik-tag {
    background-size: 100% 200%;
}
#homeHtmlDetailContent_4 .rgw-wrapper .rexa-icerik-tag h4 {
    transition: all .4s;
}
#homeHtmlDetailContent_4 .rgw-wrapper:hover .rexa-icerik-tag h4 {
    color: #fff;
}
#homeHtmlDetailContent_4 .rgw-wrapper .box-icon span {
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    right: 0;
    left: 6px;
    bottom: 0;
    top: 9px;
}
#homeHtmlDetailContent_4 .rgw-wrapper .rexa-icerik-tag h4 {
    margin-bottom: 0;
    font-size: 17px;
}
.home-page-all-btn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.home-page-all-btn a {
    position: relative;
    margin-top: -210px;
    z-index: 99;
}
.hr-img {
    width: 50%;
    opacity: .2;
    margin: 0 auto;
}
.section-blog .section-wrapper-title {
    margin-bottom: 15px !important;
}
/* Kurumsal */
#page-detail-section-1 .pageContent-Body p span {
    font-size: 32px;
}
#page-detail-section-1 .hr-img {
    width: 100%;
}

/* İK */
#page-detail-section-2 .pageContent-text--wrapper {
    display: flex;
    align-items: flex-start;
}

/* Ev Tekstili */
#page-detail-section-3 .pageContent-text--wrapper h3 {
    display: none;
}
#page-detail-section-3 .pageContent-Body h4 {
    margin-bottom: 0;
}
#page-detail-section-3 .pageContent-Body .rexa-icerik-tag {
    display: flex;
    align-items: center;
}
#page-detail-section-3 .pageContent-Body .rexa-icerik-tag .box-icon {
    color: #fff;
    background-color: #ee3636;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: all .3s ease;
}
#page-detail-section-3 .pageContent-Body:hover .box-icon{
    background-color: #373737;
}
#page-detail-section-3 .pageContent-Body .box-icon span {
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    right: 0;
    left: 6px;
    bottom: 0;
    top: 9px;
}

.gallery-thumbs .mainProductImages {
    height: 80px;
}

#page-detail-section-17 {
    padding: 0;
}

#page-detail-section-15 .pageContent-text--wrapper h3 {
    display: none;
}
#page-detail-section-15 .pageContent-Body h4 {
    margin-bottom: 0;
}
#page-detail-section-15 .pageContent-Body .rexa-icerik-tag {
    display: flex;
    align-items: center;
}
#page-detail-section-15 .pageContent-Body .rexa-icerik-tag .box-icon {
    color: #fff;
    background-color: #ee3636;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: all .3s ease;
}
#page-detail-section-15 .pageContent-Body:hover .box-icon{
    background-color: #373737;
}
#page-detail-section-15 .pageContent-Body .box-icon span {
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    right: 0;
    left: 6px;
    bottom: 0;
    top: 9px;
}

#page-detail-section-18 {
    padding: 0;
}

#page-detail-section-16 .pageContent-text--wrapper h3 {
    display: none;
}
#page-detail-section-16 .pageContent-Body h4 {
    margin-bottom: 0;
}
#page-detail-section-16 .pageContent-Body .rexa-icerik-tag {
    display: flex;
    align-items: center;
}
#page-detail-section-16 .pageContent-Body .rexa-icerik-tag .box-icon {
    color: #fff;
    background-color: #ee3636;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: all .3s ease;
}
#page-detail-section-16 .pageContent-Body:hover .box-icon{
    background-color: #373737;
}
#page-detail-section-16 .pageContent-Body .box-icon span {
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    right: 0;
    left: 6px;
    bottom: 0;
    top: 9px;
}

/* Şantiye */
#page-detail-section-6 .pageContent-text--wrapper h3 {
    display: none;
}
#page-detail-section-6 .pageContent-Body h4 {
    margin-bottom: 0;
}
#page-detail-section-6 .pageContent-Body .rexa-icerik-tag {
    display: flex;
    align-items: center;
}
#page-detail-section-6 .pageContent-Body .rexa-icerik-tag .box-icon {
    color: #fff;
    background-color: #ee3636;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: all .3s ease;
}
#page-detail-section-6 .pageContent-Body:hover .box-icon{
    background-color: #373737;
}
#page-detail-section-6 .pageContent-Body .box-icon span {
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    right: 0;
    left: 6px;
    bottom: 0;
    top: 9px;
}

/* Otel Tekstili */
#page-detail-section-7 .pageContent-text--wrapper h3 {
    display: none;
}
#page-detail-section-7 .pageContent-Body h4 {
    margin-bottom: 0;
}
#page-detail-section-7 .pageContent-Body .rexa-icerik-tag {
    display: flex;
    align-items: center;
}
#page-detail-section-7 .pageContent-Body .rexa-icerik-tag .box-icon {
    color: #fff;
    background-color: #ee3636;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: all .3s ease;
}
#page-detail-section-7 .pageContent-Body:hover .box-icon{
    background-color: #373737;
}
#page-detail-section-7 .pageContent-Body .box-icon span {
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    right: 0;
    left: 6px;
    bottom: 0;
    top: 9px;
}

/* Hastane Tekstili */
#page-detail-section-8 .pageContent-text--wrapper h3 {
    display: none;
}
#page-detail-section-8 .pageContent-Body h4 {
    margin-bottom: 0;
}
#page-detail-section-8 .pageContent-Body .rexa-icerik-tag {
    display: flex;
    align-items: center;
}
#page-detail-section-8 .pageContent-Body .rexa-icerik-tag .box-icon {
    color: #fff;
    background-color: #ee3636;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: all .3s ease;
}
#page-detail-section-8 .pageContent-Body:hover .box-icon{
    background-color: #373737;
}
#page-detail-section-8 .pageContent-Body .box-icon span {
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    display: block;
    right: 0;
    left: 6px;
    bottom: 0;
    top: 9px;
}

/* Genel Ürün Sayfası Kodları*/

#productResult .title {
    display: none !important;
}
#productResult .filter-list {
    display: none;
}

#productResult .d-flex .col-md-9 {
    width: 100% !important;
}

.category-detail-description {
    width: calc(100% - 30px);
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 30px !important;
    overflow: auto;
    height: auto;
    float: left;
    margin: 0 auto;
    max-height: 300px;
    position: relative;
    margin-top: 50px;
}
.product-details {
    text-align: left;
}
.product-card {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
.product-card > a .product-details .product-title {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
.product-card > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card a picture {
    display: flex;
    justify-content: center;
    align-items: center;    
}
.product-card a picture img {
    width: auto;
    /* height: 250px; */
}
.product-card a picture {
    /* height: 250px; */
    width: 250px;
    overflow: hidden;
    padding: 20px;
}
.product-card:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
.product-grid__card {
    padding: 15px !important;
    width: 50%;
}
.product-images, .gallery-thumbs .swiper-slide {
    border: 1px solid #eee;
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--site-primary-color) !important;
}

.breadcrumb.breadcrumb-type-1 {
    position: relative;
}
.breadcrumb.breadcrumb-type-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 2;
}
.breadcrumb-text .rexa-icerik-tag {
    margin-bottom: 0;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
/*
.breadcrumb-text .container {
    display: flex;
    position: relative;
    align-items: center;
}
.breadcrumb-text .rexa-icerik-tag::before {
    content: '\f02a';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    width: 110px;
    height: 110px;
    background-color: #ee3535;
    left: 0;
    line-height: 110px;
    color: #fff;
    font-size: 65px;
}

*/
.breadcrumb-text .list {
    margin-left: auto;
}
.breadcrumb.breadcrumb-type-1 ul.list li, .breadcrumb.breadcrumb-type-1 ul.list li a {
    color: #fff !important;
}
.breadcrumb.breadcrumb-type-1 ul.list li:after {
    color: #fff !important;
}

::-webkit-scrollbar-thumb {
    background: #ee3535;
    border-radius: 9999px;
}
::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar {
    width: 6px;
}


/* Mobile*/

@media (max-width: 1400px) {
    .section-header #navigation > ul > li, .lang-menu > ul > li {
        padding: 0 10px;
    }
    .product-detail-min .right__column::after {
        height: 80%;
    }
}
@media (max-width: 1400px) {
    .section-header #navigation > ul > li, .lang-menu > ul > li {
        padding: 0 10px;
    }
}
@media (max-width: 1200px) {
    .section-header #navigation > ul > li a, .nav-right .select-language .lang-menu > ul > li > a {
        font-size: 10px;
    }
    .product-detail-min .right__column::after {
        height: 60%;
    }
}
@media (max-width: 992px) {
    .product-grid__card {
        width: 100%;
    }
    .section-top-bar {
        display: none;
    }
    .product-detail-min .right__column::after {
        height: 20%;
    }
    
    .section-header .col-6:first-child {
        width: 20%;
    }
    .section-header .col-6:last-child {
        width: 80%;
    }
    #homeGalleryDetailContent_2 .original-col {
        width: 20%;
    }
    #homeGalleryDetailContent_2 .original-col .rg-wrapper .galleryInfo h5 {
        font-size: 14px;
    }
    #homeGalleryDetailContent_2 .original-col .rg-wrapper .galleryInfo .galleryInfoDescription {
        font-size: 10px;
    }
    #homeGalleryDetailContent_2 .homeGalleryType_4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .three-fourth .col-md-9 {
        width: 65%;
    }
    .three-fourth .col-md-3 {
        width: 35%;
    }
}
@media (max-width: 768px) {
    .section-header .col-6:first-child {
        width: 50%;
    }
    footer#main-footer .container > .col-md-12 .row .col-lg-2 {
        width: 100%;
    }
    footer#main-footer .footer-heading {
        margin-top: 15px;
    }
    footer#main-footer a, footer#main-footer * {
        justify-content: center;
        text-align: center;
    }
    .product-card > a {
        display: block;
        margin: 0 auto;
    }
    .product-card a picture {
        height: auto;
        width: auto;
    }
    .product-detail-min .right__column::after {
        bottom: -50px;
        left: 0;
    }
    .section-header .col-6:last-child {
        width: 50%;
    }
    #homeGalleryDetailContent_2 .original-col {
        width: 100%;
    }
    .three-fourth {
        padding-top: 450px;
    }
    .three-fourth .col-md-9 {
        width: 100%;
    }
    .three-fourth .col-md-3 {
        width: 100%;
    }
    #homeGalleryDetailContent_4 .original-col {
        width: 100%;
    }
    
    .dropdown-menu {
        position: relative;
    }
    .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul {
        top: 0;
    }
    .section-header #navigation > ul > li a, .nav-right .select-language .lang-menu > ul > li > a {
        font-size: 15px;
    }
    .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul li a {
        font-size: 11px;
    }
    #navigation {
        height: 400vh;
    }
    .breadcrumb-text .rexa-icerik-tag {
        font-size: 30px;
    }
    .breadcrumb-text .rexa-icerik-tag {
        justify-content: center;
        align-items: center;
    }
    .breadcrumb-text .rexa-icerik-tag::before {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 45px;
    }
    /* .breadcrumb-text .container {
        display: block;
        margin: 0px;
        padding: 0 !important;
    } */
    .navbar {
        display: block;
    }
    .breadcrumb-text .list {
        text-align: center;
    }
    .product-card a picture img {
        width: auto;
        height: auto;
    }
    .category-detail-description {
        margin-left: 0px;
    }
    #homeGalleryDetailContent_2 {
        margin-top: -60px;
    }
    #homeGalleryDetailContent_2 .container {
        max-width: 100%;
        padding: 0 !important;
        margin: 0;
    }
    #homeGalleryDetailContent_2 .original-col {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 0;
        box-shadow: none;
    }
    #homeGalleryDetailContent_2 .original-col .rg-wrapper {
        flex-direction: unset;
        box-shadow: none !important;
        height: 80px;
        border-bottom: 1px solid #ddd;
        align-items: center;
    }
    #homeGalleryDetailContent_2 .original-col .rg-wrapper .galleryInfo {
        text-align: left;
        padding: 0;
        bottom: 10px;
        left: 20px;
    }
    #homeGalleryDetailContent_2 .original-col:nth-child(odd) {
        background-color: #fff;
    }
    #homeGalleryDetailContent_2 .original-col:nth-child(even) {
        background-color: #f3f3f3;
    }
    #homeGalleryDetailContent_2 .original-col .rg-wrapper::after {
        content: "\f105";
        display: inline-block;
        font-family: "Font Awesome 5 Brands";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 38px;
        color: #e23d39;
        position: absolute;
        right: 15px;
    }
    
}
.section-blog .blog-item-wrapper {
    display: flex;
}
/* .swiper-slide .blog-item .flex-blog-item .news-item-short-description {
    height: auto;
} */
.section-blog .blog-button-list .btn {
    background-color: transparent;
    border: 1px solid #ee3535;
    color: #ee3535;
}
.section-blog .blog-button-list .btn:hover {
    background-color: #ee3535;
    border: 1px solid transparent;
    color: #fff;
}
.product-detail-min .right__column {
    position: relative;
}
/*.product-detail-min .right__column::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 95%;
    background-image: url(/user-content/yerli-uretim-8I8FSX.jpg);
    background-position: left;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: 120px;
    left: 18px;
}*/

/* İngilizce Anasayfa */
#homeGalleryDetailContent_12{
	position: absolute;
    right: 0;
    left: 0;
    margin-top: -200px;
    z-index: 99;
}
#homeGalleryDetailContent_12 .original-col .rg-wrapper {
    height: 250px;
    text-align: left;
    align-items: flex-start;
    display: flex;
    color: #000;
    justify-content: center;
    left: 0;
    flex-direction: column;
    padding: 0 25px;
    font-family: "Poppins";
    position: relative;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
}
#homeGalleryDetailContent_12 .original-col .rg-wrapper .galleryInfo h5 {
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 400;
  	text-align: left;
  	width: 200px;
	overflow: hidden;
}
#homeGalleryDetailContent_12 .original-col .rg-wrapper .galleryInfo .galleryInfoDescription {
    color: #777;
  	text-align: left;
}
#homeGalleryDetailContent_12 .original-col .rg-wrapper .rgw img{
	display: inline;
}
#homeGalleryDetailContent_12 .rexa-icerik-tag {
    display: none;
}
#homeGalleryDetailContent_13 .gallerySubName p {
    font-size: 15px;
    font-weight: 300;
    color: #8b8b8b;
}
#homeGalleryDetailContent_13 .original-col .rgw {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: -50px;
    z-index: 2;
}
#homeGalleryDetailContent_13 .original-col .rgw img {
    border: 10px solid #fff;
    border-radius: 50%;
}
#homeGalleryDetailContent_13 .original-col .galleryInfo {
    border: 1px solid #e4e4e4;
    padding: 60px 40px 40px 40px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: -1;
}
#homeGalleryDetailContent_13 .original-col .galleryInfo::before {
    content: '';
    position: absolute;
    background-image: url(/user-content/cog-tl.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
#homeGalleryDetailContent_13 .original-col .galleryInfo p {
    color: #757575;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ee3535;
}
.main-slider{
	height: 600px !important;
}

/* Footer Alanı */
footer#main-footer .footer-heading {
    font-size: 14px;
}
footer#main-footer .footer-vc-menu ul li a span {
    font-size: 13px;
}

footer .footer-rgw-wrapper .rexa-icerik-tag h4 {
	font-weight: normal;
	line-height: 14px;
	padding-top: 4px;
  	font-size: 14px;
  	text-align: center;
}
footer#main-footer .footer-vc-menu ul li a {
	text-decoration: none !important;
}
footer#main-footer .footer-vc-menu ul li a span:hover {
	color: #fff;
  	transition: all .1s linear;
}
footer#main-footer .footer-vc-menu ul li a span::before {
	content: "\f105";
  	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	color: #9f9f9f;
}
footer .box-icon {
    background: #ee3535;
    color: #fff;
    display: inline-block;
    float: left;
    height: 43px;
    width: 43px;
    line-height: 43px;
    margin-right: 10px;
    position: relative;
    text-align: center;
}
footer .box-icon::before {
	content: "\f03a";
  	font-family: "Font Awesome 5 Pro";
  	color: #fff;
}
footer#main-footer .footer-vc-menu .col-md-3{
	width: 234px !important;
  	margin-right: 24px !important;
}
footer#main-footer .footer-vc-menu .footer-rgw-wrapper{
	width: 234px !important;
  	padding: 8px 0px;
}
footer#main-footer .footer-img img {
	margin-bottom: 26px;
}
footer#main-footer .footer-img p {
	margin-bottom: 26px;
}
footer .footer-rgw-wrapper .rexa-icerik-tag h4:hover {
	color: #fff !important;
}
footer a:hover {
	color: #fff !important;
}
footer#main-footer .container > .col-md-12 {
    position: relative;
    padding-top: 90px;
}
footer#main-footer .container .row .col-md-12 .row .col-lg-3:last-child {
    position: relative;
}
footer#main-footer .container .row .col-md-12 .row .col-lg-3:last-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
	background: url(/user-content/world-footer-8X2AV5.png) no-repeat center center;
}
footer#main-footer .container > .col-md-12::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
	background: url(/user-content/sign-footer.png) no-repeat center center;
}

/* Altsayfa */
#page-detail-section-22 .rexa-gorseller .row:first-child {
    display: none;
}
#page-detail-section-22 .mobilePadding {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-22 .original-col .rg-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
}
#page-detail-section-22 .original-col .rg-wrapper .rgw {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-22 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 180px;
}
#page-detail-section-22 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 13px;
    font-weight: 500;
}

#page-detail-section-23 .rexa-gorseller .row:first-child {
    display: none;
}
#page-detail-section-23 .mobilePadding {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-23 .original-col .rg-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
}
#page-detail-section-23 .original-col .rg-wrapper .rgw {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-23 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 180px;
}
#page-detail-section-23 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 13px;
    font-weight: 500;
}

#page-detail-section-24 .rexa-gorseller .row:first-child {
    display: none;
}
#page-detail-section-24 .mobilePadding {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-24 .original-col .rg-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
}
#page-detail-section-24 .original-col .rg-wrapper .rgw {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-24 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 180px;
}
#page-detail-section-24 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 13px;
    font-weight: 500;
}

#page-detail-section-25 .rexa-gorseller .row:first-child {
    display: none;
}
#page-detail-section-25 .mobilePadding {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-25 .original-col .rg-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
}
#page-detail-section-25 .original-col .rg-wrapper .rgw {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-25 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 180px;
}
#page-detail-section-25 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 13px;
    font-weight: 500;
}
.pdc-bdb .breadcrumb-img {
    height: 225px !important;
}
.pdc-bdb {
    height: 225px !important;
}
/*------------------------------*/

#page-detail-section-28 {
    padding: 50px 0 0 0;
}
#page-detail-section-27 {
    padding: 0 0 50px 0;
}
#page-detail-section-28 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-28 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-28 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-28 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-28 .original-col .rg-wrapper .rgw {
    height: 250px;
    width: 370px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-28 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 250px;
}
#page-detail-section-28 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-28 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-28 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#page-detail-section-29 {
    padding: 50px 0 0 0;
}
#page-detail-section-30 {
    padding: 0 0 50px 0;
}
#page-detail-section-29 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-29 .original-col .rg-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-29 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-29 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-29 .original-col .rg-wrapper .rgw {
    height: 250px;
    width: 370px;
    overflow: hidden;
    padding: 10px;
}
#page-detail-section-29 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 250px;
}
#page-detail-section-29 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-29 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-29 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#page-detail-section-31 {
    padding: 50px 0 0 0;
}
#page-detail-section-32 {
    padding: 0 0 50px 0;
}
#page-detail-section-31 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-31 .original-col .rg-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-31 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-31 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-31 .original-col .rg-wrapper .rgw {
    height: 250px;
    width: 370px;
    overflow: hidden;
    padding: 10px;
}
#page-detail-section-31 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 250px;
}
#page-detail-section-31 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-31 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-31 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#page-detail-section-34 {
    padding: 50px 0 0 0;
}
#page-detail-section-35 {
    padding: 0 0 50px 0;
}
#page-detail-section-34 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-34 .original-col .rg-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-34 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-34 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-34 .original-col .rg-wrapper .rgw {
    height: 250px;
    width: 370px;
    overflow: hidden;
    padding: 10px;
}
#page-detail-section-34 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 250px;
}
#page-detail-section-34 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-34 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-34 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}



/*------------------------------*/
#privatePageContentItem_22 .row-cols-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-22 {
    padding: 50px 0 0 0;
}
#page-detail-section-22 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-22 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-22 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-22 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-22 .original-col .rg-wrapper .rgw {
    height: 180px;
    width: 350px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-22 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 140px;
}
#page-detail-section-22 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-22 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-22 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#privatePageContentItem_24 .row-cols-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-24 {
    padding: 50px 0 0 0;
}
#page-detail-section-24 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-24 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-24 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-24 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-24 .original-col .rg-wrapper .rgw {
    height: 180px;
    width: 350px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-24 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 140px;
}
#page-detail-section-24 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-24 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-24 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#privatePageContentItem_25 .row-cols-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-25 {
    padding: 50px 0 0 0;
}
#page-detail-section-25 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-25 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-25 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-25 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-25 .original-col .rg-wrapper .rgw {
    height: 180px;
    width: 350px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-25 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 140px;
}
#page-detail-section-25 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-25 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-25 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#privatePageContentItem_23 .row-cols-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-23 {
    padding: 50px 0 0 0;
}
#page-detail-section-23 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-23 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-23 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-23 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-23 .original-col .rg-wrapper .rgw {
    height: 180px;
    width: 350px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-23 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 140px;
}
#page-detail-section-23 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-23 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-23 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#privatePageContentItem_40 .row-cols-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-40 {
    padding: 50px 0 0 0;
}
#page-detail-section-40 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-40 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-40 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-40 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-40 .original-col .rg-wrapper .rgw {
    height: 180px;
    width: 350px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-40 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 140px;
}
#page-detail-section-40 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-40 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-40 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#privatePageContentItem_43 .row-cols-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-43 {
    padding: 50px 0 0 0;
}
#page-detail-section-43 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-43 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-43 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-43 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-43 .original-col .rg-wrapper .rgw {
    height: 180px;
    width: 350px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-43 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 140px;
}
#page-detail-section-43 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-43 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-43 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

#privatePageContentItem_44 .row-cols-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-detail-section-44 {
    padding: 50px 0 0 0;
}
#page-detail-section-44 .rexa-gorseller .section-wrapper-title {
    display: none;
}
#page-detail-section-44 .original-col .rg-wrapper {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-44 .original-col .rg-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}
#page-detail-section-44 .original-col .rg-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
#page-detail-section-44 .original-col .rg-wrapper .rgw {
    height: 180px;
    width: 350px;
    overflow: hidden;
    padding: 20px;
}
#page-detail-section-44 .original-col .rg-wrapper .rgw img {
    width: auto;
    height: 140px;
}
#page-detail-section-44 .original-col .rg-wrapper .galleryInfo {
    padding: 0;
}
#page-detail-section-44 .original-col .rg-wrapper .galleryInfo h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left;
}
#page-detail-section-44 .original-col .rg-wrapper .ozel-alan {
    text-align: left;
}

.section-blog .blog-item .blog-item-img {
    max-height: 245px;
    overflow: hidden;
    height: 300px;
    padding: 15px;
}
.section-blog .blog-item .blog-item-img a img {
    max-height: 330px;
}


/*.overflow-css .table td {
    text-align: left;
    border-right: none !important;
    border-left: 1px solid #f5f5f5 !important;
}
.overflow-css .table th {
    width: auto !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 2px 0px;
}
.table>thead {
    border-bottom: 1px solid #f5f5f5 !important;
}
.table {
    margin-bottom: 25px;
    width: 100%;
}
.table tr:last-child {
    border-bottom: none !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}
.table-bordered>:not(caption)>* {
    border-bottom: 1px solid #b3b3b34c;;
    border-top: 0px !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0px !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0px;
    border-bottom: 1px solid #b3b3b34c;
}
.table>:not(caption)>*>* {
    padding: 1rem 0.5rem;
    border-right: 1px solid #f6f6f6 !important;
}*/

#homeHtmlDetailContent_4 .rgw-wrapper {
    padding: 30px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border: 1px solid #e8e8e8;
    margin: 10px;
    border-radius: 10px;
    height: 200px;
    width: 300px;
    transition: all .4s;
}
#homeHtmlDetailContent_4 .rgw-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}



/* List Icon */
.__prodtXdetails ul {
    position: relative;
    margin-bottom: 10px;
}
.__prodtXdetails ul li {
	margin: 0 0 0 25px;
}
.__prodtXdetails ul li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f560";
    color: #ee3737;
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: 300;
}


.section-header #navigation > ul .dropdown .img-menu {
    position: relative;
}
.section-header #navigation > ul .dropdown .img-menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6104213169642857) 0%, rgba(255,255,255,0) 100%);
}
.img-menu a {
    position: relative;
    width: 100%;
    height: 100%;
}
.img-menu a .img-menu-text {
    position: absolute;
    bottom: 0;
    left: 40px;
}
.img-menu a .img-menu-text {
    position: absolute;
    bottom: 0;
    left: 60px;
}
.img-menu a .img-menu-text h3 {
    font-size: 55px;
    margin-bottom: 0;
    color: #fff;
}
.img-menu a .img-menu-text p {
    padding: 0;
    color: #fff;
    line-height: 400%;
    margin-left: 3px;
}
.img-menu a .img-menu-text p::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f178";
    margin-left: 0px;
    position: absolute;
    transition: all .5s;
    opacity: 0;
}
.img-menu a:hover .img-menu-text p::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f178";
    margin-left: 10px;
    position: absolute;
    opacity: 1;
}
.img-menu a .img-menu-text span {
    background: #ee3737;
    width: 70%;
    height: 2px;
    position: absolute;
    bottom: 25px;
    z-index: 999999999999;
    left: 4px;
    border-radius: 99999px;
    transition: all .5s;
}
.img-menu a:hover .img-menu-text span {
    width: 90%;
}
.navbar {
    display: block;
}
/*------------------------------*/
.btn-product {
    margin-top: 15px;
    margin-left: 25px;
    padding: 5px 35px;
    border-radius: 0;
}
/* footer#main-footer .container .row .col-md-12 .row .col-lg-3 {
    margin: 50px 0;
} */
#main-footer .container > .col-md-12 .footer-heading {
    border: 1px solid #9a9a9a;
    line-height: 40px;
    padding: 0 5px;
    position: relative;
    color: #9a9a9a;
    cursor: pointer;
    transition: all .3s;
}
#main-footer .container > .col-md-12 .footer-heading:hover {
    border: 1px solid #fff;
    color: #fff;
}
#main-footer .container > .col-md-12 .footer-heading:after {
    font-family: "Font Awesome 5 Pro";
    content: "\2b";
    position: absolute;
    right: 15px;
}
#main-footer .container > .col-md-12 .active:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f068" !important;
    position: absolute;
    right: 15px;
}
#main-footer .container > .col-md-12 .footer-vc-menu {
    transition: all .3s;
}
#main-footer .container > .col-md-12 .footer-heading.active + .footer-vc-menu {
    display: block;
    overflow: hidden;
}
#main-footer .container > .col-md-12 .footer-heading.active + .footer-vc-menu ul {
    animation: activeFooterAnimate 1s ease-in-out;
}
@keyframes activeFooterAnimate {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#main-footer .container > .col-md-12 .footer-vc-menu {
    display: none;
}

#main-footer .container > .col-md-12 .footer-vc-menu ul {
    margin-bottom: 30px;
}
.pageContent-text--wrapper ul li {
    margin-left: 25px;
}
.pageContent-text--wrapper ul li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: #000;
    position: absolute;
    left: 0;
}
.blog-carousel {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

#prodt-page-55 .get-offer-wrapper img:last-child, #prodt-page-54 .get-offer-wrapper img:last-child, #prodt-page-53 .get-offer-wrapper img:last-child, #prodt-page-52 .get-offer-wrapper img:last-child, #prodt-page-51 .get-offer-wrapper img:last-child, #prodt-page-59 .get-offer-wrapper img:last-child, #prodt-page-58 .get-offer-wrapper img:last-child, #prodt-page-57 .get-offer-wrapper img:last-child, #prodt-page-56 .get-offer-wrapper img:last-child, #prodt-page-71 .get-offer-wrapper img:last-child, #prodt-page-70 .get-offer-wrapper img:last-child, #prodt-page-120 .get-offer-wrapper img:last-child, #prodt-page-118 .get-offer-wrapper img:last-child, #prodt-page-119 .get-offer-wrapper img:last-child, #prodt-page-117 .get-offer-wrapper img:last-child, #prodt-page-116 .get-offer-wrapper img:last-child {
    display: none;
}
/*Mobile*/
@media (min-width: 768px) {
    #homeGalleryDetailContent_2 .original-col .rg-wrapper {
        background-color: #f3f3f3;
    }
    #privatePageContentItem_2 .col-md-6:first-child {
        padding-right: 100px !important;
    }
    .desktop-menu .col-3:first-child {
        display: none;
    }
    .get-offer-wrapper img:first-child {
        margin: 0 !important;
    }
    .get-offer-wrapper img:last-child {
        margin-left: 20px !important;
        border: 1px solid #e6e6e6;
    }
}
@media (max-width: 768px) {
    :lang(en) .section-header .container .row .col-3 .ozsa-slogan {
        width: 100%;
        height: 100%;
        left: 40px;
        opacity: 0.7;
        top: 35px;
        background-image: url(/user-content/slogan-mobile-2-li-en.svg);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 80px;
    }
    :lang(en) .section-header .container .row .col-3 .ozsa-slogan img {
        display: none;
    }
    #page-detail-section-22 .original-col .rg-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    #page-detail-section-22 .original-col .rg-wrapper .galleryInfo h5 {
        text-align: center;
    }
    #page-detail-section-22 .original-col .rg-wrapper .galleryInfo h5 {
        padding: 15px 25px;
    }
    #page-detail-section-23 .original-col .rg-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    #page-detail-section-23 .original-col .rg-wrapper .galleryInfo h5 {
        text-align: center;
    }
    #page-detail-section-23 .original-col .rg-wrapper .galleryInfo h5 {
        padding: 15px 25px;
    }
    #page-detail-section-24 .original-col .rg-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    #page-detail-section-24 .original-col .rg-wrapper .galleryInfo h5 {
        text-align: center;
    }
    #page-detail-section-24 .original-col .rg-wrapper .galleryInfo h5 {
        padding: 15px 25px;
    }
    #page-detail-section-25 .original-col .rg-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    #page-detail-section-25 .original-col .rg-wrapper .galleryInfo h5 {
        text-align: center;
    }
    #page-detail-section-25 .original-col .rg-wrapper .galleryInfo h5 {
        padding: 15px 25px;
    }
    footer#main-footer .container .row .col-md-12 .row .col-lg-3 {
        margin: 10px 0;
    }
    .get-offer-wrapper img:last-child {
        margin-left: 0 !important;
        margin-top: 10px !important;
        border: 1px solid #e6e6e6;
    }
    .section-blog .blog-item-wrapper {
        flex-wrap: wrap;
    }
    #homeHtmlDetailContent_4 .rgw-wrapper {
        width: 100%;
    }
    .section-header .col-lg-9 {
        width: 25%;
    }
    #navigation {
        z-index: 9999;
    }
    .section-header .col-lg-3 {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #mobileNavRightMenu {
        display: block;
        margin-right: 50px;
    }
    #mobileNavRightMenu .nav-right {
        justify-content: end;
        align-items: center;
        width: 100%;
    }
    #mobileNavRightMenu .nav-right .lang-menu .dropdown {
        width: 40px;
    }
    #mobileNavRightMenu .nav-right .lang-menu .dropdown a {
        text-transform: uppercase;
        font-size: 18px;
    }
    #mobileNavRightMenu .nav-right .lang-menu .dropdown .dropdown-menu li {
        background: #fff;
    }
    #mobileNavRightMenu .nav-right .lang-menu .dropdown .dropdown-menu li .text {
        font-size: 20px;
    }
    #mobileNavRightMenu .nav-right .search-click-1 {
        display: block !important;
    }
    #mobileNavRightMenu .nav-right .search-click-1 {
        margin-right: 53px;
    }
    #mobileNavRightMenu .nav-right .select-language::before {
        content: '\f0ac';
        position: absolute;
        width: 100%;
        height: 100%;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        right: 21px;
        bottom: 0;
        font-size: 18px;
    }
    #mobileNavRightMenu .nav-right .search-click-1 {
        position: relative;
        width: calc(100% - 125px);
    }
    #mobileNavRightMenu .nav-right .search-click-1 .searchForm .search-click::before {
        content: '';
        position: relative;
        height: 40px;
        background: #f3f3f3;
        border: 1px solid #ddd !important;
        font-size: 14px;
        padding: 0 10px !important;
        padding-right: 60px !important;
        border-radius: 0px !important;
        transition: 0.4s;
        display: -webkit-box;
        max-width: 100%;
        box-sizing: border-box;
        width: 100%;
    }
    #mobileNavRightMenu .nav-right .search-click-1 .searchForm .search-click {
        display: flex;
        position: relative;
        right: 0;
    }
    
    .section-header {
        height: 150px;
    }
    .section-header .dropdown .mega-menu .col-md-5 {
        display: none;
    }
    .section-header .dropdown .mega-menu .img-menu-link, .section-header .dropdown .drop {
        height: auto;
    }
    .dropdown-menu {
        transition: all .2s;
    }
    .slideInLeft .nav-right {
        margin-top: 25px;
    }
    .nav-right .dropdown a {
        text-transform: uppercase;
    }
    .mega-menu {
        padding: 0 !important;
    }
    .section-header .dropdown .drop {
        padding: 10px 0px 20px 10px !important
    }
    .section-header #navigation > ul .dropdown:nth-child(1) .img-menu-link ul {
        flex-basis: 100%;
        max-width: 100%;
    }
    .section-header #navigation > ul .dropdown:nth-child(1) .img-menu-link ul li {
        width: 100%;
    }
    .section-header #navigation > ul .dropdown:nth-child(2) .img-menu-link ul li {
        float: none;
        width: 100%;
    }
    .section-header #navigation > ul .dropdown:nth-child(3) .img-menu-link ul li {
        float: none;
        width: 100%;
    }
    .section-header #navigation > ul .dropdown:nth-child(4) .img-menu-link ul li {
        float: none;
        width: 100%;
    }
    .section-header #navigation > ul .dropdown:nth-child(5) .img-menu-link ul li {
        float: none;
        width: 100%;
    }
    .section-header #navigation > ul .dropdown:nth-child(6) .img-menu-link ul {
        flex-basis: 100%;
        max-width: 100%;
    }
    #navigation {
        height: 200vh;
    }
    li.dropdown .dropdown-menu li {
        padding: 5px 0;
    }
    .section-header #navigation > ul > li > a {
        height: 30px;
        line-height: 40px;
    }
    .slideInLeft .nav-right .select-language::before {
        display: none;
    }
}

@media (min-width: 768px) {
    .sticky #navigation > ul > li, .sticky .lang-menu > ul > li {
        height: 60px;
    }
    .section-header #navigation > ul > li, .section-header .lang-menu > ul > li {
        height: 100px;
    }
    .nav-right {
        width: 175px;
    }
    .sticky {
        box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 30%);
        -webkit-box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 30%);
        -moz-box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 0.30);
    }
    .sticky #navigation > ul > li {
        height: 60px;
    }
    .sticky .nav-right .select-language::before {
        height: 65%;
    }
    li.dropdown .dropdown-menu li::before {
        content: '';
        position: absolute;
        height: 1px;
        width: 70%;
        left: 0;
        bottom: 0;
        background-color: #ee3737;
        transition: all .4s;
    }
    #mobileNavRightMenu .nav-right {
        display: none !important;
    }
}

@media (max-width: 1281px){
    .section-header #navigation > ul .dropdown:nth-child(1) .img-menu {
        height: 340px;
        background-size: 104%;
    }
    .section-header #navigation > ul .dropdown:nth-child(2) .img-menu {
        height: 340px;
        background-size: 137%;
    }
    .section-header #navigation > ul .dropdown:nth-child(3) .img-menu {
        height: 340px;
        background-size: 137%;
    }
    .section-header #navigation > ul .dropdown:nth-child(4) .img-menu {
        height: 340px;
        background-position: center;
        background-size: 137%;
    }
    .section-header #navigation > ul .dropdown:nth-child(5) .img-menu {
        height: 340px;
        background-size: 137%;
    }
    .section-header #navigation > ul .dropdown:nth-child(6) .img-menu {
        height: 340px;
        background-size: 137%;
    }
}