* {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

body {
    font-size: 14px;
    background: #fff;
    color: #484848;
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none;
    color: #ed1c24;
    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: #ed1c24
}

.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: #ed1c24;
    padding: 10px 20px;
    border-radius: .25em;
    font-family: Poppins;
    transition: 0.4s;
    border: 2px solid #ed1c24;
    font-size: 14px;
}

    .btn-color:hover, .btn-color:focus {
        border: 2px solid #ed1c24;
        color: #ed1c24;
        background: transparent;
    }

.btn-border {
    color: #ed1c24;
    background: transparent;
    padding: 10px 20px;
    border-radius: .25em;
    font-family: Poppins;
    transition: 0.4s;
    border: 2px solid #ed1c24;
}

    .btn-border:hover {
        color: #fff;
        background: #ed1c24;
        border: 2px solid #ed1c24;
    }

    .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: -15px;
    position: relative;
}

@media (max-width:992px) {
    .logo > a > img {
        padding: 5px;
        margin-left: 10px;
        max-height: 50px;
		top:-3px;
    }
}

.nav-link {
    color: #fff !important;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
    display: block;
    position: relative;
}

.navbar-left > li {
    float: left !important
}

    .navbar-nav > li > a:before {
        content: '';
        display: block;
        background: #fff;
        left: 50%;
        right: 50%;
        bottom: 13px;
        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;
}

.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: 60px;
        height: 60px;
        padding-right: 25px;
    } 

        .cool-link:first-child {
        }

    .rexaIstanbul {
        background: #ed1c24;
        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: #231f20;
    z-index: 9;
    width: 100%;
    height: 60px;
    }

    .top-header {
           color: #fff;
    height: 0;
    background-color: #ed1c24 !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: #ed1c24;
                border: 1px solid #ed1c24;
                padding: 8px;
                border-radius: .25em;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                .top-list li a:hover {
                    color: #ed1c24;
                    background: #fff;
                    border: 1px solid #ed1c24;
                }

                .top-list li a i {
                    margin-right: 5px;
                }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px;
    }

    .navbar-nav > li {
        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: 13px !important;
    font-weight: 300;
    }

        .footer-list > li > a:hover {
            color: #fff !important
        }

.bottom-footer {
    background: #231f20;
    border-top: 0;
    padding: 15px 0;
    color: #ffffff;
}

    .bottom-footer span {
        margin-right: 10px;
    }


.rexa {
    width: 80px;
    height: auto;
    float: right
}

.footer-title {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600 !important;
    font-family: 'Poppins';
    font-size: 15px;
}

.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: #616161;
    font-size: 14px;
    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;
        font-size: 18px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        margin-right: 7px;
        margin-bottom: 0px;
        position: relative;
        top: 5px;
    }

    .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.html);
    background-size: 100% 100%
}

.arrow_next_related_product {
    background-image: url(../content/images/ico-right.html);
    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 (min-width: 998px) {
    .cool-link:hover > a {
        color: #fff !important;
    }
}

@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 #ed1c24;
    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: #ed1c24;
    }

.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: #ed1c24;
            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: #ed1c24;
}

.details {
    text-align: center;
}

    .details > a {
        background: #ed1c24;
        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, #ed1c24);
        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: #231f20;
    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: #fff;
}

    #mobileBodyContent > span:before {
        content: '';
        display: block;
        width: 82px;
        height: 28px;
        background: #ff000000;
        position: absolute;
        border: 1px solid #fff;
        margin-left: -32px;
        top: -3px;
    }

