﻿* {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

@font-face {
font-family: 'DINPro Light';
font-style: normal;
font-weight: normal;
src: local('DINPro Light'), url('../fonts/DINPro-Light tr.woff') format('woff');
}


@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: normal;
src: local('Poppins'), url('../fonts/DINPro-Medium tr.woff') format('woff');
}


@font-face {
font-family: 'DINPro Bold';
font-style: normal;
font-weight: normal;
src: local('DINPro Bold'), url('../fonts/DINPro-Bold tr.woff') format('woff');
}


@font-face {
font-family: 'DINPro Black';
font-style: normal;
font-weight: normal;
src: local('DINPro Black'), url('../fonts/DINPro-Black tr.woff') format('woff');
}

body {
    font-size: 14px;
    background: #fff;
    color: #484848;
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none;
    color: #f07d00 ;
    outline: 0;
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

    a:hover {
        text-decoration: none;
    }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0
}

.overlay.active {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-property: visibility,z-index,top,background-color,color,border;
    -moz-transition-property: visibility,z-index,top,background-color,color,border;
    transition-property: visibility,z-index,top,background-color,color,border;
    visibility: visible;
    z-index: 1
}

.color {
    color: #f07d00 
}

.btn {
    padding: 8px 15px;
    font-size: 13px;
    line-height: 20px !important;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
    transition: background .4s;
    transition: padding .4s;
}

.btn-color {
    color: #fff;
    background: #000;
    padding: 9px 30px;
    border-radius: 0;
    font-family: Poppins;
    transition: 0.4s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 4px;
}

    .btn-color:hover, .btn-color:focus  {
        border: 1px solid #000000 ;
        color: #000000 !important;
        background: transparent;
    }
.teklif a:hover{
	        border: 1px solid #f07d00 ;
        color: #f07d00 !important;
        background: transparent;
}
.btn-border {
    color: #f07d00 ;
    background: transparent;
    padding: 10px 20px;
    border-radius: .25em;
    font-family: Poppins;
    transition: 0.4s;
    border: 2px solid #f07d00 ;
}

    .btn-border:hover {
        color: #fff;
        background: #f07d00 ;
        border: 2px solid #f07d00 ;
    }

    .btn-color i, .btn-border i {
        position: relative;
        left: 5px;
        font-size: 17px;
        top: 2px;
        margin-right: 5px;
    }



img {
    width: 100%;
    height: auto
}

.boxshadow {
    -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 20px -5px rgba(0,0,0,.75);
    box-shadow: 0 0 20px -5px rgba(0,0,0,.75)
}

@media(max-width:768px) {
    .hidden-mobile {
        display: none
    }
}

.top__bar {
    background-color: #313131;
    height: 34px;
    line-height: 34px
}

.top__bar__links {
    list-style: none
}

    .top__bar__links > li:first-child {
        padding: 0
    }

    .top__bar__links > li {
        float: left;
        padding: 0 17px
    }

        .top__bar__links > li > a, .top__bar__social__links > li > a {
            color: #cacaca;
            font-size: 13px
        }

            .top__bar__links > li > a > i {
                margin-right: 5px
            }

.top__bar__social__links {
    list-style: none;
    float: right
}

    .top__bar__social__links > li {
        float: left;
        padding: 0 8px
    }

.icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    background: #111;
    border-radius: 1px;
    margin: 5px 0;
    transition: 3s
}

.icon-bar-2 {
    width: 22px
}

.icon-bar-3 {
    width: 18px
}

.logo > a > img {
    max-height: 70px;
    padding: 0;
    margin: 0;
    width: auto;
    top: 0;
    position: relative;
}

@media (max-width:992px) {
    .logo > a > img {
        padding: 5px;
        margin-left: 10px;
        max-height: 50px;
    }
}

.nav-link {
    color: #000000 !important;
    font-size: 18px;
    font-family: Poppins;
    display: block;
    position: relative;
    font-weight: 800;
    text-transform: lowercase;
}
.cool-link:hover > a{
	color:#000!important;
}

.navbar-left > li {
    float: left !important
}



.nav-link > i {
    position: relative;
    font-size: 22px;
    color: #313131 !important;
    top: 4px
}

.lead {
    font-size: 16px;
    color: #000000;
    font-weight: 600 !important;
    line-height: 22px;
    font-family: 'Poppins';
}

.black {
    color: #111;
}

.btn-black {
    color: #fff;
    background: #111;
    padding: 15px;
    border-radius: .25em;
    font-family: 'Poppins';
    transition: 0.4s;
    border: 2px solid #111;
}

    .btn-black:hover {
        border: 2px solid #111;
        color: #111;
        background: transparent;
    }

.btn-black-hover {
    border: 2px solid #111;
    color: #111;
    background: transparent;
    padding: 15px;
    border-radius: .25em;
    font-family: 'Poppins';
    transition: 0.4s;
}

.blackright {
    font-size: 18px !important;
    position: relative;
    top: 3px;
    color: #fff !important;
}

.center__rexa > span {
    font-size: 28px;
    margin-bottom: 0px;
    display: block;
}

@media (min-width:998px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
        display: block
    }

    .cool-link {
    display: inline-block;
    text-decoration: none;
    line-height: 90px;
    height: 90px;
    padding-right: 25px;
    } 

        .cool-link:first-child {
        }

    .rexaIstanbul {
        background: #f07d00 ;
        height: 35px !important;
        line-height: 35px !important;
        border-radius: 30px;
        padding: 0px 20px;
        text-align: center;
    }

        .rexaIstanbul > a {
            color: #fff !important;
        }

    .cool-link > i {
        position: absolute;
        top: 27px;
        margin-left: 5px;
        font-size: 12px;
    }

    .navbar {
    background: linear-gradient(0deg, #ffffff 9%, #ffffff 48%);
    position: relative;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 90px;
    box-shadow: 0px 0px 10px -5px #000;
    }

    .top-header {
           color: #fff;
    height: 0;
    background-color: #f07d00  !important;
    }

    .top-list {
        list-style: none;
        margin: 0;
        padding: 0px 15px;
        float: right;
        margin-right: -20px;
    }

        .top-list li {
            float: left;
            padding: 0 5px;
        }

            .top-list li a {
                color: #ffffff;
                font-size: 13px;
                background: #f07d00 ;
                border: 1px solid #f07d00 ;
                padding: 8px;
                border-radius: .25em;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                .top-list li a:hover {
                    color: #f07d00 ;
                    background: #fff;
                    border: 1px solid #f07d00 ;
                }

                .top-list li a i {
                    margin-right: 5px;
                }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
        position: relative;
    }

    .animatedBottom {
        transition: 3s;
        transition-duration: 3s;
        transition-delay: 3s
    }

    .navbar-nav > li.navbar-right {
        float: right !important
    }
}