#burgerBtn {
    border-top: 2px solid #fff;
    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: #fff;
        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: #fff;
        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: #ed1c24 !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: 1200px) {
    .container {
        max-width: 1180px;
    }

    .dropdown-menu {
    min-width: 230px;
    background-color: white;
	padding:0;
    border: 0;
    top: 80%;
    transition: 0.4s;
    border-radius: 6px !important;
    box-shadow: 0px 0px 10px -5px;
	-webkit-box-shadow: 0px 0px 10px -5px;
    -moz-box-shadow: 0px 0px 10px -5px;
    -khtml-box-shadow: 0px 0px 10px -5px;
    -o-box-shadow: 0px 0px 10px -5px;
    }

    .cool-link i {
margin-left: 5px;
    position: absolute;
    top: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    }


    .dropdown-menu > li > a {
	    font-weight: 500;
		font-family: 'Poppins';
		font-size: 13px;
		transition: 0.3s;
		padding: 7px !important;
		line-height: 30px;
		display: block;
		margin-bottom: 0;
		color:#000 !important;
    }

    .dropdown-menu > li:hover > a {
       margin-left: 15px;
    }
}

@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: #ed1c24;
    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;
    font-weight: 500;
    color: #fff;
    background: #ed1c24;
    padding: 10px;
    border-bottom: 0;
    text-align: center;
    text-transform: capitalize !important;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.sidebar > ul {
    margin: 0px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 7px 7px;
}

    .sidebar > ul > li {
        margin-bottom: 0px;
        padding: 10px 8px;
    }

        .sidebar > ul > li:hover {
            background-color: #f1f1f1 !important
        }

            .sidebar > ul > li:hover a {
                color: #000;
            }

        .sidebar > ul > li > a {
            font-size: 14px;
            color: #717171;
            font-family: 'Poppins';
            font-weight: 500;
            display: block;
        }



        .sidebar > ul > li:hover > a {
            color: #111 !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: #ed1c24 !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: #ed1c24;
    }

.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: #ed1c24;
        }

@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;
    }

    .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: #ed1c24;
        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: #ed1c24;
    box-shadow: 0px 0px 10px -7px #000;
    font-family: 'Poppins';
}

.contact-details {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: #ed1c24 !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.html);
    mask-image: url(../content/images/texture.html);
    -webkit-mask-repeat: repeat no-repeat;
    mask-repeat: repeat no-repeat;
    width: 100%;
    display: block;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.bgs {
    background: #ed1c24;
    height: 550px;
}

.bgs1 {
    background-color: #ed1c24;
}

.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: #ed1c24;
    color: #fff;
}

::selection {
    background: #ed1c24;
    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,#ed1c24,#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: #fff;
            left: -4px;
            top: 10px;
        }

        .yasal > li > a {
            color: #fff;
            font-size: 12px;
        }

.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 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
		margin-bottom:30px;
    }

    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 #ed1c24;
}

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: #181818;
        position: relative;
        float: left;
        left: 10px;
    }

.text-footer p {
    color: #181818 !important
}
footer .text-footer p {
    color: #fff !important;
	    font-weight: 300;
}
label {
    font-weight: 600;
    margin-bottom: 3px;
}


.contact-item a {
    color: #181818;
	font-weight:400;
}
footer .contact-item a {
    color: #fff !important;
    font-weight: 300;
}
footer .contact-item i {
    color: #fff !important;
}
.contact-item i {
    font-size: 22px;
    color: #181818;
    float: left;
    min-width: 25px;
    max-width: 25px;
}

.swiper-container {
    height: 100vh;
    max-height: 100vh;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slider-text-bg {
    padding: 15px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    width: 1180px;
	margin:auto;
	left:0;
	right:0;
	text-align:center;
}

.slider-text {
    font-weight: bold !important;
    letter-spacing: -1px;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    color: #ed1c24;
    display: initial;
    background: #fff;
    padding: 0px 15px;
    position: relative;
    top: 24px;
	border-radius:4px;
}
.slider-desc{

}
.slider-desc p {
	width: 800px;
    margin: auto;
    border: 3px solid #ed1c24;
    padding: 32px 20px 20px 20px;
    background: #000000a3;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
}
.slider-desc div{
	    position: absolute;
    left: 0;
    right: 0;
}
.slider-desc strong{
	color:#fff;
	font-weight:500;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #231f20;
    border-radius: 50%;
    box-shadow:none;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 28px;
		color:#fff;
    }

.nav {
    position: absolute;
    z-index: 9;
    background: #ffffff8c;
}

.page-Title, .icerikEkle-title, .page-Description h1, .blog-title {
    font-size: 2rem;
    color: #ed1c24;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 0;	
}

    .page-Description h1 span {
        font-family: 'Poppins';
    }

    .page-Title:before, .blog-title:before {
content: '';
    display: block;
    margin: auto;
    width: 90px;
    height: 3px;
    background-color: #000;
    position: relative;
    top: 50px;
    left: 0;
    right: 0;
    }
	
	::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#ed1c24;border-radius:0}::-webkit-scrollbar-track{background:#fff}

.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;
    border-radius: 5px;
    -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: 1px solid #ccc;
    border-radius: 7px;
    padding: 5px 15px;
    background-color: #fff;
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.flick-bg {
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
}

.flick 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%);
    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 {
    -webkit-box-shadow: 0px 0px 14px -8px #7f7f7f;
    -moz-box-shadow: 0px 0px 14px -8px #7f7f7f;
    box-shadow: 0px 0px 14px -8px #7f7f7f;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid #ccc;
}

.urunler-desc {
    color: #000;
    padding: 15px;
    min-height: 72px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}


.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: #ed1c24;
        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: #f8f8f8f2 !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 {
	background-color: #ed1c24 !important;
    border: 1px solid #ed1c24;
    font-weight: 500;
    color: #ffffff !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 20px;
	position:relative;
	top:30px;
	border-radius:4px;
}

    .teklif a:hover {
        background-color: transparent !important;
        color: #fff !important;
    }
	.teklif a:before{
		display:none !important;
	}

#back-to-top {
width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    border: 0;
    position: absolute;
    text-align: center;
    font-size: 34px;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    margin-top: -100px;
}

    #back-to-top:hover {
        background-color: #ed1c24;
    }

    #back-to-top i {
        color: #ed1c24;
    }
	    #back-to-top:hover i {
                color: #fff;
				    -o-transition: 0.3s;
    transition: 0.3s;
    }


footer {
    background: #ed1c24  !important;
}

.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: 3px;
        height: 100%;
        background: #fff;
        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: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
	background: center bottom;
}

    .title-page .container {
        height: 350px;
        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: #fff;
        font-weight: 700 !important;
        font-size: 42px;
    }

    .relative-title p {
        color: #fff;
        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: #ed1c24;
    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;
}

.title-page:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #000000d9;
    opacity: .90;
}


@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;
}


.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;
    background: #f3f3f3;
}

.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: #f3f3f3;
}

#related {
    background-color: #f3f3f3;
}

.detayUrun-bg h1 {
    font-size: 26px;
    font-weight: bold !important;
    margin-bottom: 15px;
}

.breadlist {
    list-style: none;
    display: inline-block;
    background: white;
    text-align: center;
    border-radius: 30px;
}

    .breadlist li {
        float: left;
        position: relative;
        padding: 5px 15px;
    }

        .breadlist li:before {
            content: "\f105";
            display: block;
            position: absolute;
            left: -3px;
			font-family: "Font Awesome 5 Pro";
			font-weight:400;
			font-size:17px;
            top: 3px;
        }

        .breadlist li:first-child:before {
            display: none !important;
        }

        .breadlist li a {
            color: #000;
        }

.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: #ed1c24;
    padding: 15px;
}

    .sidebar-ka ul {
        list-style: none;
    }

        .sidebar-ka ul li {
            padding: 10px 15px;
            border-left: 3px solid #ed1c24;
            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;
        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 #ed1c24;
    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.html) 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, .owl-next:hover {
        background-color: #ed1c24;
        border: 1px solid #ed1c24;
    }

        .owl-prev:hover i, .owl-next:hover i {
            color: #fff;
        }