@media (max-width:992px) {
    .navbar {
        padding: 0;
        margin: 0
    }

    .logo-container {
        padding: 0 15px
    }

    .navbar-nav > li {
        width: 100%;
        background: #222;
        padding: 0 35px;
        border-bottom: 1px solid #333
    }

        .navbar-nav > li > a {
            color: #cecece;
            font-size: 13px;
            height: 40px;
            line-height: 40px;
        }
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-120 {
    margin-top: 120px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-120 {
    margin-bottom: 120px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:1000px) {
    .main-slider-container {
        position: relative;
        top: 40px;
    }
}

.main-slider .slide-item {
    background-size: cover;
    background-position: center;
    border-radius: 0;
    position: relative;
    outline: 0;
    min-height: 600px
}

    .main-slider .slide-item .overlay {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        position: absolute;
        opacity: 1;
        background: #e8e8e8;
    }

.main-slider img {
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.img__slide {
    width: 400px
}

.slide__title {
    font-family: 'Poppins';
    font-size: 30px;
    color: #111;
    font-weight: normal !important;
    letter-spacing: -0.5px;
}

.btn-transparent {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.slide__desc {
    font-size: 16px;
    margin-bottom: 30px;
}

    .slide__desc > a {
        color: #111;
    }

.main-slider .slide-text {
    position: relative;
    bottom: 0;
    color: #111;
    height: 450px;
    top: 0;
    padding: 0px;
}

    .main-slider .slide-text .slide-text-inner {
        position: absolute;
        bottom: 25px;
        font-size: 15px;
        left: 20px;
        padding: 20px;
        border-radius: 3px;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 20px -8px #333
    }

        .main-slider .slide-text .slide-text-inner h1 {
            font-size: 30px;
            margin: 0;
            color: #ff9800;
            font-weight: 600
        }

        .main-slider .slide-text .slide-text-inner .text {
            margin: 10px 0 20px 0;
            font-weight: 400
        }

.slide-item {
    outline: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.main-slider .slick-list, .main-slider .slick-track {
    height: 500px
}

.slick-dots {
    bottom: -1px;
    padding: 3px;
}

.slick-arrow, .slick-arrow:active, .slick-arrow:focus {
    width: 60px !important;
    height: 60px !important;
    transition: all .3s;
    border-radius: 100px
}

.slick-next {
    position: absolute;
    right: 30px;
    bottom: 40%;
    z-index: 1501;
    top: initial
}

.slick-prev {
    position: absolute;
    left: 30px;
    bottom: 40%;
    z-index: 1501;
    top: initial
}

.slick-arrow:hover {
    background: rgba(0,0,0,.5)
}

.slick-next:before {
    font-family: "CoreUI-Icons-Free' !important";
    font-weight: 700
}

.slick-prev:before {
    font-family: "CoreUI-Icons-Free' !important";
    font-weight: 700
}

.slick-next:before, .slick-prev:before {
    color: #111;
    font-size: 30px;
    padding: 10px;
    opacity: 1;
    font-family: 'CoreUI-Icons-Free' !important;
}

.slick-arrow:hover {
    background: 0 0 !important
}

.slide-item > svg {
    margin-top: 0px;
    cursor: pointer;
}

.product-item {
    margin: 10px;
    background: #fff;
    padding: 0px 0px 15px 0px;
    box-shadow: 0px 0px 15px -12px #111;
}

.product-details {
    padding: 0px 15px;
    text-align: left
}

.product-title {
    font-size: 16px;
    color: #111;
    letter-spacing: -0.5px;
    font-family: 'Poppins';
}

.settings {
    padding: .5px 22px;
    text-align: center;
    font-size: 30px;
    background: #fff0;
}

.owl-prev {
    float: left
}

.owl-next {
    float: right;
}

.owl-buttons {
    margin-top: 15px
}


.footer_logo {
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px
}



.footer-list {
    list-style: none;
    display: inline-block;
}

    .footer-list > li > a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    font-family: Poppins;
    }

        .footer-list > li > a:hover {
            color: #fff !important
        }

.bottom-footer {
    background: #fff;
    border-top: 0;
    color: #000;
}
.bottom-footer .container{
    padding: 15px 0;
} 

    .bottom-footer span {
        margin-right: 10px;
    }


.rexa {
    width: 80px;
    height: auto;
    float: right
}

.footer-title {
    margin-bottom: 15px;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight:600 !important;
}

.footer-cont-item {
    margin-bottom: 15px
}

    .footer-cont-item > i {
        float: left;
        margin-right: 5px
    }

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit
}

.tip1-form {
    border: 1px solid #9c9c9c;
    border-radius: 0;
    height: 34px;
    background: #1d1d1d;
    outline: 0;
    box-shadow: none
}

    .tip1-form:focus {
        border: 1px solid #fff;
        background: 0 0;
        box-shadow: none
    }

.tip1-btn {
    position: absolute;
    margin-top: -35px;
    right: 10px;
    outline: 0;
    box-shadow: none
}

    .tip1-btn:focus {
        outline: 0;
        box-shadow: none;
        border: 0
    }

.tip1-form:focus > .tip1-btn > i {
    color: #fff !important
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: 500 !important;
    color: #111;
}

.rexa-web-tasarim-Title {
    font-weight: normal !important;
    color: #111;
    font-size: 40px;
    font-family: 'Poppins';
    line-height: 1.2;
    letter-spacing: -1.2px;
}

    .rexa-web-tasarim-Title.float-left {
        margin-bottom: 0px;
        position: relative;
        top: 6px;
        margin-right: 10px;
    }

.head-rexa-web {
    color: #111;
    font-family: 'Poppins';
    font-size: 24px;
    margin-bottom: 10px;
}

.head-desc {
    border-radius: 0px;
    padding: 0px;
    font-size: 13px;
    color: #111;
    margin-bottom: 5px;
    margin-top: -5px;
    display: block;
    font-family: 'Poppins';
    display: none;
}

.bgcons {
    padding: 30px 20px !important;
    background: #f1f2f3;
    border-radius: 12.5px;
    text-align: left;
    transition: 0.4s;
    border: 1px solid #ccc;
}

    .bgcons:hover {
        margin-top: -10px;
    }

    .bgcons > .bottom {
        margin-top: 30px;
    }




.profesyonel-web-site-cozumleri {
    font-size: 17px;
    font-family: 'Poppins';
    color: #111;
    top: 5px;
    position: relative;
}

.head-renk > a {
    color: #fff !important;
}

.bgcons > i {
    font-size: 60px;
    position: absolute;
    top: -30px;
    right: 30px;
    background: #fff;
    transition: 0.4s;
    display: none;
}

.bgcons:hover > i {
    top: -40px;
}

.product-img {
    padding: 0px;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.center__rexa {
    border-radius: 10px;
}

.title__rexa {
    font-size: 32px;
    font-family: 'Poppins';
    color: #111;
    letter-spacing: -1px;
}

.desc__rexa > p > strong {
    color: #111;
    font-family: 'Poppins';
    font-size: 15px !important
}

strong {
    color: #111;
    font-family: 'Poppins'
}

@media(min-width:1000px) {
    .owl-item > .col-md-8 {
        margin-left: 12%;
        margin-right: 12%
    }

    .owl-item > .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 70%;
        max-width: 76%
    }
}

.socialList > li {
    float: left;
    width: auto;
    padding: 0 15px 0 0 !important;
}

    .socialList > li > a i {
    background: transparent !important;
    color: #fff!important;
    border: 1px solid #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    margin: 0;
    }

    .socialList > li > a {
        text-transform: capitalize !important;
    }

.form__rexa::placeholder {
    color: #111 !important;
    font-size: 13px
}

.form__rexa:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #111
}

.type-item-1 > span {
    color: #111;
    font-size: 13px
}

.btn-block {
    border-radius: 0
}


.pages__col {
    padding: 0px;
}


.arrow_prev_related_product {
    background-image: url(../Content/images/ico-left.png);
    background-size: 100% 100%
}

.arrow_next_related_product {
    background-image: url(../Content/images/ico-right.png);
    background-size: 100% 100%
}

.page__title {
    padding: 120px;
}

    .page__title > img {
        position: absolute;
        left: 0px;
        width: 326px;
        height: auto;
        top: 65px;
    }

.tab-content > .active {
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
}

.rexa-project {
    width: 23%;
    margin: 0px 1%;
    background: #fff;
    height: 44px;
    color: #000000;
    line-height: 42px;
    text-align: center;
    box-shadow: 0px 0px 10px -7px #fff;
    border-radius: 30px;
    border: 1px dotted #111;
    font-size: 16px;
    transition: 0.3s;
}

    .rexa-project:hover {
        color: #111;
        border-color: #111;
    }

    .rexa-project.active {
        background: #111;
        border-color: #111;
        color: #fff;
    }

.nav-tabs {
    border: 0px
}



.referansces-contents {
    position: absolute;
    left: 0px;
    margin-top: -100px;
    z-index: 99;
    width: 100%;
}

.contents-Item {
    margin-left: 70px;
}

    .contents-Item > span > i {
        font-size: 24px;
        color: #fff;
        font-family: 'Poppins';
        font-weight: normal;
        font-style: normal;
        text-shadow: 0px 0px 6px #000000a3;
    }

.content-details > div {
    font-family: 'Poppins';
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    left: 70px;
    position: absolute;
    text-align: center;
    width: 200px;
}

.tab-pane > .col-md-6 {
    padding: 0px;
    position: relative;
    border: 5px solid #ffff;
}

.background-Item {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.referansces-item-1 {
    transition: 1s;
}

    .referansces-item-1 > img {
        transition: 1s;
    }

    .referansces-item-1:hover > img {
        transform: scale3d(1.2, 1.2, 1.2);
        transition: 1s;
    }


@media(max-width:1000px) {
    .page__title {
        padding: 30px;
        background: linear-gradient(45deg, white, #e2e2e2);
    }

    .ri-grid {
        display: none;
    }

    .bgcons {
        margin-bottom: 15px;
    }

    .slick-arrow {
        display: none !important;
    }

    .page__container > h1 {
        font-size: 18px;
    }

    .lead {
        font-size: 13px;
    }

    .nav-tabs .nav-link {
        padding: 10px 0px;
        width: 100%;
    }

    .owl-controls {
        position: absolute;
        width: 120px;
        top: auto;
        bottom: -38px;
        z-index: 995;
        margin: auto;
        left: 0px;
        right: 0px;
    }

    .bottom-line::after {
        width: 100px;
    }

    .bottom-line {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .section-md {
        padding: 40px 0;
    }

    .title__rexa {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .footer-type-1 > .container > .row > .col-md-3 {
        margin-bottom: 30px;
    }

    .socialList > li > i {
        display: none;
    }




    .catalogues > .col-md-4 {
        margin-bottom: 15px;
    }

    .main-slider .slide-text {
        top: 5%;
        padding: 15px;
    }

    .bottom__Icons {
        display: none;
    }
}


.btnNNews {
    font-size: 20px;
    position: relative;
    top: 4px;
}

.bgcons > img {
    width: 32px;
    position: absolute;
    right: 30px;
    bottom: 5px;
}





.page__index {
    background: #e4e4e4;
    padding: 0px;
}

.page__index2 {
    background: #111;
}

.page_show {
    padding: 70px;
}

.page_show2 {
    padding: 70px;
}

    .page_show2 > h1 {
        color: #fff;
    }

    .page_show2 > p {
        color: #fff;
    }

    .page_show2 > small {
        color: #fff;
        position: relative;
        top: -15px;
        font-size: 15px;
    }

.page_show > small {
    color: #111;
    position: relative;
    top: -15px;
    font-size: 15px;
}

.page_show > span {
    font-size: 109px;
    color: #d4cfcf;
    position: absolute;
    bottom: -30px;
    right: 15px;
}

.page_show2 > span {
    font-size: 109px;
    color: #111;
    position: absolute;
    bottom: -30px;
    left: 15px;
}

.pageAfter:before {
    content: '';
    display: block;
    background: #1f5be0;
    width: 35px;
    height: 4px;
    position: relative;
    top: 25px;
    left: -24px;
}


.page_show > h1 {
    letter-spacing: -2px;
}

.page_show2 > h1 {
    letter-spacing: -2px;
}

.title {
    color: #fff;
    font-size: 44px;
    line-height: 1.5;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 600 !important;
    text-align: center;
}

.pafe--page {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    color: #fff;
}

    .pafe--page > a {
        font-size: 20px;
        margin-bottom: 30px;
        font-family: Poppins, sans-serif;
        color: #fff;
    }

.description {
    color: #fff;
    font-size: 18px;
    font-family: "'Poppins' Light";
}

    .description > strong {
        color: #fff;
        font-family: "'Poppins' Light";
    }

    .description > a {
        color: #fff;
        font-family: "'Poppins' Light";
    }

.ozetshow {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    font-family: "'Poppins' Light";
}

    .ozetshow > h4 {
        display: initial;
        font-size: 18px;
        color: #fff;
        font-family: "'Poppins' Light";
        font-weight: normal !important;
    }


.form__rexa2 {
    width: 100%;
    height: 42px;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    border: 1.5px solid #f07d00 ;
    background: #fff0;
    padding-left: 10px;
    font-family: 'Poppins';
    transition: 0.5s;
    padding: 10px;
}

.rexa__label {
    position: relative;
    z-index: 99;
    top: 17px;
    background: #fff;
    left: 15px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    color: black;
}

textarea {
    height: 80px !important;
}

.cursor {
    font-size: 375px;
    text-align: center;
}

    .cursor > i {
        color: #f07d00 ;
    }

.title_baslik {
    font-size: 32px;
    font-family: ''Poppins' Light';
    color: #111;
}

.page__container > h1 {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Poppins' ''Poppins' ';
    position: relative;
    top: 5px;
}

.page__img > img {
    position: absolute;
    top: -100px;
    width: 110%;
}

.content__p > p {
    font-size: 16px;
}

.rexa__title {
    font-size: 26px;
    letter-spacing: -0.7px;
    color: #172b43;
}

.rexa__details > h1 {
    font-size: 18px;
    color: #172b43;
    letter-spacing: -0.1px;
}

.rexa__details > p {
    font-size: 12px;
}

.rexa_sections {
    background: #fff;
    box-shadow: 0px 0px 18px -16px;
    margin: 25px 10px;
    padding: 30px 10px 15px;
    transition: 0.4s;
}

.secions__img > i {
    font-size: 75px;
}

.secions__img {
    position: relative;
    top: -10px;
}

.rexa_sections:hover {
    margin-top: 15px;
    box-shadow: 0px 0px 18px -14px;
}

.dijital__pazarlama {
    font-size: 32px;
}

.bottom__Icons {
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: 0.4s;
    z-index: 9991;
}

    .bottom__Icons > ul {
        list-style-type: none;
    }

        .bottom__Icons > ul > li {
            float: right;
            border-radius: 50%;
            background: #f07d00 ;
            width: 70px;
            height: 70px;
            text-align: center;
            line-height: 70px;
            padding: 0px;
        }

            .bottom__Icons > ul > li > a {
                color: #fff;
                font-size: 16px;
                font-family: 'Poppins';
            }

.code__contact {
    background: #f07d00 ;
}

.details {
    text-align: center;
}

    .details > a {
        background: #f07d00 ;
        padding: 7px 6px;
        position: relative;
        top: 23px;
        border-radius: 100px;
        color: #ffffff;
        border: 0px;
        font-size: 12px;
    }

.detailsTitle {
    font-size: 20px;
    color: #797979;
    font-weight: 600;
}

.rexa-referanslar {
    box-shadow: 0px 0px 13px -11px;
    padding: 15px;
    margin-bottom: 30px;
}

.details > span {
    display: block;
    font-size: 12px;
}

.referanslist {
    list-style: none;
}

    .referanslist > li {
        float: left;
    }

        .referanslist > li > img {
            width: 126px;
            padding: 10px;
            background: #fff;
        }

.referanslar {
    clear: both;
}

.page-title {
    height: 338px;
    padding: 0px;
}

    .page-title:before {
        content: '';
        background: linear-gradient(45deg, #0e2038, #f07d00 );
        position: absolute;
        width: 100%;
        height: 338px;
        left: 0px;
        right: 0px;
        opacity: .85;
        z-index: 0;
    }

.rfTitle {
    position: relative;
    color: #fff;
    font-family: 'Poppins';
    line-height: 50px;
    font-size: 36px;
    letter-spacing: -1px;
}

.title-container {
    position: absolute;
    display: table;
    width: 1040px;
    height: 338px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.title_holder {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.page-title > .container {
    height: 365px;
}


/* ROTATE WORDS */

.rotate-words span {
    opacity: 0;
    font-weight: 700;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: -30px;
    letter-spacing: -3px;
    text-shadow: 0px 0px 10px #000;
    font-family: times !important;
    font-style: italic;
}

    .rotate-words span.rotate-in {
        animation: rotateInWord .3s linear forwards;
        -webkit-animation: rotateInWord .3s linear forwards;
    }

    .rotate-words span.rotate-out {
        animation: rotateOutWord .3s linear forwards;
        -webkit-animation: rotateOutWord .3s linear forwards;
    }

    .rotate-words span:first-child {
        opacity: 1;
    }

.no-csstransforms3d .rotate-words span {
    display: none;
    opacity: 1;
}

@-webkit-keyframes rotateInWord {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes rotateOutWord {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
}

@keyframes rotateInWord {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes rotateOutWord {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}


/* ROTATE WORDS */
.rotate-words {
    display: inline-block;
    min-width: 100px;
    min-height: 36px;
    text-align: left;
}

    .rotate-words h1 {
        position: absolute;
        opacity: 0;
        font-weight: 700;
        letter-spacing: -1px;
    }

        .rotate-words h1.rotate-in {
            animation: rotateInWord .5s linear forwards;
            -webkit-animation: rotateInWord .5s linear forwards;
        }

        .rotate-words h1.rotate-out {
            animation: rotateOutWord .5s linear forwards;
            -webkit-animation: rotateOutWord .5s linear forwards;
        }

        .rotate-words h1:first-child {
            opacity: 1;
        }

.no-csstransforms3d .rotate-words h1 {
    display: none;
    opacity: 1;
}

@-webkit-keyframes rotateInWord {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes rotateOutWord {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
}

@keyframes rotateInWord {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes rotateOutWord {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}



.right-30 {
    margin-right: 30px;
}


#mobile {
    width: 100%;
    background: #fff;
    position: fixed;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    top: 0px;
    z-index: 999999;
}
section,footer{
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}

#mobileBodyContent {
    background: #fff;
    position: relative;
    z-index: -0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#header {
    height: 60px;
    background: #fff;
}

#mobileBodyContent > span {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    color: #000;
}

    #mobileBodyContent > span:before {
    content: '';
    display: block;
    width: 82px;
    height: 28px;
    background: #00000000;
    position: absolute;
    border: 1px solid #000;
    margin-left: -32px;
    top: -3px;
    }

#burgerBtn {
    border-top: 2px solid #000;
    height: 12px;
    width: 20px;
    box-sizing: border-box;
    position: absolute;
    z-index: 60;
    right: 65px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    #burgerBtn:before {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 20px;
        left: 0;
        background: #000;
        top: 3px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    #burgerBtn:after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 20px;
        left: 0;
        background: #000;
        bottom: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

#nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 50px 0 0 0px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.demo1 {
    transition: 0.4s;
    overflow: hidden;
}

.navigation {
    overflow: inherit;
}

    .navigation #burgerBtn {
        border-color: transparent;
    }

        .navigation #burgerBtn:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -khtml-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 20px;
            left: -2px;
        }

        .navigation #burgerBtn:after {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -khtml-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            bottom: 5px;
            width: 20px;
            left: -2px;
        }

@media(max-width:1000px) {
    .navbar {
        display: none !important;
    }

    .nav-link {
        color: #111 !important;
        text-transform: capitalize;
        font-size: 14px;
        font-family: Poppins, sans-serif;
        display: block;
        position: relative;
        width: 100%;
        margin-top: 0px;
        background: #f8f9fa !important;
        border-bottom: 1px solid #dedede;
        padding: 10px !important;
		font-weight:400!important;
    }

    .profesyonel-web-site-cozumleri {
        font-size: 14px;
    }

    .hidden-xs {
        display: none;
    }

    .slide__title {
        font-size: 30px !important;
    }

    .main-slider .slide-text .mt-120 {
        margin-top: 30px !important;
    }

    .main-slider .slide-text .pt-50 {
        padding-top: 30px !important;
    }

    .main-slider .slick-list, .main-slider .slick-track {
        height: 550px;
    }

    .main-title {
        font-family: 'Poppins';
        margin-bottom: -5px;
        display: block;
        font-size: 42px !important;
        font-weight: 700 !important;
        letter-spacing: normal;
    }

    .alternatif-keywords {
        font-family: 'Poppins';
        margin-bottom: -5px;
        display: block;
        font-size: 26px !important;
        font-weight: normal !important;
        letter-spacing: normal;
    }

    .mobileTeklif {
        background: #f07d00  !important;
        color: #fff !important;
        border-radius: 0px;
        padding: 10px 0px;
        margin: 20px 15px 0px;
        width: auto;
        text-align: center;
        font-size: 15px;
    }

    .bottom__Icons {
        bottom: 10px;
        right: 10px;
        z-index: 999;
    }

    .slide__desc {
        font-size: 16px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

@media(min-width:1000px) {
    #mobile {
        display: none;
    }

    .rexa-web-tasarim-ajansi {
        -ms-flex: 0 0 53.333333%;
        flex: 0 0 53.333333%;
        max-width: 53.333333%;
    }
}


@media(min-width:1000px) {
    .mobile {
        display: none;
    }
}

@media(max-width:1000px) {
    .rexa-web-tasarim {
        position: fixed;
        bottom: 0px;
        background: #fff;
        height: 45px;
        line-height: 45px;
        width: 100%;
        border-top: 1px solid #d8d8d8;
        z-index: 998;
    }

        .rexa-web-tasarim > ul > li {
            float: left;
            width: 50%;
            text-align: center;
        }

            .rexa-web-tasarim > ul > li > a {
                color: #111;
                font-size: 15px;
                font-family: 'Poppins' !important;
            }

    .internetSitesi > a > img {
        width: 30px;
        margin-right: 15px;
    }

    .rexa-web-tasarim > ul {
        list-style: none;
    }

    .referanslist > li > img {
        width: 66px;
        padding: 10px;
        background: #fff;
    }

    .rfTitle {
        line-height: 24px;
        font-size: 18px;
        margin: 0px 30px;
    }
}

form p {
    font-size: 120%;
}

.box-top {
    color: #8e8e8e;
    font-family: 'Poppins';
}

@media (min-width: 1240px) {
    .container {
        max-width: 1240px;
    }

    .dropdown-menu {
    min-width: 250px;
    left: -5px;
    background-color: white;
    padding: 0;
    border: 0;
    top: 94%;
    transition: 0.4s;
    border-radius: 0 !important;
	-webkit-box-shadow:  0px 3px 10px -5px #000;
    -moz-box-shadow: 0px 3px 10px -5px #000;
    -o-box-shadow:  0px 3px 10px -5px #000;
    box-shadow:  0px 3px 10px -5px #000;
    }

    .cool-link i {
	margin-left: 5px;
    position: relative;
    font-size: 18px;
	top:0;
    color: #000;
    font-weight: 400;
    }


    .dropdown-menu > li > a {
    font-weight: 500;
    font-family: Poppins;
    font-size: 14px;
    transition: 0.3s;
    padding: 4px 7px !important;
    line-height: 30px;
    display: block;
    margin-bottom: 0;
    color: #000 !important;
    }

    .dropdown-menu > li > a:hover {
       background:#f8f8f8;
    }
}

@media(min-width:1600px) {
    .container {
        width: 1240px;
    }
}

.text-black {
    color: #111;
}

.cta-top-span {
    color: #111;
    font-size: 22px;
    position: relative;
    top: -5px;
}

.rexa-cta-top {
    background: #f07d00 ;
    padding: 20px 0px 25px;
}

    .rexa-cta-top > .container {
        padding: 0px;
    }

.cta-top-button > a {
    background: #111;
    color: #fff;
    position: relative;
    top: 38px;
    padding: 20px 50px;
    font-size: 20px;
}

.urunler-list .col-md-3 {
    padding: 0 5px;
}

.sidebar-title {
font-size: 18px;
    color: #000;
    padding: 5px;
    border-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar > ul {
    margin: 0px;
    list-style: none;
    border: 0;
}

    .sidebar > ul > li {
        margin-bottom: 0px;
        padding: 10px 8px;
    }
		.sidebar > ul > li > a:before{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
    color: #f07d00;
		}
        .sidebar > ul > li:hover {
            background-color: #f1f1f1 !important
        }

            .sidebar > ul > li:hover a {
                color: #000;
            }

        .sidebar > ul > li > a {
			font-size: 13px;
			color: #000;
			font-family: Poppins;
			font-weight: 500;
			display: block;
        }



        .sidebar > ul > li:hover > a {
            color: #000 !important;
        }


@media(max-width:1000px) {
    .container {
        padding: 0px 15px !important;
    }

    .cta-top-button > a {
        background: #fff;
        color: #111;
        position: relative;
        top: 17px;
        padding: 7px 50px;
        font-size: 20px;
    }

    .rexa-web-tasarim-Title {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .rexa-web-tasarim-ajansi {
        margin-top: 0px;
    }

    .cta-top-span {
        display: none;
    }

    .img__slide {
        width: auto;
    }

    .rexa-cta-top {
        padding: 20px 0px 3px;
        text-align: center;
    }

    .rx-button {
        padding: 10px 30px;
    }

    .title {
        font-size: 32px;
        line-height: 32px;
    }

    .page-title {
        height: 500px;
        background: #1b00ff !important;
    }

        .page-title:before {
            height: 500px;
        }

    .title-container {
        height: 500px;
        width: 100%;
        padding: 15px;
    }
}

.blog-description > a {
    font-weight: bold;
    font-size: 16px;
    color: #f07d00  !important;
}

.rexa-blog > h2 {
    color: #111;
    font-family: 'Poppins';
    font-size: 24px;
    letter-spacing: -0.5px;
}

.rexa-div > h1 {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: normal !important;
    letter-spacing: normal;
}

.rexa-div > div {
    font-family: 'Poppins';
    font-size: 35px;
    line-height: 42px;
    color: #111;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

    .rexa-div > div > h1 {
        font-family: 'Poppins';
        font-size: 35px;
        line-height: 42px;
        font-weight: 700 !important;
        letter-spacing: -0.5px;
        margin-bottom: 0px !important;
    }

    .rexa-div > div > h2 {
        font-family: 'Poppins';
        font-size: 35px;
        line-height: 42px;
        font-weight: 700 !important;
        letter-spacing: -0.5px;
        margin-bottom: 0px !important;
    }

    .rexa-div > div > strong {
        font-family: gd-sage,"Times New Roman",serif;
        color: #f07d00 ;
    }

.page-description-rexa {
    padding: 15px 0px 15px 35px;
}

    .page-description-rexa > p {
        color: #111;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.3px;
    }

        .page-description-rexa > p > strong {
            font-family: 'Poppins';
            color: #f07d00 ;
        }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-offset-2 {
        margin-left: 16.666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333%;
    }

    .rexakm {
        border-radius: 4px;
    }


    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block;
    }

    section, footer {
        display: block;
        overflow: hidden;
        background-attachment: fixed;
        background-size: cover;
		position:relative;
    }

    .head-rexa-web {
        min-height: 30px;
        max-height: 30px;
    }


}



.img-web-tasarim {
    border-radius: 15px;
    box-shadow: 0px 0px 15px -8px #000
}



.form-bilgi > .col-md-3 {
    margin-top: 15px;
}

.form-control {
    border: 1px solid #ccc;
    height: 42px;
}

    .form-control:focus {
        box-shadow: none;
        outline: 0;
        border: 1px solid #000;
    }


.contact_id .contact-item {
    margin-top: 10px;
    clear: both;
    display: flex;
    flex-shrink: 0;
    padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.contact_id h1 {
    font-weight: 800 !important;
    letter-spacing: -1px;
}

@media(max-width:1000px) {


    .segment {
        padding: 15px;
        margin-top: 0px;
    }

    .segment-web {
        height: auto;
        padding: 30px 15px !important;
    }

    .tel {
        display: none;
    }

    .web-tasarim-form > .col-md-12 > strong {
        display: block;
    }

    .page-description-rexa {
        padding: 0px;
        top: 30px;
        position: relative;
    }

    .mobile-phone {
        display: block;
        position: absolute;
        top: 8px;
        right: 100px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        transform: rotateZ(90deg);
        font-size: 25px;
        color: #fff;
    }

    .rexa-div > div {
        font-size: 36px;
        line-height: 42px;
    }

        .rexa-div > div > h1 {
            font-size: 36px;
            line-height: 42px;
        }

        .rexa-div > div > h2 {
            line-height: 42px;
            font-size: 36px;
        }
}

.modal-header > .text-center {
    width: 100%;
    text-align: left !important;
    padding-left: 25px;
}

    .modal-header > .text-center > img {
        width: 100px;
    }

.rx-header {
    padding-left: 5px;
    font-size: 19px;
    color: #111;
    font-family: Times;
    font-weight: bold;
}

.modal-row > .modalCons {
    margin-bottom: 20px;
}

.modal-footer {
    border: 0px;
    padding: 0px 15px 15px;
}

.modal-lg {
    max-width: 620px;
}

.btn-danger {
    background: #d02727;
    border-color: #d02727 !important;
    color: #fff !important;
}

    .btn-danger:hover {
        background: #d02727 !important;
        border-color: #d02727 !important;
        color: #fff !important;
    }

.modal {
    z-index: 99999;
}

.section-page--resources {
    text-align: center;
    padding: 160px 0px 100px;
}

.alternatif-Resources {
    padding: 130px 0px 0px;
}

.resources-title {
    font-family: 'Poppins';
    font-weight: normal !important;
    color: #111;
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: -2px;
}

.rexa-web-tasarim-Description-Page {
    font-size: 32px;
    color: #111;
    font-weight: normal;
    font-family: 'Poppins' Light !important;
    padding: 15px 120px;
}

    .rexa-web-tasarim-Description-Page > strong {
        color: #f07d00 ;
        font-family: 'Poppins' Light !important;
        font-weight: normal;
    }

.animasyon {
    -webkit-animation: mymove 3.5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 3.5s infinite;
    position: relative;
    transition: 3.5s;
}

@-webkit-keyframes mymove {
    0% {
        transform: scale3d(1, 1, 1);
        transform: translateY(0px);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
        transform: translateY(-30px);
    }

    100% {
        transform: scale3d(1, 1, 1);
        transform: translateY(0px);
    }
}

@keyframes mymove {
    0% {
        transform: scale3d(1, 1, 1);
        transform: translateY(0px);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
        transform: translateY(-30px);
    }

    100% {
        transform: scale3d(1, 1, 1);
        transform: translateY(0px);
    }
}

svg {
    text-align: center;
    margin: auto;
    position: absolute;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    -webkit-animation: mymove 2.5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 2.5s infinite;
    transition: 2.5s;
    left: 0px;
    right: 0px;
}

.rexa-menu-svg {
    animation: none;
    position: absolute;
    right: auto;
    left: auto;
    top: -22px;
    transition: 0s;
    margin-left: 5px;
    width: 10px;
    height: 10px;
}

@media(min-width:1000px) {
    .MobileSelect {
        display: none;
    }
}

.MobileSelect {
    padding: 0px 15px;
}

#mySelect {
    position: relative;
    top: 50px;
    color: #111;
    z-index: 999;
}

.select-t {
    position: relative;
    top: 45px;
    text-align: center;
}

@media(max-width:1000px) {
    .rexa-web-tasarim-Description-Page {
        font-size: 16px;
        font-family: 'Poppins' Light !important;
        padding: 0px 0px;
    }

    .resources-title {
        font-size: 26px;
        line-height: 32px;
        padding: 15px 15px 30px 0px;
        letter-spacing: normal;
    }

    .section-page--resources {
        padding: 100px 0px 0px;
    }

    svg {
        display: none;
    }

    .rexa-project {
        width: 100%;
        margin-top: 15px;
    }

    .desktop-nav {
        display: none;
    }

    .tab-content {
        padding: 15px 15px !important;
    }

    .referances-mobile-nesne {
        padding: 0px;
    }

    .background-Item:before {
        content: '';
        display: block;
        position: absolute;
        background: #0000007d;
        width: 100%;
        height: 100%;
    }

    .contents-Item {
        top: 30%;
        position: relative;
        left: 30px;
        margin: 0px;
    }

    .content-details {
        position: relative;
        top: 30%;
    }

    .contents-Item > span > i {
        font-size: 18px;
        font-family: 'Poppins';
        line-height: 26px;
        text-shadow: 0px 0px 6px #000000a3;
    }

    .tab-pane > .col-md-6 {
        border: 0px solid #ffff;
        margin-bottom: 15px;
    }

    .contact-details {
        margin-bottom: 15px;
    }
}

.nav-iletisim {
    position: relative;
    line-height: 40px;
    padding: 7px 26px;
    border-radius: .25em;
    color: #fff !important;
    font-size: 16px;
    background: #f07d00 ;
    box-shadow: 0px 0px 10px -7px #000;
    font-family: 'Poppins';
}

.contact-details {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: #f07d00  !important;
    color: #fff;
}

    .contact-details > i {
        font-size: 34px;
        color: #111;
        border-radius: 50%;
        padding: 15px;
        background: #fff;
    }

.ItemNesne > a {
    display: block;
    color: #fff;
    min-height: 42px;
    position: relative;
    top: 8px;
}

.contact-Name {
    font-size: 24px;
    color: #fff;
    font-family: 'Poppins';
    margin: 10px 0px;
    letter-spacing: -0.5px;
}

.rexa-details-counters {
    background: #FFD954;
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    width: 100%;
    padding-top: 75px;
}

.rexa-details-counters1 {
    content: '';
    background-color: #FFD954;
    height: 18px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    -webkit-mask-image: url(/content/images/texture.svg);
    mask-image: url(/content/images/texture.svg);
    -webkit-mask-repeat: repeat no-repeat;
    mask-repeat: repeat no-repeat;
    width: 100%;
    display: block;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.bgs {
    background: #f07d00 ;
    height: 550px;
}

.bgs1 {
    background-color: #f07d00 ;
}

.rexa-parallax-Item {
    text-align: center;
    font-size: 18px;
    color: #111;
    font-family: 'Poppins';
    position: relative;
    margin-top: 30px;
}

@media(max-width:1000px) {
    .center__rexa {
        padding: 30px 15px !important;
    }

    .bgs {
        height: 100% !important;
    }
}


.box-bg {
    background: #f1f2f3;
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 40px;
    border-radius: 10px;
}

.box-Items > p > strong {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: normal;
}

.web-tasarim-sureci-nav-tab {
    list-style: none;
}

    .web-tasarim-sureci-nav-tab > li {
        padding: 5px 0px;
    }

        .web-tasarim-sureci-nav-tab > li > img {
            transition: 0.4s;
        }

        .web-tasarim-sureci-nav-tab > li:hover > img {
            transform: rotate(45deg);
        }

        .web-tasarim-sureci-nav-tab > li > a {
            color: #8e8e8e;
            font-family: 'Poppins';
            padding-left: 0px;
        }

.tabs-heading {
    font-size: 32px;
    margin-bottom: 15px;
}

    .tabs-heading:before {
        content: '';
    }

.web-tasarim-sureci-nav-tab > li > img {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

.tabs-sections > .tab-pane {
    background: transparent;
    color: #111;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
}

.chatrx {
    position: relative;
    animation: none;
    margin-top: 0px;
    z-index: 999;
    transition: none;
    opacity: 1;
    width: 40px;
    height: 40px;
}

::-moz-selection {
    background: #f07d00 ;
    color: #fff;
}

::selection {
    background: #f07d00 ;
    color: #fff;
}


@media(max-width:1000px) {
    .center__rexa > span {
        font-size: 16px;
        margin-bottom: 0px;
        display: block;
    }

    .slider-referans-top-2 {
        font-size: 46px !important;
        margin: 0px !important;
    }

    .slider-referans-top-1 {
        margin-bottom: -15px !important;
        position: relative;
        left: 35px !important;
        font-size: 46px !important;
        margin-top: -5px !important;
        margin-bottom: -15px !important;
    }

    .slider-referans-top-1u {
        margin-bottom: -15px !important;
        position: relative;
        left: 35px !important;
        margin-top: -5px !important;
        margin-bottom: -20px !important;
    }

    .mobileFont {
        font-size: 22px !important;
    }

    .slick-dots {
        width: 100% !important;
        margin: 0px !important;
        text-align: left !important;
    }
}

.modal-open .container-fluid, .modal-open .container, .modal-open section, .modal-open .swiper-container {
    filter: blur(5px);
}

.reveal {
    width: 50%;
    float: left;
    padding: 3px !important;
}

    .reveal img {
        display: block;
        max-width: 100%;
        height: auto;
    }



.modal-dialog-full {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0px !important;
    top: 0px !important;
}

.modal-content-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.modal-header-full {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    padding: 17px 10px;
    border: 0;
    color: #fff !important;
    background-image: linear-gradient(-303deg,#f07d00 ,#055aa5 56%,#005096);
    font-size: 20px;
    border-radius: 0px !important;
}

.modal-body-full {
    position: absolute;
    top: 60px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-footer-full {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

.modal-left {
    float: left !important;
    left: 0px;
}

.fade {
    background: rgba(0, 0, 0, 0.52);
    overflow: auto !important;
    opacity: 1 !important;
}

.modal-body {
    padding: 15px 15px 0px;
}



.modal-header .close > span {
    line-height: 30px !important;
    padding: 0px;
    margin: 0px;
    height: 30px !important;
    text-shadow: none;
    display: block;
}

.modal-header .close {
    opacity: 1;
    height: 35px;
    width: 35px;
    font-size: 35px;
    color: #fff;
    position: relative;
    margin: 0px;
    padding: 0px;
    top: -3px;
    border-radius: 50%;
    line-height: 0px;
    transition: 0.4s;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    background: #eaeaea36;
}

.modal.fade:not(.show) .modal-dialog-full {
    -webkit-transform: translate3d(-125%, 0, 0);
    -ms-transform: translate3d(-125%, 0, 0);
    -o-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
}

button:focus {
    outline: none;
    box-shadow: none;
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 9999;
}

.detay-web {
    padding: 0px;
    height: 60px;
    list-style: none;
}

    .detay-web > li {
        float: left;
        width: 49%;
        text-align: center;
        margin-right: 1%;
    }

        .detay-web > li:hover {
            opacity: 0.8;
        }

        .detay-web > li > a {
            line-height: 60px;
            font-size: 13px;
            color: #fff;
            background: #000;
            display: block;
        }

li.detay-btn-2 > a {
    background: #ffffff;
    color: #000;
}

.project-description p, .project-description h1, .project-description h2, .project-description h3 {
    color: #fff !important;
}

.yasal {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .yasal > li {
        float: left;
        padding: 0 10px;
        position: relative;
    }

        .yasal > li:before {
            content: '';
            display: block;
            position: absolute;
            width: 6px;
            height: 1px;
            background: #000;
            left: -4px;
            top: 10px;
        }

        .yasal > li > a {
    color: #000;
    font-size: 13px;
    font-family: Poppins;
        }

.rexa-new-donem {
    padding: 0 30px;
}

@media(max-width:1000px) {
    .reveal {
        width: 100%;
    }

    .referansces-contents {
        display: none !important;
    }

    .background-Item:before {
        background: #0000001c;
    }

footer .col-md-3 .col-md-12{
	padding:0;
	margin-bottom:15px;
}
footer .col-md-3{
	margin-bottom:15px;
}
    footer .type-item-1 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
	footer.pb-50{
		padding-bottom:0!important;
	}

    .rexa-details-counters .col-md-4 {
        width: 33.3333333333% !important;
        float: left;
    }

    .rexa-details-counters {
        height: 190px;
    }

    .rexa-new-donem {
        padding: 0 !important;
    }
}

.guvenlikKodu {
    height: 42px;
    border-radius: .25em;
    border: 2px solid #f07d00 ;
}

select {
    font-size: 14px !important;
}

.cookieinfo {
    color: #fff !important;
    padding: 15px !important;
    background: #111111e0 !important;
    border-top: 1px solid #000000;
}

    .cookieinfo a {
        text-decoration: underline !important;
        color: #fff !important;
    }

.cookieinfo-close {
    font-family: 'Poppins';
    padding: 6px 20px !important;
    background-color: #fff !important;
}

.contact-item {
    margin-top: 15px;
    clear: both;
    display: flex;
    flex-shrink: 0;
}

    .contact-item span, .contact-item address {
        color: #333;
        position: relative;
        float: left;
        left: 10px;
    }

.text-footer p {
    color: #fff !important
}
footer .text-footer p {
    color: #fff !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}
label {
    font-weight: 600;
    margin-bottom: 3px;
}


.contact-item a {
    color: #fff;
	font-weight:400;
}
footer .contact-item a {
    color: #fff !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}
footer .contact-item i {
    color: #fff !important;
    font-size: 14px;
}
.contact-item i {
    font-size: 22px;
    color: #fff;
    float: left;
    min-width: 25px;
    max-width: 25px;
}

.swiper-container {
    height: 65vh;
    max-height: 65vh;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.main-slider-text-bg {
    width: 50%;
    text-align: left;
    padding: 30px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media(max-width:768px){
	.main-slider-text-bg {
		width: 800px;
	}
}
.slider-text {

}

.slider-text i{
    font-family: 'Playfair Display';
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    position: relative;
    display: inline;
}
.slider-text i:before{
    content: '';
    position: absolute;
    height: 30px;
    background: #000000!important;
    bottom: 5px;
    width: 105%;
    z-index: -1;
    display: inline-block;
    left: -15px;
    right: -15px;
}

	
.slider-desc p {
    margin: auto;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    margin-top: 15px;
    padding: 0;
    margin-left: -15px;
}

.slider-desc strong{
	color:#fff;
	font-weight:500;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #0000007d;
    border-radius: 0;
    box-shadow: 0px 0px 10px -5px #000;
    border: 1px solid #fff;
}

    .swiper-button-next:after, .swiper-button-prev:after {
font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    font-weight: bold;
    }

.nav {
    position: absolute;
    z-index: 9;
    background: #ffffff8c;
}

.page-Title, .icerikEkle-title, .page-Description h1, .blog-title , .related-title{
    font-size: 42px;
    font-family: Playfair Display;
    color: #000000;
    line-height: 105%;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
	position:relative;
}

    .page-Description h1 span {
        font-family: 'Poppins';
    }


	
	::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#f07d00 ;border-radius:0}::-webkit-scrollbar-track{background:#000}

.box-shadow {
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

.tamekran .col-md-6 {
    padding: 0;
}

.urunler-bg {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 5px 15px;
    background-color: #fff;
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
	border:1px solid #ccc;
}

.flick-bg {
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
}

.flick img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 !important;
    border: 0 !important;
}

.flick {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.urunler-bg img {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 65%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.urunler-img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    right: 15px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.urunler-bg:hover {
    border:1px solid #111;
}

.urunler-desc {
    color: #000;
    padding: 0;
    min-height: 72px;
    position: absolute;
    bottom: 0;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}


.item2 {
    float: left;
    width: 100%;
}

    .item2 a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        width: 100%;
        height: 175px;
        background: #f07d00 ;
        position: relative;
        overflow: hidden;
    }

        .item2 a:hover .all {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .item2 a .all:before {
            content: "";
            position: absolute;
            z-index: 999;
            display: block;
            background: #181818;
            transition: width .3s;
            width: 0%;
            height: 175px;
        }

        .item2 a:hover .all:before {
            width: 100%;
        }

.item a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box2 .item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    height: 400px;
    overflow: hidden;
}

.images .resim-att {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
}

.resim-att-pre {
    width: 100%;
    height: 100%;
    position: relative;
}

.resim-thumb {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.resim-centered {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.resim-thumb .resim-centered img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.images {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
}

.all {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.box2 .item .all {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 15px;
}

.resim-thumb:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .35;
    z-index: 99;
}

.resim-att-pre, .resim-thumb {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .resim-att-pre:hover .resim-thumb {
        transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.title {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 999;
}

    .title h2 {
        font-size: 28px;
        color: #fff;
        text-align: center;
        font-weight: bold !important;
        text-transform: uppercase;
        text-shadow: 0px 0px 10px #5a5a5a87;
    }

.box2 .col-md-4 .row {
    margin: 0px -7.5px !important;
}

.item {
    margin-bottom: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

#main-page {
    padding: 0px 0 40px;
}

footer {
    background: #fff !important;
}

.gallery-flex {
    margin: 0;
}

    .gallery-flex .col-md-4, .gallery-flex .col-md-6, .gallery-flex .col-md-3, .gallery-flex .col-md-2 {
        padding: 0 7.5px;
    }

.gallery-bg {
    margin-bottom: 15px;
}

.text-slider-in {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
}

.text-alani-p {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}

.teklif a {
    color: #ffffff !important;
    font-size: 18px;
    background: #f07d00;
    padding: 7px 30px;
    border-radius: 0;
    border: 1px solid #f07d00;
    font-weight: 500;
	border-radius:4px;
}

#back-to-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    border: 0;
    position: fixed;
    text-align: center;
    font-size: 34px;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
    right: 20px;
    background: #0fd217;
    bottom: 20px;
    box-shadow: 0px 0px 10px -5px #000;
}

    #back-to-top:hover {
        background-color: #0fd217;
    }

    #back-to-top i {
        color: #fff;
    }
	    #back-to-top:hover i {
                color: #fff;
				    -o-transition: 0.3s;
    transition: 0.3s;
    }


footer {
    background: #000  !important;
	border-top: 1px solid #ccc;
}

.footer-type-1 > .container > .row {
    position: relative;
}

.maplist li {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-bottom: 5px;
}

    .maplist li:hover {
        padding-left: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .maplist li:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        left: -15px;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .maplist li:hover:before {
        opacity: 1;
        left: -0px;
    }

.title-page {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
	background: center bottom;
}

    .title-page .container {
        height: 200px;
        position: relative;
		padding-top:70px;
    }

.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.relative-title {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

    .relative-title h1 {
        text-align: center;
        color: #000;
        font-weight: 700 !important;
        font-size: 42px;
    }

    .relative-title p {
        color: #000;
        font-weight: 600;
        font-size: 21px;
    }


.galleryType {
    padding: 0 0 30px;
}

.subscribeCover {
    background: #757575;
    padding: 0px 0;
    position: relative;
}

.subscribeIcon {
    float: left;
    background: #ffffff;
    color: #f07d00 ;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    position: relative;
    top: 10px;
}

.subscribeText {
    float: left;
    line-height: 67px;
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
}

    .subscribeText p {
        color: #fff;
        font-size: 15px;
    }

.flex .form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #ffff !important;
    font-size: 14px;
    position: relative;
    top: 14px;
    padding-right: 35px;
}

    .flex .form-control::placeholder {
        color: #fff !important;
    }

.alertBtn {
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    right: 25px;
    top: 22px;
}



@media(max-width:768px) {
    .web-tasarim {
        margin: auto;
        text-align: center;
        width: 60px;
        position: relative;
        top: 5px;
    }
}

@media(min-width:1000px) {
    .web-tasarim {
        width: 60px;
        position: absolute;
        right: 50px;
        top: 0px;
    }
}


.iletisim .prc {
    -webkit-box-shadow: 0px 0px 10px -5px rgba(160, 158, 158, 0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(160, 158, 158, 0.75);
    box-shadow: 0px 0px 10px -5px rgba(160, 158, 158, 0.75);
    padding: 70px;
    margin-top: -100px;
    background: #fff;
    opacity: 1;
    z-index: 99;
    position: relative;
    margin-bottom: 70px;
}

.iletisim-title {
    font-size: 72px;
    font-weight: bold;
    font-family: times !important;
    color: #181818;
    letter-spacing: -2px;
    line-height: 55px;
    margin-bottom: 15px;
}

.iletisim-desc {
    font-family: times !important;
    font-size: 30px;
    color: #181818;
}

.iletisimForm .form-control {
    border: 1px solid #181818 !important;
    height: 60px;
    border-radius: 0px;
    color: #181818 !important;
    margin-bottom: 35px !important;
}

    .iletisimForm .form-control::placeholder {
        color: #181818 !important;
        letter-spacing: 2px;
        font-weight: 300 !important;
        margin-bottom: 30px;
        font-size: 14px !important;
    }

textarea {
    height: 120px !important;
}



.gallery-img a:hover img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.gallery-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .gallery-img a img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .gallery-img a {
        overflow: hidden;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


        .gallery-img a:hover:before {
            opacity: 1;
        }


.urunler {
    padding: 50px 0;
}

.icerikEkle {
    padding: 70px 0;
}

table {
    border-collapse: collapse;
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
}

    table td, table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-weight: 600;
    }

    table tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05);
    }

.Gray {
    width: 100% !important;
    max-width: 100% !important;
}

.Left, .Right {
    width: 50% !important;
    float: left !important;
}

.flick-bg img {
    border: 1px solid #f2f2f2;
    padding: 50px;
    background-color: #fff;
}

#urunler-details {
    padding: 30px 0;
    background-color: #fff;
}

#related {
    background-color: #fff;
}

.detayUrun-bg h1 {
    font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}
.bred{
	background: #000000a1;
	height:42px;
}
.breadlist {
    list-style: none;
    display: inline-block;
	width:100%;
	margin-left:-20px;
}

    .breadlist li {
        float: left;
        position: relative;
        padding: 10px 15px;
    }

        .breadlist li:before {
content: "|";
    display: block;
    position: absolute;
    left: -3px;
    font-size: 17px;
    top: 9px;
    color: #fff;
        }

        .breadlist li:first-child:before {
            display: none !important;
        }

        .breadlist li a {
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: -0.3px;
        }

.det-blog {
    padding: 15px;
}

.list-right {
    width: 100%;
    padding-left: 240px;
}

.blog-list {
    padding: 30px 15px;
}

.list-item-body {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 10px;
    min-height: 230px;
    border: 1px solid #f8f9fa;
    margin-bottom: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.blog-list-title {
    font-size: 20px;
    color: #1b1c21;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icerik{
	color:#000;
}

.datetime {
    color: #ababab;
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .datetime i {
        font-size: 18px;
        margin-right: 5px;
    }

.devami {
    font-size: 16px;
    color: #ababab;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-left {
    width: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

    .list-left a {
        width: 100%;
        overflow: hidden;
        position: absolute;
        height: 100%;
    }

.devami i {
    position: relative;
    top: 2px;
    font-weight: bold;
    margin-right: 3px;
}



.kategori {
    font-weight: bold !important;
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 15px;
    font-size: 22px;
}

.page-tek h1 {
    font-size: 28px;
    font-weight: bold !important;
}

.list-group-item {
    border: 1px solid rgb(193, 193, 193);
    margin-bottom: 15px;
    padding: 5px;
}

.sidebar-ka {
    background: #f07d00 ;
    padding: 15px;
}

    .sidebar-ka ul {
        list-style: none;
    }

        .sidebar-ka ul li {
            padding: 10px 15px;
            border-left: 3px solid #f07d00 ;
            transition: 0.4s;
        }

.title-text p {
    font-size: 20px;
    color: #fff;
}

.sidebar-ka ul li.active {
    border-left: 3px solid #fff;
    background: #c50620 !important;
}

.sidebar-ka ul li:hover {
    border-left: 3px solid #fff;
}

.sidebar-ka ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

@media(max-width:768px) {
    .list-left a {
        width: 100%;
        overflow: inherit;
        position: relative;
        height: auto;
    }

    .flex {
        display: flex;
    }

    .subscribeIcon {
        display: none;
    }

    .subscribeText {
        line-height: normal;
        border: 0px;
        text-align: left;
        float: none;
        padding: 0;
        margin: 0;
    }

    .flex .form-control {
        top: -5px;
        border-radius: 0;
        padding-left: 0;
        border-bottom: 1px solid #fff;
    }

    .subscribeCover {
        padding: 15px 0;
    }

    .alertBtn {
        top: 5px;
        right: 15px;
    }

    .list-left {
        width: 100%;
        position: relative;
    }

    .list-right {
        width: 100%;
        padding-left: 0;
    }

    .list-item-body {
        padding: 0;
    }

    .dropdown-trigger.active + ul.dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        border: 0px;
        background: #f8f9fa;
        border-radius: 0 !important;
        padding: 0;
        padding-bottom: 8px;
        margin: 0;
    }

    .dropdown-trigger {
        position: absolute;
        z-index: 9;
        right: 15px;
        top: 0px;
        width: 100%;
        text-align: right;
        font-size: 20px;
        min-height: 41px;
        line-height: 43px;
    }
	.cool-link .dropdown-trigger{
		right:0 !important;
		padding-right:15px !important;
	}

    .cool-link {
        position: relative;
    }

    .dropdown-submenu > a {
        background: #fff !important;
    }

    .yasal {
        display: none;
    }

    .bottom-footer span {
        margin-right: 10px;
        float: none !important;
    }

    .bottom-footer {
        text-align: center;
    }

    .icerikEkle-img {
        margin-bottom: 15px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

    .yokol {
        display: none;
    }

    .column-1-flex-row .col-xs-12 {
        width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 100%;
    }

    .icerikEkle .col-md-6 {
        padding: 0;
    }


}

@media(min-width:992px) {
    .cool-link:hover + .dropdown-menu,
    .cool-link:hover .dropdown-menu {
        display: block;
    }
}

.search-full {
    background: transparent;
    position: absolute;
    width: 0;
    height: 60px;
    top: 70px;
    display: none;
    -webkit-animation: slideInUp .3s;
    animation: slideInUp .3s;
}

    .search-full.active {
        display: block;
        width: 100%;
    }

.table-cell {
    position: absolute;
    top: 0px;
    float: right;
    height: 60px;
    z-index: 99;
    padding: 9px 0;
    left: 0;
    width: 1180px;
    right: 0;
    margin: auto;
}

.search-full input {
    height: 42px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #484848;
    border: 1px solid #ccc;
    padding-left: 60px;
    padding-right: 60px;
    background: #f3f3f3;
    border-radius: 0;
}


@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbar-nav.display-none {
    display: none;
}

.search-full input:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #ccc !important;
}

.table-cell .form-group i {
    position: absolute;
    top: 17px;
    font-size: 26px;
    left: 10px;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    color: #ccc;
}

.table-cell .form-group .search-close i {
    right: 10px !important;
    left: auto !important;
    border-right: 0px solid #ccc;
    border-left: 1px solid #ccc;
    padding-right: 0px;
    padding-left: 8px;
}


.search-trigger {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #f07d00 ;
    border-radius: .25em;
}

    .search-trigger i {
        margin-right: 5px;
    }

    .search-trigger:hover {
        color: #000;
    }

.owl-item {
    float: left;
}

    .owl-item .urunler-bg {
        padding: 5px;
    }

/* 
Owl Carousel CSS
 */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 4
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out
        }

    .owl-carousel .owl-item {
        float: left;
        padding: 5px;
    }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(owl-carousel/grabbing.png) 8 8,move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}


.owl-prev, .owl-next {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #f07d00 !important;
    line-height: 40px;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	background-color: #f07d00 !important;
    border-radius: 50%;
}
   .owl-prev i, .owl-next i {
            color: #fff;
        }
    .owl-prev:hover, .owl-next:hover {
        background-color: #f07d00 ;
        border: 1px solid #f07d00 ;
    }

        .owl-prev:hover i, .owl-next:hover i {
            color: #fff;
        }

.owl-buttons {
    display: inline-block;
    margin-top: 15px;
}

.owl-controls {
    text-align: center;
}



#related, #blog {
    padding: 50px 0;
}

    #blog p {
        margin-bottom: 15px !important;
        font-size: 16px;
    }

.blog-desc {
    padding: 10px 15px;
    color: #000;
    min-height: 91px;
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page-Title-7 {
    display: none;
}
.flex-details .col-md-7{
	background: #f8f8f8;
    padding: 30px;
}

.blog-desc span {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 2px;
	font-family: Poppins;
}

    .blog-desc span:hover {
        padding-left: 10px;
    }

.blog-desc .sayfaName {
    font-weight: 500;
    font-size: 16px;
    font-family: DINPRO Bold;
    letter-spacing: -0.3px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #fff;
	 opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    border: 1px solid #fff;
}

.pageHeader {
    background-repeat: no-repeat;
    background-image: url(../content/images/page-title.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.modal-body .form-group {
    position: relative;
}

.modal-body .form-control {
    padding-left: 60px;
}

.modal-body textarea {
    padding-left: 10px !important;
}

.modal-title small {
    display: block;
    font-size: 15px;
    color: #484848;
}

.modal-body i {
    position: absolute;
    top: 36px;
    left: 15px;
    font-size: 20px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.modal-body input:focus + span {
    color: #000 !important;
}


.gallery-bg {
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative;
}

    .gallery-bg:hover img {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .gallery-bg img {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

.resimAlt {
    position: absolute;
    bottom: 35px;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0px 0px 10px -5px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.urunler-bg a {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
}

.gallery-flex .col-md-2 {
	margin-bottom:10px;
}



    .gallery-flex .col-md-2 .gallery-img a:hover img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.search-onerilenler {
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px 45px;
}

.he-list {
    list-style: none;
}

    .he-list li {
        padding: 5px 15px;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .he-list li:hover {
            background-color: #f3f3f3;
        }

        .he-list li a {
            font-size: 13px;
            display: block;
            color: #000;
        }

.hizli-erisim {
    font-size: 16px;
    text-transform: uppercase;
    color: #f07d00 ;
    font-weight: 500;
}

.swiper-slide:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #111;
}

/*lightbox*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1250;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1251;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.metalp .container{
	background-color: #fff;
    border: 1px solid #fff;
    border-radius: 25px 25px 0 0;
    display: flex;
}
.neden-Metalpr{
    padding: 13px 0;
    background-color: #fff;
    color: #fff;
    text-align: center;
    font-size: 22px;
}
.metalp-ti{
	position: relative;
    top: 0px;
	font-size:16px;
	text-transform:uppercase;
}
.neden-Metalpr:before{
content: "\f061";
    display: block;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    color: grey;
    font-size: 37px;
    top: 3px;
}
.neden-Metalpr2:before{
	display:none;
}
.metalp .page-Title{
	text-align:center;
}
.metalp{
position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0;
}
.gallery-flex .col-md-12{
	margin-bottom:30px;
}

.gallery-flex.besli{
	    margin-left: 10%;
    margin-right: 10%;
}
.gallery-flex.besli .col-md-2{
	max-width:20%;
}
    .gallery-flex .col-md-2 .gallery-bg {
        padding: 10px;
        margin-bottom: 5px;
		background-color:#fff;
		box-shadow: 0px 0px 10px -5px #ccc;
    -webkit-box-shadow: 0px 0px 10px -5px #ccc;
    -moz-box-shadow: 0px 0px 10px -5px #ccc;
    -o-box-shadow: 0px 0px 10px -5px #ccc;
    }
	
	

.btn-teklif{
	padding: 8px 20px;
    border-radius: .25em;
    color: #f07d00 ;
    font-size: 15px;
    border: 2px solid #f07d00 ;
    background-color: #fff;
    font-weight: 600;
}
.btn-teklif:hover, .btn-teklif:focus{
	background-color:#f07d00 ;
	color:#fff;
}

.bottom-teklif{
	position:relative;
	top:15px;
}
.icerikEkle-Desc ul{
	list-style:none;
}
.icerikEkle-Desc ul li:before{
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	color: #f07d00 ;
}

.contact_id .contact-item p{
	font-weight:400!important;
}

.p40 p{
    margin: 15px 0 0;
}

.btn-slider{
background: #ffffff;
    border: 2px solid #ffffff;
    color: #f07d00;
    font-size: 17px;
    padding: 12px 20px;
    position: relative;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 20px;
}
.btn-slider:after{
content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: 1px;
	
}
.btn-slider:hover, .btn-slider:focus{
	background-color:#f07d00;
	border:2px solid #f07d00;
	color:#fff;
}

footer .contact-item i{
	font-size:20px;
	text-align:center;
}

footer .contact-item{
	margin-top:12px !important; 
}


.checkbox-style {
    display: initial;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-style input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: .25em;
    -moz-border-radius: .25em;
    -o-border-radius: .25em;
    -webkit-border-radius: .25em;
    -ms-webkit-radius: .25em;
    background-color: #fff;
    border: 1px solid rgb(88, 88, 88);
}

.checkbox-style:hover input ~ .checkmark {
    border: 1px solid #1ca058;
}

.checkbox-style input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #1ca058;
}

.checkbox-style .checkmark-text {
    position: relative;
    top: -2px;
    font-weight: 400;
    font-size: 13px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-style input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-style .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #1ca058;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(min-width:1024px){
.list-form{
	min-height: 185px;
}
.list-form > .form-group{
	float:left;
	width:50%;
	    margin-bottom: 7px;
}
}

.modal .btn-color{
	border-color:#1ca058 !important;
    background: #1ca058 !important;
	color:#fff!important;
}

@media(max-width:768px){
	
.slider-desc{
	display:none
}
.slider-text {
    font-weight: 500 !important;
    letter-spacing: -1px;
    text-align: center;
    font-size: 26px;
    color: #fff;
	    line-height: 30px;
}
.swiper-container {
    height: 250px;
    max-height: 250px;
}
    .main-slider-text-bg {
        width: 100%;
        padding: 0;
        background: transparent;
        position: absolute;
        border-radius: 4px;
        margin-left: 0;
		transform:none!important;
        box-shadow: none;
        left: 0;
        right: 0;
        border-radius: 0;
    }
	.swiper-button-next, .swiper-button-prev{
		display:none;
	}
	.page-Title, .icerikEkle-title, .page-Description h1 {
    font-size: 21px;
    font-weight: 600;
}

.metalp .col-md-3{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin-bottom: 10px;
    float: left;
}
.metalp .col-md-12{
	padding:0;
}
.lead{
	font-weight:400 !important;
}
.icerikEkle, section {
    padding: 30px 0 !important;
}
.neden-Metalpr {
    padding: 10px 0;
    background-color: #fff;
    color: #fff;
    text-align: center;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 4px 4px 0 0;
    border: 0;
}

.metalp-ti{
	font-size:14px;
}
.gallery-flex.besli .col-md-2 {
    max-width: 50%;
    float: left;
}
.gallery-flex.besli {
    margin-left: 0;
    margin-right: 0;
}

.breadlist{
	display:none;
}

.relative-title h1 {
    text-align: center;
    color: #fff;
    font-weight: 700 !important;
    font-size: 20px;
}
.bottom-teklif {
    margin:30px 0;
	top:0;
}
.contact_id form{
	margin-top:30px;
}
.bottom-footer {
    text-align: center;
    padding: 15px 0 !important;
}
.title-page:before {
	top:0;
		height:150px;
}
.title-page, .title-page .container {
	height:150px;
}

}
.accordion{
	margin-top:30px;
}
.btn-link {
    color: #000000;
	    width: 100%;
    display: block !important;
    text-align: left;
}
.btn-link:hover {
    color: #f07d00 ;
    text-decoration: underline;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0 !important;
}


/* 
Owl Carousel CSS
 */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 4
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out
        }

    .owl-carousel .owl-item {
        float: left;
		    padding: 5px;
    }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(owl-carousel/grabbing.png) 8 8,move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}


.owl-prev, .owl-next {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	background-color:#fff;
}


        .owl-prev:hover i, .owl-next:hover i {
            color: #fff;
        }

.owl-buttons {
    display: inline-block;
    margin-top: 15px;
}

.owl-controls {
    text-align: center;
}


@media(max-width:768px){

.owl-controls {
text-align: center;
    margin-top: 0;
    display: block;
    position: relative;
    margin-bottom: 30px;
    top: 0px;
}
.gallery-flex .col-md-2{
	width:50%;
	float:left;
}
}



.tick{
	list-style:none;
}
.tick li:before{
	content: "\f00c";
    font-family: "Font Awesome 5 Pro";
	color:#f07d00 ;
}
.tick li {
	padding:5px 0;
}
.owlc-s{
    -webkit-box-shadow: 0px 0 19px -10px rgba(45, 45, 45, 0.75);
    -moz-box-shadow: 0px 0 19px -10px rgba(45, 45, 45, 0.75);
    box-shadow: 0px 0 19px -10px rgba(45, 45, 45, 0.75);
	padding:10px;
}

.features-list {
	list-style:none;
}
.features-list li:before{
	content: "\f00c";
    font-family: "Font Awesome 5 Pro";
	color:#f07d00 ;
}

.features-list li{
    font-size: 17px;
    color: #000;
    font-weight: 300;
    padding: 5px 0;
}
.prl{
	position:relative;
}
.prl:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff96;
    top: 0;
}

#owl-shop .owl-item:first-child .blog-bg{
	border-left:1px solid #ccc;
}
.blog-bg a{
	display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.blog-bg{
	height:400px;
    width: 100%;
    position: relative;
    overflow: hidden;
	background: #fff;
	border-right:1px solid #ccc;
}

.blog-bg img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list-right-s{
	position: fixed;
    right: 0;
    bottom:20px;
    z-index: 99999;
}
.list-right-s ul{
	list-style: none;
}
.list-right-s li{
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.list-right-s a{
	padding: 10px;
    background: #f07d00 ;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

@media (min-width: 768px){
.modal-dialog {
    max-width: 500px;
    margin: 100px auto;
}
}
@media(max-width:768px){
.modal-dialog {
    margin-top:50px;
}

.gallery-flex .col-md-3{
	width:50%;
	float:left;
}
.gallery-flex .col-md-3 .gallery-bg {
    border: 1px solid #ccc;
}
}

.tamekran-soft{
	background-image: url(../../Content/images/IMG_20200210_181027.jpg);
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 35px 0;
	position:relative;
}
.tamekran-soft .page-Title:before{
	display:none!important;
}
.ikonsg .page-Title:before{
	color:#fff;
	background:#fff!important;
}

.owl-c .gallery-bg{
	box-shadow: 0px 0px 15px -14px #000000;
}
.owl-c .gallery-img{
padding:5px 20px;
background:#fff;
}
.owl-c .gallery-img:hover{
	filter:none;
	transform:none!important;
}
.owl-c .col-md-12{
	padding:0;
}
.metalp .col-md-3{
	padding:0;
}
.neden-Metalpr i{
margin-right: 5px;
    color: #f07d00 ;
    font-size: 28px;
    position: relative;
    top: 3px;
} 

@media(max-width:768px){
	.tamekran-soft{
		height:380px !important;
	}
}

.footer-top .container{
	padding: 30px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	position:relative;
}
.footer-top .row{
	position:relative;
}
.footer-top .col-md-6{
	padding:20px 0;
}
.mh{
	font-size: 24px;
    font-weight: 400;
	color:#333;
}
.mh-i{
	font-size: 24px;
    margin-right: 15px;
	margin-left:15px;
	color:#333;
}
.footer-top .row:before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    right: 0;
    left: 0;
    margin: auto;
}
.top-title{
	font-family: Poppins;
    font-weight: 500;
	font-size:28px;
	color:#000;
	margin-bottom:10px;
}


.bd-g{
    background: #fff;
    padding-top: 137px;
    width: 100%;
    display: block;
    float: none;
    width: 100%;
    position: relative;
    display: flex;
}
.proarc{
	padding:20px 0;
	background-color:#f8f8f8;
}
.proarc .pa-icon{
	display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: #f07d00;
    border-radius: 50%;
    margin-right: 15px;
    color: #fff;
	text-align:center;
}
.proarc .pa-icon i{
	line-height:70px;
	font-size:22px;
}
.proarc .pa-text{
    display: block;
    float: left;
    font-size: 21px;
    font-family: Poppins;
    color: #f07d00;
    position: relative;
    top: 4px;
    font-weight: 400;
}

.proarc-bg.color2 .pa-icon{
	background: #f07d00 !important;
}
.proarc-bg.color2 .pa-text{
	color:#f07d00!important;
}
.proarc-bg.color3 .pa-icon{
	background: #192440  !important;
}
.proarc-bg.color3 .pa-text{
	color:#192440 !important;
}
.proarc-bg.color4 .pa-icon{
	background: #797979 !important;
}
.proarc-bg.color4 .pa-text{
	color:#797979!important;
}
.dropdown-submenu{
	display:block;
}


.sidebar .dropdown-trigger{
	display:none;
}

@media (min-width: 1700px){
	.container {
    max-width: 1440px !important;
	width: 1440px;
	}
}

.pro-li{
	list-style:none;
}

.pro-li li{
	padding:5px 0;
}
.pro-li li:before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	content: "\f00c";
	color:#f07d00;
}


.list-right-s{
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 99999;
}
.list-right-s ul{
	list-style: none;
}
.list-right-s li{
	margin: 10px 0;
}


@media(max-width:768px){
	.list-right-s{
	display:none !important;
	}
}
.detayUrun-teklif{
	    position: absolute;
    bottom: 15px;
    right: 15px;
}


.owl-page {
    border: #f07d00 2px solid;
    background-color: #f07d00;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0px 2px;
}

    .owl-page.active {
        border: #f07d00 2px solid;
        background-color: transparent;
    }
	.owl-pagination {
    display: inline-block;
	position:relative;
}

.page-accordion li{
	float: left;
    position: relative;
    margin: 0 1px;
    width: 16.2111%;
    overflow: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.page-accordion li .ac-group{
	position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
	z-index:99;
	    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.page-accordion li .ac-group h2 {
    color: #ffffff;
    margin: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 0px;
    right: 30px;
    height: 520px;
    width: 500px;
    font-size: 38px;
    font-weight: bold !important;
    line-height: 42px !important;
}
.page-accordion li .ac-group .text {
    font-size: 15px;
    max-width: 430px;
    float: right;
    margin: 0 -100px -230px 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.text p{
	color:#fff !important;
}
.page-accordion li.active .ac-group .text, .page-accordion li:hover .ac-group .text {
    margin: 0 30px 40px 0;
}
.page-accordion li a{
	display: block;
    color: #ffffff;

}
.img-accordion{
	height:500px;
	overflow:hidden;
	position:relative;
}

.page-accordion li a img{
	 position: absolute;
    height: 100%;
    width: auto;
	max-width: inherit;
    margin-left: -130px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.img-accordion:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000047;
    display: block;
    z-index: 1;
}

.page-accordion li:hover, .page-accordion li.active {
	width: 50.5111%;
}

.page-accordion li.active .ac-group h2, .page-accordion li:hover .ac-group h2{
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    float: right;
    height: inherit;

}


.page-accordion li.active a img, .page-accordion li:hover a img{
	margin-left:0!important;
}

.icerikEkle-img img{
	    border-radius: 0px 100px;
    border: 2px solid #000;
    padding: 5px;
}
@media(min-width:768px){
.navbar.stick{
	position:fixed;
}
}

.urunler aside{
	padding:0;
}
.urunler-list p{
	    font-size: 13px !important;
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    display: block;
}
.urunler-list .page-Title{
	font-size: 18px;
    font-family: Poppins;
    color: #000000;
    line-height: 38px;
    font-weight: bold !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.teklif{
float: right !important;
    top: 32px;
}
.teklif a:before{
	display:none!important;
}

.navbar-nav > li > a:before {
    content: '';
    display: block;
    background: #000;
    left: 50%;
    right: 50%;
    bottom: 25px;
    height: 3px;
    position: absolute;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navbar-nav > li:hover > a:before, .navbar-nav > li:focus > a:before, .navbar-nav > li:active > a:before {
    width: 100%;
    left: 0;
    right: 0;
}


.teklif-sureci{
	list-style:none!important;
	width:100%;
	display:inline-block;
}

.teklif-sureci li{
    width: 33.3333%;
    float: left;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

.teklif-sureci li .teklif-number{
	display: block;
    background: black;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
}
.teklif-sureci li .surec-name{
	font-size: 18px;
    font-weight: 500;
    color: #000;
}

.teklif-table-name{
	font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.list-div{
height: 280px;
    line-height: 280px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.teklif-row{
	margin:0;
}
.teklif-row .col-md-3{
	padding:0;
	border-bottom:1px solid #ccc;
}
.img-folder-teklif{
	    position: relative;
    height: 260px;
	overflow:hidden;
}
.img-folder-teklif a{
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    right: 15px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.img-folder-teklif a img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.teklif-sureci li.active .teklif-number{
	background-color:#44dc4a;
}

.sepeteAt{
	overflow: auto !important;
    height: auto !important;
    width: 100% !important;
    display: block;
    color: #fff !important;
    right: auto;
    margin: auto;
    left: -15px;
    bottom: 0;
	border-radius:0;
}
.sepeteAt:hover, .sepeteAt:focus{
	border:0px !important;
		border-top: 1px solid #000 !important;
}

.product-name strong{
	font-weight:500!important;
}


.cart_item td{
	width:25%!important;
}
.product-thumbnail img{
    width: 100px;
    border: 1px solid #ccc;
    padding: 1px;
    background: #ccc;
    border-radius: 10px;
}
tbody tr{
	background-color:#fff!important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-align: center;
    background: black;
    color: #fff;
    border-color: #fff;
	font-size:15px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
}

.siparis-head{
	background: #f07d00;
    color: #fff;
    margin-bottom: 0;
    height: 46px;
    text-align: center;
    line-height: 47px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.siparis-menu ul{
	list-style:none!important;
}
.siparis-menu li{
	padding: 10px;
    background: #fff;
	    border-left: 3px solid #fff;
}
.siparis-menu li.active, .siparis-menu li:hover, .siparis-menu li:focus{
	background: #f8f8f8;
    border-left: 3px solid #ccc;
}
.siparis-menu li a{
	display:block!important;
	color:#000;
	font-size:15px;
	font-weight:500 !important;
}
.siparis-menu li i{
	    font-size: 19px;
    margin-right: 8px;
    font-weight: 300;
}


.rx-urun{
	position: absolute;
    right: 3px;
    z-index: 99;
    background: white;
    color: #000;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}


.tamekran-soft{
	background-image: url(../../Content/images/IMG_20200210_181027.jpg);
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 35px 0;
	position:relative;
}
.tamekran-soft .page-Title:before{
	display:none!important;
}
.ikonsg .page-Title:before{
	color:#fff;
	background:#fff!important;
}
.tamekran-soft .page-Title{
	color:#fff;
	font-weight:300!important;
}
.tamekran-soft p{
	color:#000;
	font-size:16px !important;
}

.tamekran-soft ul{
	list-style:none;
}
.tamekran-soft ul li:before{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	content: "\f00c";
	color:#fff;
}
.tamekran-soft ul li{
	padding:5px 0;color:#000;font-weight:500;
}


/* !Don't remove this!
 * duDialog plugin styles
 * 
 * Author: Dionlee Uy
 * Email: dionleeuy@gmail.com
 */

 @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

.du-dialog {
	font-family: Roboto, sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
    -moz-transition: background-color .2s linear, opacity .2s ease;
    transition: background-color .2s linear, opacity .2s ease;
    will-change: background-color, visibility, opacity;
    overflow-x: hidden;
    overflow-y: auto;
	z-index: 999999;
}

	.du-dialog.dlg--open {
		background-color: rgba(0,0,0,0.35);
		visibility: visible;
		opacity: 1;
	}

	.du-dialog.dlg--closing {
		opacity: 0;
		background-color: transparent;
	}

	.du-dialog.dlg--pulse {
		-webkit-animation: dlgPulse 200ms;
		animation: dlgPulse 200ms;
	}

	.du-dialog .dlg-wrapper {
		position: absolute;
	    min-width: 380px;
		text-align:center;
	    max-width: 90%;
	    max-height: 90%;
	    display: -webkit-box;
		display: -ms-flexbox;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-around;
	    background-color: #ffffff;
	    outline: none;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
		-moz-transform: scale(.8);
		transform: scale(.8);
	    -moz-transition: -moz-transform .18s cubic-bezier(.4,0,.2,1);
	    transition: transform .18s cubic-bezier(.4,0,.2,1);
		-moz-box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
		box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
	}
		.du-dialog.dlg--open .dlg-wrapper {
		    -moz-transform: scale(1);
		    transform: scale(1);
		}

    .du-dialog .dlg-header {
        text-align: center;
        padding: 16px 24px 8px;
        color: #16bb16;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 32px;
    }

		.du-dialog .dlg-header .dlg-search {
			display: block;
			font-family: inherit;
			font-size: 16px;
			font-weight: normal;
			line-height: 36px;
			margin-top: 8px;
			width: 100%;
			border: none;
			outline: none;
		}

	.du-dialog .dlg-content {
		padding: 0 24px 20px 24px;
		color: #757575;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.03em;
		overflow-x: hidden;
		overflow-y: auto;
	}
		.du-dialog.dlg--no-title .dlg-content { margin-top: 20px; }
		.du-dialog .dlg-content.content--scrolled { border-top: 1px solid #e0e0e0; }

		.du-dialog .dlg-select-item {
			position: relative;
			margin: 0 -24px;
			padding: 0 24px;
			cursor: pointer;
			-moz-transition: background-color .2s linear;
			transition: background-color .2s linear;
		}
			.du-dialog .dlg-select-item:hover { background-color: #f5f5f5; }
			.du-dialog .dlg-select-item:active { background-color: #e0e0e0; }
			.du-dialog .dlg-select-item.item--nomatch { display: none; }

		.du-dialog .dlg-select-item .dlg-select-radio,
		.du-dialog .dlg-select-item .dlg-select-checkbox {
			position: absolute;
	        top: 12px;
	        height: 18px;
	        width: 18px;
	        opacity: 0;
		}

		.du-dialog .dlg-select-item .dlg-select-lbl {
			position: relative;
			display: inline-block;
			padding-left: 32px;
			margin: 0;
			cursor: pointer;
			text-indent: 8px;
		}

			.du-dialog .dlg-select-item .dlg-select-lbl .select-item {
				display: block;
				line-height: 48px;
			}

			.du-dialog .dlg-select-item  .dlg-select-checkbox + .dlg-select-lbl:before {
				content: '';
				display: block;
				position: absolute;
				width: 16px;
				height: 16px;
				top: 50%;
				left: 6px;
				cursor: pointer;
				border: 2px solid #757575;
				-moz-transform: translateY(-50%);
				transform: translateY(-50%);
				-moz-border-radius: 2px;
				border-radius: 2px;
				-moz-box-sizing: content-box;
				box-sizing: content-box;
				-moz-transition: all .2s cubic-bezier(0.0, 0.0, 0.2, 1);
				transition: all .2s cubic-bezier(0.0, 0.0, 0.2, 1);
	            will-change: border-color;
			}

				.du-dialog .dlg-select-item  .dlg-select-checkbox:checked + .dlg-select-lbl:before {
					background-color: #1e88e5; 
					border-color: #1e88e5;
				}

			.du-dialog .dlg-select-item  .dlg-select-checkbox + .dlg-select-lbl:after {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: 9px;
				width: 12px;
				height: 6px;
				margin-top: -6px;
				cursor: pointer;
				border-left: 2px solid #FFF;
				border-bottom: 2px solid #FFF;
				-moz-box-sizing: content-box;
				box-sizing: content-box;
				-moz-transition: all .2s cubic-bezier(0.0, 0.0, 0.2, 1);
				transition: all .2s cubic-bezier(0.0, 0.0, 0.2, 1);
				-moz-transform: rotate(-45deg) scale(0);
				transform: rotate(-45deg) scale(0);
	            will-change: transform;
			}

				.du-dialog .dlg-select-item  .dlg-select-checkbox:checked + .dlg-select-lbl:after {
					-moz-transform: rotate(-45deg) scale(1);
					transform: rotate(-45deg) scale(1);
				}

			.du-dialog .dlg-select-item  .dlg-select-radio + .dlg-select-lbl:before {
				content: "";
				display: block;
				position: absolute;
				height: 16px;
	            width: 16px;
				top: 50%;
				left: 6px;
				cursor: pointer;
				border: 2px solid #757575;
				-moz-transform: translateY(-50%);
				transform: translateY(-50%);
				-moz-border-radius: 50%;
				border-radius: 50%;
				-moz-box-sizing: content-box;
				box-sizing: content-box;
				-moz-transition: all .2s cubic-bezier(0.0, 0.0, 0.2, 1);
				transition: all .2s cubic-bezier(0.0, 0.0, 0.2, 1);
	            will-change: border-color;
			}

				.du-dialog .dlg-select-item  .dlg-select-radio:checked + .dlg-select-lbl:before { border-color: #1e88e5; }

			.du-dialog .dlg-select-item  .dlg-select-radio + .dlg-select-lbl:after {
				content: '';
				position: absolute;
				top: 50%;
				left: 11px;
				width: 10px;
				height: 10px;
				margin-top: -5px;
				cursor: pointer;
				background-color: #1e88e5;
				-moz-border-radius: 50%;
				border-radius: 50%;
				-moz-box-sizing: content-box;
				box-sizing: content-box;
				-moz-transform: scale(0);
				transform: scale(0);
				-moz-transform-origin: center;
				transform-origin: center;
				-moz-transition: -moz-transform .28s cubic-bezier(.4,0,.2,1);
				transition: transform .28s cubic-bezier(.4,0,.2,1);
	            will-change: transform, background-color;
			}

				.du-dialog .dlg-select-item .dlg-select-radio:checked + .dlg-select-lbl:after {
					-moz-transform: scale(1);
					transform: scale(1);
				}

	.du-dialog .dlg-actions {
		padding: 8px;
		text-align: right;
	}

	.du-dialog .dlg-action {
		font-family: inherit;
		font-size: 14px;
		border: none;
		cursor: pointer;
		padding: 0 12px;
		min-width: 72px;
		line-height: 36px;
		letter-spacing: 0.07em;
		font-weight: 500;
		color: #3f51b5;
		text-transform: uppercase;
		background-color: transparent;
		border-radius: 4px;
		outline: none;
		-moz-transition: background-color .28s linear;
	    transition: background-color .28s linear;
	    will-change: background-color;
	}
		.du-dialog .dlg-action:focus, .du-dialog .dlg-action:hover { background-color: #f5f5f5; }
		.du-dialog .dlg-action:active { background-color: #e0e0e0; }
		.du-dialog .dlg-action + .dlg-action { margin-left: 8px; }

@media (min-width: 600px) {
	.du-dialog .dlg-wrapper { max-width: 560px; }	
}

@-webkit-keyframes dlgPulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes dlgPulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.sepetg{
	border: 1px solid #000;
    background: transparent;
    color: #000;
    margin-right: 10px;
}

.bt-line:before{
content: '';
    margin: 0px auto;
    position: relative;
    width: 150px;
    height: 3px;
    background: #f07d00;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}


.contact_id i, .contact_id a, .contact_id address{
	color:#000!important;
}


@media(max-width:768px){
	.page-accordion li, .page-accordion li{
		width:100% !important;
	}
	.img-accordion {
    height: 100px !important;
    overflow: hidden;
    position: relative;
}

	.page-accordion li a img {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    margin: 0;
}
.page-accordion li .ac-group h2 {
    color: #ffffff;
    margin: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0px;
    right: 30px;
    height: auto;
    width: auto;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 42px !important;
}
.page-accordion li.active .ac-group .text, .page-accordion li:hover .ac-group .text {
    margin: 0;
    display: none;
}
.page-accordion li .ac-group .text{
	    margin: 0;
    display: none;
}
p {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.section-accordion{
	padding:0 !important;
}
.container, .row{
	padding:0!important;
	margin:0 !important;
}
.slider-text i {
    font-size: 28px;
    line-height: 38px;
}
.page-Description.mb-60 {
	margin-bottom:15px;
}
.page-Description.mb-60 p{
	margin-top:15px;
}
.urunler {
    padding: 10px 0px 30px !important;
}
.sidebar-title {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: black;
    text-align: center;
}
.sidebar .dropdown-trigger {
    display: block;
    color: #fff;
    top: -3px;
}
.sidebar-list{
	display:none!important;
}

.sidebar .dropdown-trigger.active + ul.sidebar-list{
	display:block !important;
}
.sidebar > ul > li {
    margin-bottom: 0px;
    padding: 10px 8px;
    background: #000;
}
.sidebar > ul > li > a {
    font-size: 13px;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    display: block;
}
#back-to-top{
	display:none!important;
}
.list-end{
	position: fixed;
    bottom: 0;
    width: 100%;
	z-index:9999;
}
.list-end ul{
	list-style:none;
	width: 100%;
}
.list-end ul li{
float: left;
    width: 25%;
    background: #fff;
    text-align: center;
	border-top: 1px solid #eee;

}
.list-end li i{
	font-size:17px;
	color:#484848;
	display:block;
}
.slider-text i:before{
	display:none!important;
}

.list-end li a{
display: block;
    padding: 7px 0;
    color: #000;
    font-size: 10px;
    font-family: Arial;
}
.sidebar{
	margin-bottom:15px;
}
}
.shopping-cart{
	background-color:#f8f8f8;
}
@media(min-width:1180px){
	.shopping-cart .container {
	width:1180px;
	max-width:1180px;
}
}
.img-alis img{
	    border: 2px solid #ccc;

    padding: 5px;
    border-radius: 10px;
}
.km-flex{
	    background: #fff;
}
.alisveris-bg, .urun-alisveris{
    background-color: #fff;
    padding: 0px 15px;
}
.flex-alisveris{
    border-bottom: 1px solid #eee;
    display: flex;
    padding: 30px 0px;
}
.flex-alisveris .col-md-3, .flex-alisveris .col-md-6{
	padding:0;
	position:relative;
}
.alisveris-title {
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    margin-top: 15px;
    padding-bottom: 15px;
}
.alisveris-name, .quantity {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	padding:15px;
	text-align:left;
}
.quantity{
	    padding: 0;
    top: 48%;
}
.quantity .form-control {
    height: 75px;
    width: 75px;
    text-align: center;
    border: 4px solid #c6c6c6;
    padding: 0;
    border-radius: 4px;
    padding: 0 !important;
    padding-left: 15px !important;
}


.alisveris-name .strong{
    font-weight: 600;
    font-size: 16px;
}
.alisveris-name .info{
	color: grey;
    font-size: 13px;
    font-weight: 400;
	margin-top:6px;
}

.urunSil{
    background: grey;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
    padding: 0 10px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
}
.gram{
position: absolute;
    bottom: 4px;
    font-weight: 500;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.flex-d{
	    background: #f07d00;
    padding: 10px;
    margin-bottom: 15px;
}
.flex-d h4{
	font-size:18px;
}
.flex-d p{
	font-size:15px;
}
.alisveris-title small{
	display: block;
    font-size: 16px;
    color: #2196F3;
}

.btn-color.success{
	background: #f07d00;
    border-color: #f07d00
}

.btn-On{
	display: inline!important
}
.btn-On:hover, .btn-On:focus{
	border:1px solid #000 !important;
}

.sepetform{
	    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

.sepetbtnaaa{
	margin-top: 10px;
    margin-right: 15px;
}