.owl-buttons {
    display: inline-block;
    margin-top: 15px;
}

.owl-controls {
    text-align: center;
}



.related-title {
    margin-bottom: 10px;
}

#related, #blog {
    padding: 50px 0;
}

    #blog p {
        margin-bottom: 15px !important;
        font-size: 16px;
    }

.blog-desc {
    padding: 10px 15px;
    background: #ed1c24;
    color: #fff;
    min-height: 91px;
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page-Title-7 {
    display: none;
}

.blog-desc span {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 2px;
}

    .blog-desc span:hover {
        padding-left: 10px;
    }

.blog-desc .sayfaName {
    font-weight: 500;
    font-size: 16px;
}

.swiper-pagination-bullet {
    width: 35px;
    height: 0px;
    border: 1px solid #fff !important;
    display: inline-block;
    border-radius: 25px;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
	    border: 1px solid #fff !important;
}

.pageHeader {
    background-repeat: no-repeat;
    background-image: url(../content/images/page-title.html);
    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-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .gallery-bg img {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

.resimAlt {
    position: absolute;
    bottom: 35px;
    background: #ed1c24;
    padding: 15px 30px;
    box-shadow: 0px 0px 10px -5px;
    color: #fff;
    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: #ed1c24;
    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: #231f20;
    border: 1px solid #231f20;
    border-radius: 25px 25px 0 0;
    display: flex;
}
.neden-Metalpr{
    padding: 13px 0;
    background-color: #231f20;
    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%;
}

	
	.icerikEkle-img img{
	box-shadow: 20px 20px 0 0px #ffffff;
}

.icerikEkle-img{
	border: 3px solid #ed1c24;
    box-shadow: 0px 0px 10px -5px;

}

.icerikEkle-Desc h1, .icerikEkle-title{
	color: #ed1c24;
    font-weight: bold !important;
	font-size: 2rem;
}

.btn-teklif{
	padding: 8px 20px;
    border-radius: .25em;
    color: #ed1c24;
    font-size: 15px;
    border: 2px solid #ed1c24;
    background-color: #fff;
    font-weight: 600;
}
.btn-teklif:hover, .btn-teklif:focus{
	background-color:#ed1c24;
	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: #ed1c24;
}

.contact_id .contact-item p{
	font-weight:400!important;
}

.p40 p{
    margin: 15px 0 0;
}

.btn-slider{
	background: #ed1c24;
	border:2px solid #ed1c24;
    color: #fff;
    font-size: 14px;
    margin:30px 5px;
    padding: 12px 20px;
}
.btn-slider2{
	background: transparent;
	border:2px solid #fff;
    color: #fff;
    font-size: 14px;
    margin:30px 5px;
    padding: 12px 20px;
}
.btn-slider2:hover, .btn-slider2:focus{
	background-color:#fff;
	color:#ed1c24;
}
.btn-slider:hover, .btn-slider:focus{
	background-color:#fff0;
	border:2px solid #fff;
	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){
	
.neden-Metalpr:before{
    right: 18px;
    color: white;
    font-size: 17px;
    top: 10px;
}
.slider-text {
    font-weight: 500 !important;
    letter-spacing: -1px;
    text-align: center;
    font-size: 18px;
    color: #000;
	line-height: 30px;
	top:17px;
}
.slider-desc p {
    margin: 0 15px;
	width:auto;
	font-size:14px;
}
.swiper-container {
    height: 100vh;
    max-height: 100vh;
}
    .main-slider-text-bg {
        width: 100%;
        padding: 0;

        position: absolute;
        border-radius: 4px;
        margin-left: 0;

        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;
}
.page-Title:before{
	top:35px;
}
.metalp .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    float: left;
}
.metalp .col-md-12{
	padding:0;
}
.lead{
	font-weight:400 !important;
}
.icerikEkle, section {
    padding: 30px 0 0 !important;
}
.neden-Metalpr {
    text-align: left;
	padding:5px 0 !important;
}

.neden-Metalpr i {
    margin-right: 0 !important;
    font-size: 17px !important;
    position: relative;
    top: 0px !important;
}
.metalp .container{
	border-radius:0;
}

.metalp-ti{
	font-size:12px;
	display: block;
}
.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: #ed1c24;
    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.html) 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:#ed1c24;
}
.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:#ed1c24;
}

.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;
}


.blog-bg a{
	    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.blog-bg{
	height:250px;
    width: 100%;
    position: relative;
    overflow: hidden;
	    background: #f9f9f9;
    border: 1px solid #ed1c24;
}

.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: #ed1c24;
    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;
}
.tamekran-soft .page-Title{
	color:#fff;
	font-weight:300!important;
}
.tamekran-soft p{
	color:#000;
	font-size:16px !important;
}
.tamekran-soft:before{
content: '';

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
	
}
.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;
}

.owl-c .gallery-bg{
	border:1px solid #ccc;
filter: grayscale(100%);
padding:10px;
background:#fff;
}
.owl-c .gallery-bg: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: #ed1c24;
    font-size: 28px;
    position: relative;
    top: 3px;
} 

@media(max-width:768px){
	.tamekran-soft{
		height:auto !important;
	}
}



.swiper-button-next, .swiper-button-prev{
    top: 54%;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
	display:none;
}


footer{
	    background-image: url(../content/images/footer_back.png) !important;
    width: 100%;
    height: 100%;
}

.col-md-4 .gallery-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 300px;
    border: 1px solid #ccc;
    padding: 10px;
}
.col-md-4 .gallery-bg img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    height: 100%;
    width: auto;
}
.owl-item .gallery-img a:hover img{
	-webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}


.gallery-flex .col-md-2 img{
	border: 1px solid #ccc;
	padding:5px;
    filter: grayscale(100%);
}

.gallery-flex .col-md-3 img{

    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%;
}

.gallery-flex .col-md-3 .gallery-img{

    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    position: relative;
    height: 240px;
    overflow: hidden;
}

.gallery-flex .col-md-3 a{
	    width: 100%;
    position: absolute;
    height: 100%;
}



.top-search-fr {
	position:relative;
}
.top-search-fr input{
    height: 48px;
    width: 100%;
    display: block;
    position: relative;
    border: 2px solid #ed1c24;
    padding: 15px;
    color: #bfb9b9;
    padding-left: 45px;
    font-size: 14px !important;
    border-radius: 4px;
}


.top-search-fr input:focus{
	box-shadow:none!important;
	outline:0 !important;
}


#ara::placeholder{
	color:#bfb9b9 !important;
	font-size:14px !important;

}

@media(min-width:768px){
	

.top-search{
    padding-top: 20px;
    height: 80px;
    position: absolute;
       background: #231f20;
    width: 100%;
    z-index: 9;
}
.navbar{
	top:80px;
	position:absolute;
}

.btn-ara{
	background: #ed1c24;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	border-radius: 0 4px 4px 0;
}

.ts-i{
    position: absolute;
    top: 0px;
    left: 0;
    height: 48px;
    display: block;
    z-index: 9;
    width: 48px;
    text-align: center;
    line-height: 48px;
    color: #bfb9b9;
    font-size: 20px;
}
.ts-i{
	font-weight:600;
}

.navbar-top{
	list-style:none!important;
}
.navbar-top li{
    float: left;
    line-height: 48px;
    padding: 0 17px;
    text-align: center;
    background: #ed1c24;
    border-radius: 4px;
	margin-right:20px;
}
.navbar-top li a{
	display: block;
    font-size: 15px;
    font-family: Poppins;
    color: #ffffff !important;
    font-weight: 400;
}
}

@media(max-width:768px){
	.top-search{
		display:none;
	}
}