@import url('animate.css');
@import url('swiper.min.css');

@font-face {
    font-family: "flaticon_buildnox";
    src: url("../fonts/flaticon_buildnox8aad.ttf?45d89b1ea16c2039a41de78fa685176c") format("truetype"), url("../fonts/flaticon_buildnox8aad.woff?45d89b1ea16c2039a41de78fa685176c") format("woff"), url("../fonts/flaticon_buildnox8aad.woff2?45d89b1ea16c2039a41de78fa685176c") format("woff2"), url("../fonts/flaticon_buildnox8aad.eot?45d89b1ea16c2039a41de78fa685176c#iefix") format("embedded-opentype"), url("../fonts/flaticon_buildnox8aad.svg?45d89b1ea16c2039a41de78fa685176c#flaticon_buildnox") format("svg");
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-family: flaticon_buildnox !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-trowel:before {
    content: "\f109";
}

.flaticon-worker:before {
    content: "\f10a";
}

.flaticon-guarantee:before {
    content: "\f10b";
}

.flaticon-folder-management:before {
    content: "\f10c";
}

.flaticon-quotation:before {
    content: "\f10d";
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-times:before {
    content: "\f00d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-youtube:before {
    content: "\f167";
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("../fonts/fa-light-300.eot");
    src: url("../fonts/fa-light-300d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

:root {
    --theme-color: #e51d22;
}

.h1-title {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 25px;
}

.h2-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
}

.h3-title {
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 25px;
}

.h4-title {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 25px;
}

.h5-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
}

img,
svg {
    vertical-align: middle;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

body {
    font-size: 16px;
    color: #6E6E6E;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: "new-order", sans-serif;
}

a,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2B2D42;
}

    a:hover {
        text-decoration: none;
        outline: none;
        color: var(--theme-color);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #172b56;
    font-family: "new-order", sans-serif;
}

h1,
.h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

h2,
.h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 40px;
    font-weight: 700;
}

h4,
.h4 {
    font-size: 30px;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 20px;
    font-weight: 700;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 700;
}

p {
    font-size: 18px;
    color: #494949;
    line-height: 1.7;
}

@import url("https://p.typekit.net/p.css?s=1&k=ool2kyx&ht=tk&f=47890.47891.47892.47893.47894&a=25583525&app=typekit&e=css");

@font-face {
    font-family: "new-order";
    src: url("https://use.typekit.net/af/5689eb/00000000000000007735ee23/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/5689eb/00000000000000007735ee23/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/5689eb/00000000000000007735ee23/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "new-order";
    src: url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}

@font-face {
    font-family: "new-order";
    src: url("https://use.typekit.net/af/0aebd6/00000000000000007735ee24/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/0aebd6/00000000000000007735ee24/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/0aebd6/00000000000000007735ee24/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: "new-order";
    src: url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "new-order";
    src: url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

.tk-new-order {
    font-family: "new-order", sans-serif;
}

.tk-new-order {
    font-family: "new-order", sans-serif;
}

.page-title h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    z-index: 2;
    color: #ffffff;
}

.page-title ul {
    z-index: 2;
    position: relative;
}

    .page-title ul li {
        color: #ffffff;
    }

        .page-title ul li a {
            color: #ffffff;
        }

.justify-content-center {
    justify-content: center;
}

.ml_10 {
    margin-left: 10px;
}

.mr_10 {
    margin-right: 10px;
}

.bg-referanslar {
    background-color: #23262c;
}

section {
    position: relative;
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.row.no-gutters > * {
    padding: 0;
}

.row-15 > * {
    padding: 0 7.5px;
}

.row-20 > * {
    padding: 0 10px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.section-padding {
    padding: 150px 0 120px;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

.mobile-menu .menu-box .nav-logo img {
    height: 55px;
}

.alert {
    margin-bottom: 25px !important;
    padding: 10px !important;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.hidden-sidebar .logo a img {
    height: 60px;
}

.referanslar ul li img {
    opacity: 1;
    height: 150px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 25px;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.referanslar ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

    .referanslar ul li small {
        width: 100%;
        height: 50px;
        line-height: 50px;
        position: absolute;
        left: 0;
        top: 50%;
        text-align: center;
        opacity: 0;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: -.5px
    }

    .referanslar ul li:hover small {
        margin-top: -25px;
        opacity: 1
    }

.clients ul li {
    width: 14.28%;
    float: left;
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative
}

.referanslar ul li:hover img {
    transform: scale(1.1);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.referanslar ul li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative
}

.referanslar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
    margin-top: 0
}

.iletisim-page h3 {
    font-size: 27px;
    line-height: 35px;
}

.iletisim-page h2 {
    font-size: 35px;
    line-height: 45px;
}

.iletisim-page div p span {
    font-weight: 300;
    margin-bottom: 15px;
}

.iletisim-page div p a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2a2a2a;
}

.iletisim-page div p span.iletisim-adres {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2a2a2a;
}

.contact {
    background: #ffffff;
}

    .contact .contact-container .contact-info > span {
        font-weight: 700;
        font-size: 55px;
        line-height: 65px;
        color: rgb(0, 0, 0);
        margin-bottom: 85px;
        display: block;
        background: rgb(241, 241, 241);
    }

    .contact .contact-container .contact-info ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 24px;
    }

        .contact .contact-container .contact-info ul li span {
            display: block;
            font-size: 20px;
            color: #e51d22;
        }

        .contact .contact-container .contact-info ul li a {
            font-size: 28px;
            line-height: 34px;
            color: #000;
            margin-top: 12px;
            display: inline-block;
            line-height: 1.2;
        }

    .contact .contact-container .contact-info {
        padding: 115px 120px 85px;
        background: #f1f1f1;
        flex: 0 0 50%;
        max-width: 50%;
        border-radius:7px;
    }

.contact {
    margin:50px 0;
}

    .contact .contact-container {
        display: flex;
        margin: 0 90px 60px;
        position: relative;
        border: 1px solid #dbdbdb;
        border-radius: 7px;
    }

        .contact .contact-container .contact-form {
            flex: 0 0 50%;
            max-width: 50%;
            background: #fff;
            padding: 50px 55px 95px;
            border-top: 1px solid #f1f1f1;
            border-radius:7px;
        }

            .contact .contact-container .contact-form .contact-form-title {
                display: block;
                font-size: 30px;
                color: #000;
                margin-bottom: 60px;
            }

span.contact-form-title {
}

.contact .contact-container .contact-form form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    gap: 24px;
}


.form-container .form-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 20px;
    }

.form-container .form-security-code {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

.form-container .form-security-code .captcha_img {
            border-bottom: 1px solid rgb(0 0 0 / 20%);
            margin-bottom: -2px;
            height: 55px;
            width: 100%;
        }

.form-container .form-security-code a {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translate(0, -50%);
            background: #fff;
            padding: 6px;
        }

.form-item .form-control {
    width: 100%;
    font-size: 18px;
    color: #000;
    border: none;
    resize: none;
    padding: 0 30px 20px;
    height: 45px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    transition: 0.4s;
    overflow: hidden !important;
    font-family: sans-serif;
}

.form-container .form-security-code .form-control {
    height: 100%;
    padding: 0px 15px;
    font-size: 18px;
}

.form-item .form-control:hover {
    opacity: 0.6;
}

.form-item .form-control:focus {
    border-bottom-color: black;
    opacity: 1;
}

.form-item.active .form-control {
    border-bottom-color: black;
    opacity: 1;
}

.form-item.active .item-line {
    opacity: 1;
}

.form-item .form-control:focus ~ .item-line {
    opacity: 1;
}

.form-grid .form-item:last-child {
    grid-column: span 2;
}

.form-item textarea.form-control {
    height: 255px;
}

.form-item {
    position: relative;
}

    .form-item .item-line {
        position: absolute;
        bottom: 1px;
        background: #000;
        opacity: 0.2;
        height: 20px;
        width: 1px;
    }

        .form-item .item-line.item-line-left {
            left: 0;
            right: auto;
        }

.form-container a.iletisim-btn .item-line.item-line-left {
    position: absolute;
    bottom: 0px;
    background: #000;
    opacity: 0.2;
    height: 20px;
    width: 1px;
    left: 0;
    right: auto;
}

.form-container a.iletisim-btn .item-line.item-line-right {
    position: absolute;
    bottom: 0px;
    background: #000;
    opacity: 0.2;
    height: 20px;
    width: 1px;
    right: 0;
    left: auto;
}

.form-item .item-line.item-line-right {
    right: 0;
    left: auto;
}

.form-grid .form-item:last-child .item-line {
    bottom: 4px;
}

.form-container a.iletisim-btn:hover {
    opacity: 0.6;
}

.form-container a.iletisim-btn:hover path {
    }
.form-container a.iletisim-btn {
    width: 100%;
    font-size: 20px;
    color: #0c2967;
    background: none;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
    gap: 15px;
    margin-left: auto;
    transition: 0.4s;
    cursor: pointer;
    position: relative;
}

.form-container p {
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
    margin: 30px 0;
}

.form-container p a {
        color: #0c2967;
    }

.contact .information .information-wrapper div .information-line {
    background: #f1f1f1;
}

.contact .contact-map {
    height: 800px;
}

    .contact .contact-map iframe {
        width: 100%;
        height: 100%;
    }

.contact .contact-branches {
    margin: -180px 100px 170px;
    position: relative;
    overflow: hidden;
}

    .contact .contact-branches .branche-item {
        border-bottom: 10px solid #e51d22;
        background: #fff;
        padding: 70px 20px;
        height: auto;
    }

        .contact .contact-branches .branche-item > span {
            font-weight: 700;
            font-size: 40px;
            display: block;
            color: #0c2967;
            position: relative;
            z-index: 1;
            max-width: 340px;
            text-align: center;
            margin: 0 auto 60px;
        }

            .contact .contact-branches .branche-item > span > span {
                color: #e51d22;
                position: relative;
            }

                .contact .contact-branches .branche-item > span > span:before {
                    content: "";
                    position: absolute;
                    top: 1px;
                    bottom: -3px;
                    left: -10px;
                    right: -22px;
                    background: #f1f1f1;
                    z-index: -1;
                    transform: skewX(-15deg);
                }

        .contact .contact-branches .branche-item ul {
            display: flex;
            flex-direction: column;
            gap: 24px;
            max-width: 340px;
            margin: 0 auto;
        }

            .contact .contact-branches .branche-item ul li {
            }

                .contact .contact-branches .branche-item ul li span {
                    display: block;
                    font-size: 20px;
                    color: #e51d22;
                }

                .contact .contact-branches .branche-item ul li a:hover {
                    color: #e51d22;
                }

                .contact .contact-branches .branche-item ul li a {
                    font-size: 25px;
                    color: #000;
                    margin-top: 12px;
                    display: inline-block;
                    transition: 0.4s;
                }

.slider {
    position: relative;
    height: auto;
}

    .slider .swiper-wrapper {
        height: auto;
    }

.slider-button-next {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 30vw;
    right: 0;
    height: calc(100% - 250px);
    cursor: none;
    transition: 0.5s;
    opacity: 0;
}

.slider-button-prev {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 30vw;
    left: 0;
    height: 100%;
    cursor: none;
    transition: 0.5s;
    opacity: 0;
}

    .slider-button-next svg,
    .slider-button-prev svg {
        display: none;
    }

    .slider-button-prev:hover {
        opacity: 1;
    }

.slider-button-next:hover {
    opacity: 1;
}

.slider-button-icon {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
}

    .slider-button-icon svg {
        width: 6vw;
        height: 6vw;
        transition: 0.5s;
    }

.slider .swiper-horizontal {
    overflow: hidden;
    touch-action: pan-y;
}

.slider .slider-pagination {
    position: absolute;
    top: 170px;
    left: 120px;
    bottom: unset;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: auto;
}

.p_relative {
    position: relative;
}

.slider-pagination span {
    background: white;
    width: 10px;
    height: 10px;
    transition: 0.2s;
    opacity: 1 !important;
}

    .slider-pagination span.swiper-pagination-bullet-active {
        border: 5px solid #e51d22;
        padding: 5px;
    }

.slider-text > span {
    opacity: 0.5;
    font-weight: 400;
    font-size: 2vw;
    color: #ffffff;
    display: block;
    line-height: 1.6;
    overflow: hidden;
}

.slider-item-wrapper .slider-link {
    display: flex;
}

.slider-text > p {
    font-weight: 700;
    font-size: 2.8vw;
    line-height: 1.1;
    max-width: 40vw;
    color: #ffffff;
}

.slider .swiper-slide {
    height: 700px;
    padding: 0 93px;
    transform: unset;
    overflow: hidden;
}

    .slider .swiper-slide .slider-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        transition: 0.8s;
        filter: grayscale(1);
    }

        .slider .swiper-slide .slider-image > span {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

.slider-text > span > span {
    display: block;
    transform: translate(0px, 100%);
    transition: 0.8s;
}

.slider-text > p > span {
    display: block;
    transform: translate(0px, 100%);
    transition: 0.8s 0.1s;
}

.swiper-slide-active .slider-text > span > span {
    transform: translate(0px, 0px);
}

.swiper-slide-active .slider-text > p > span {
    transform: translate(0px, 0px);
}

.slider .swiper-slide-active .slider-image {
    opacity: 1;
    filter: grayscale(0);
}

.slider .swiper-slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient( 180deg, rgba(12, 41, 103, 0) 45.06%, #27272d 100%);
    pointer-events: none;
}

.slider .swiper-slide .slider-image:after {
    content: "";
    width: 25%;
    opacity: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to left, #0c2967, #00000000);
    transition: 0.5s;
    right: 0;
}

.slider .swiper-slide .slider-image.next-active:after {
    opacity: 1;
}

.slider .swiper-slide .slider-image.prev-active:before {
    opacity: 1;
}

.slider .slider-white-button {
    background-color: white;
    display: inline-flex;
    flex-direction: column;
    color: #0c2967;
    padding: 28px 35px;
    max-width: 22vw;
    position: relative;
    transition: 0.6s;
}

.slider .swiper-slide .slider-link > * {
    transform: scale(0.5);
    opacity: 0;
    pointer-events: none;
}

.slider .swiper-slide-active .slider-link > * {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}

.slider .slider-white-button:hover,
.slider .slider-red-button:hover {
    background-color: #0c2967;
}

    .slider .slider-white-button:hover p,
    .slider .slider-white-button:hover span {
        color: white;
    }

    .slider .slider-white-button:hover i {
        border: solid white;
        border-width: 0 1px 1px 0;
    }

.slider .slider-white-button p {
    color: #0c2967;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.slider .slider-white-button span {
    color: #0c2967;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 32px;
    max-width: 75%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider .slider-red-button {
    background-color: #e51d22;
    display: inline-flex;
    flex-direction: column;
    color: #0c2967;
    padding: 28px 29px;
    min-width: 210px;
    margin-left: 25px;
    position: relative;
    transition: 0.8s;
}

    .slider .slider-red-button p {
        color: white;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

    .slider .slider-red-button span {
        color: white;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        margin-top: 32px;
        max-width: 65%;
        display: inline-block;
    }

.slider .slider-arrow {
    border: solid #0c2967;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    position: absolute;
    right: 20px;
    bottom: 27px;
}

.slider .slider-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slider .slider-white {
    border: solid white;
    border-width: 0 1px 1px 0;
}

.slider .slider-red-button a,
.slider .slider-white-button a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.slider .slider-items {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    height: auto;
    padding-bottom: 100px;
    justify-content: space-between;
    gap: 100px;
}

.slider-items-line {
    background: white;
    opacity: 0.2;
    width: 2px;
    z-index: 999;
    flex: 1;
    margin: 50px 0 50px 15px;
    position: relative;
}

    .slider-items-line:before {
        content: "";
        background: white;
        width: 15px;
        height: 2px;
        position: absolute;
        bottom: 4px;
        left: -11px;
        z-index: 9999;
        transform: rotate(-135deg);
    }

    .slider-items-line:after {
        content: "";
        background: white;
        width: 15px;
        height: 2px;
        position: absolute;
        bottom: 4px;
        left: -2px;
        z-index: 9999;
        transform: rotate(135deg);
    }

.slider .swiper-slide .slider-item-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
}
.project-details{
    padding:70px 0;
}
.project-details .container{
    max-width:100%;
    padding:0 115px;
}
.image-column img{
    width:100%;
    border-radius:15px;
}


.main-header .header-upper .logo-box .logo img {
    height: 55px;
    padding:0 0;
    width: auto;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.bhdtrade_paginations a,
.bhdtrade_paginations span {
    position: relative;
    display: inline-block;
    height: 46px;
    width: 45px;
    background: #f4f4f4;
    color: #818181;
    font-size: 14px;
    letter-spacing: .56px;
    text-align: center;
    padding: 17px 0;
    line-height: .8;
    margin: 0 3px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    border-radius: 50%;
}

    .bhdtrade_paginations a.prev:after {
        right: auto;
        left: 0
    }

    .bhdtrade_paginations a:hover:after,
    .bhdtrade_paginations span.current:after {
        height: 100%;
        visibility: visible;
        opacity: 1
    }

    .bhdtrade_paginations a:hover,
    .bhdtrade_paginations span.current {
        color: #fff;
        background: #e51d22;
    }

.blog-section {
    padding: 70px 0 40px;
}

.post {
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(18, 25, 33, 0.15);
    transition: all .3s ease;
    margin-bottom: 60px;
    position: relative;
}

.curriculum-event {
    border-radius: 20px;
    border-bottom: 5px solid #e51d22;
    overflow: hidden;
}

.curriculum-event-thumb {
    position: relative;
}

    .curriculum-event-thumb img {
        display: block;
        width: 100%;
        height: 255px;
        object-fit: cover;
    }

.icon-text-item svg {
    margin-right: 15px;
    font-size: 26px;
    height: 26px;
    width: 26px;
    margin-top: -4px;
}

.curriculum-event-thumb .category-link {
    font-weight: 700;
    font-size: 14px;
    background-color: #e51d22;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
    border: 0px solid #fff;
    border-radius: 20px 0px 20px 0px;
    padding: 3px 12px;
    color: #fff;
    box-shadow: 0 0 20px 2px rgba(18, 25, 33, 0.2);
    margin: 0;
    line-height: 1.4;
}

.curriculum-event-thumb .curriculum-event-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
    transition: all .3s ease;
    padding: 0;
}

.post .overlay-standard {
    opacity: 0;
}

/*.overlay--black {
    background-color: rgba(0, 0, 0, 0.1);
}

.overlay-standard,
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(18, 25, 33, 0.4);
    transition: all .4s ease;
}*/

.curriculum-event-thumb {
    position: relative;
}

.curriculum-event-content {
    padding: 30px 22px 12px;
}

.curriculum-event .icon-text-item {
    color: #626262;
    margin-bottom: 15px;
    margin-left: 5px;
}

.display-flex {
    display: flex;
    align-items: center;
}

.icon-text-item .text {
    font-weight: 500;
    margin-bottom: 0;
}

.curriculum-event .icon-text-item svg {
    fill: #999999;
}

.curriculum-event-content .title {
    line-height: 1.3;
    display: block;
    min-height: 71px;
    font-size: 18px;
    letter-spacing: .2px;
    font-weight: 700;
}

.curriculum-event-content .title {
    line-height: 1.3;
    display: block;
    min-height: 71px;
    font-size: 18px;
    letter-spacing: .2px;
    font-weight: 700;
}

.pageBlogPage {
    min-height: 93px;
    padding-top: 75px;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #23262c;
}

.commonSection {
    padding: 60px 0;
    position: relative;
}

.blog_thumb,
.mfp-figure figure,
body,
html
{
    margin: 0
}

.blog_details,
.blog_headings {
    margin: 0;
    background: #fff;
    z-index: 3;
    padding: 30px;
    position: relative
}

.blog_thumb img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    height: auto;
}

.blog_headings span.blog_date {
    font-size: 10px;
    line-height: .8;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    height: 31px;
    width: 65px;
    background: #82be57;
    color: #fff;
    padding: 11px 0;
    text-align: center;
    margin: 0 0 20px
}

.blog_headings h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    letter-spacing: 1.6px;
    margin: 0 0 7px
}

.blog_headings .blog_metas {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #818181;
    margin: 0
}

    .blog_headings .blog_metas a {
        display: inline-block;
        color: #818181;
        margin: 0 10px
    }

        .blog_headings .blog_metas a:first-of-type {
            margin-left: 0
        }

.blog_details {
    box-shadow: 0 3px 25px 0 rgb(69 81 128 / 16%);
}

    .blog_details h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details h3 {
        width: 100%;
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details h4 {
        width: 100%;
        font-size: 22px;
        line-height: 27px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details h5 {
        width: 100%;
        font-size: 19px;
        line-height: 25px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details p {
        line-height: 24px;
        margin: 0 0 15px;
        font-size: 18px;
        color: #565656
    }

    .blog_details a {
        color: #6bbd30
    }

        .blog_details a:focus {
            color: #565656
        }

.blog_tagitems a,
.blog_tagitems span {
    line-height: 30px;
    display: inline-block
}

.blog_tagitems {
    position: relative;
    border-top: 1px solid #e7e7e7;
    padding: 34px 0 35px
}

    .blog_tagitems span {
        font-size: 20px;
        color: #000;
        letter-spacing: .8px;
        margin-right: 3px
    }

    .blog_tagitems a {
        color: #818181;
        font-size: 16px
    }

.post_author {
    position: relative;
    background: #f4f4f4;
    padding: 57px 70px 60px 270px;
    margin-bottom: 60px
}

    .post_author img {
        width: 170px;
        height: 190px;
        position: absolute;
        left: 60px;
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .post_author h3 {
        font-size: 20px;
        line-height: .8;
        color: #000;
        letter-spacing: .8px;
        margin: 0 0 39px
    }

    .post_author p {
        line-height: 30px;
        margin: 0 0 16px
    }

    .post_author > a {
        color: #82be57;
        line-height: .8;
        display: inline-block;
        position: relative;
        letter-spacing: 1.2px;
        font-size: 12px
    }

        .post_author > a:after {
            width: 100%;
            height: 1px;
            content: '';
            background: #82be57;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -5px;
            -webkit-transition: .4s ease-out;
            transition: .4s ease-out
        }

.sidebar .widget {
    position: relative;
    margin-bottom: 30px
}

    .noPadding,
    .sidebar .widget.search-widget,
    body,
    html
    {
        padding: 0
    }

    .sidebar .widget form.searchform input {
        width: 100%;
        height: 91px;
        border: none;
        border-radius: 0;
        background: #000;
        font-size: 14px;
        letter-spacing: 1.4px;
        line-height: 30px;
        color: #fff;
        padding: 0 50px;
        text-transform: uppercase;
        outline: 0
    }

        .sidebar .widget form.searchform input::-moz-placeholder {
            color: #fff !important;
            opacity: 1 !important
        }

        .sidebar .widget form.searchform input::-ms-input-placeholder {
            color: #fff !important;
            opacity: 1 !important
        }

        .sidebar .widget form.searchform input::-webkit-input-placeholder {
            color: #fff !important;
            opacity: 1 !important
        }

.sidebar .widget_title {
    line-height: .8;
    letter-spacing: .72px;
    margin: 0;
    padding: 0 0 24px;
    font-size: 25px;
    font-weight: 600;
    color: #27272d
}

.alysweb_categorie_widget,
.alysweb_post_widget {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 25px 0 rgb(69 81 128 / 16%);
    padding: 30px;
    border-radius: 12px
}

.list-title {
    margin-bottom: 25px;
}

.mpw_item {
    position: relative;
    padding-left: 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 9px;
    padding-bottom: 9px
}

.mpw_item {
    display: flex;
}

.explore,
.mpw_item {
    align-items: center;
}

    .mpw_item:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .mpw_item img {
        width: 55px;
        height: 55px;
        border: 1px solid #fff;
        -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
        box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
        border-radius: 50%;
        object-fit: cover;
        display: inline-table;
        margin-right: 7px;
        padding: 1px
    }

    .mpw_item a {
        font-size: 15px;
        line-height: 19px;
        color: #818181;
        margin: 6px 0 0;
        display: inline-table
    }

.alysweb_categorie_widget ul li {
    list-style: none;
    display: block;
    margin: 0 0 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eae7e7
}

    .alysweb_categorie_widget ul li:last-of-type {
        margin-bottom: 0
    }

    .alysweb_categorie_widget ul li a {
        display: block;
        font-size: 17px;
        line-height: 22px;
        color: #27272d;
        font-weight: 500;
        padding: 2px 0 0 20px;
        position: relative
    }

        .alysweb_categorie_widget ul li a:before {
            content: '';
            display: block;
            height: 100%;
            width: 3px;
            background-color: #d6dfeb;
            left: 0;
            top: 0;
            position: absolute;
            transition: background-color .3s
        }

.alysweb_tagcloude_widget {
    position: relative;
    background: #f4f4f4;
    padding: 43px 50px 44px
}

    .alysweb_tagcloude_widget a {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        color: #818181
    }

.blog_details .blog-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
}

.alysweb_categorie_widget ul {
    margin-top: 35px;
}

.bg-black-absolute {
    position: relative;
}

    .bg-black-absolute:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.5;
        top: 0;
    }

.border-shap .border-alt {
    position: absolute;
    left: 0px;
    bottom: -25px;
    width: 100%;
    height: 63px;
    background-repeat: repeat-x;
    animation: slide 400s linear infinite;
    -webkit-animation: slide 400s linear infinite;
    z-index: 9;
    background-image: url(/assets/images/background/bg-alt.svg);
}

.bg-greypage {
    background-color: #f0f2f3;
}

.page-icerik p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    opacity: 0.6;
    margin-top: 25px;
}
.page-icerik ul{
    position:relative;
    margin-left:15px;
}
    .page-icerik ul li {
        position: relative;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        opacity: 0.6;
        margin-top: 15px;
    }
    .page-icerik ul li:before {
        content: "";
        background-color: #e58679;
        width: 8px;
        height: 11px;
        position: absolute;
        left: -15px;
        top: 5px;
    }
.masglobal-section {
    padding: 100px 0;
}

.bg-aftercolor {
    position: relative;
}

    .bg-aftercolor:after {
        content: "";
        background-color: rgb(0, 0, 0);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.5;
    }

.sayfa-title {
    z-index: 2;
}

.banner-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.banner-1-section {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.main-header .header-upper {
    position: relative;
}

    .main-header .header-upper .inner-container {
        position: relative;
    }

    .main-header .header-upper .logo-box {
        z-index: 10;
    }

        .main-header .header-upper .logo-box .logo {
            position: relative;
            display: block;
            padding: 0 0px;
        }

.main-header .nav-outer {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

    .main-menu .inner-container .nav-outer {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.main-menu .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 35px;
}

    .main-menu .contact-info .icon {
        width: 75px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        margin-right: 20px;
    }

    .main-menu .contact-info h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .main-menu .contact-info h4 {
        font-size: 22px;
    }

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .main-menu .navigation > li {
        position: inherit;
        padding: 37px 0px;
        margin-right: 18px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-menu .navigation > li:before {
            position: absolute;
            content: '';
            bottom: 30px;
            left: 0;
            width: 23px;
            height: 1px;
            opacity: 0;
        }

        .main-menu .navigation > li.current:before {
            opacity: 1;
        }

        .main-menu .navigation > li:last-child:before {
            display: none;
        }

        .main-menu .navigation > li:last-child {
            margin-right: 0px !important;
        }

        .main-menu .navigation > li > a {
            position: relative;
            display: block;
            text-align: center;
            font-size: 17px;
            font-weight: 500;
            line-height: 30px;
            text-transform: capitalize;
            color: #fff;
            padding: 3px 0;
            opacity: 1;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation > li.current > a,
            .main-menu .navigation > li > a:hover {
                color: #61b3fb;
            }

        .main-menu .navigation > li > ul {
            position: absolute;
            left: inherit;
            top: 100%;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            min-width: 250px;
            z-index: 100;
            display: none;
            opacity: 0;
            visibility: hidden;
            background-color: #ffffff;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            transition: .5s;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            border-top: 3px solid var(--theme-color);
        }

            .main-menu .navigation > li > ul.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                width: 100%;
                padding: 0 25px;
            }

                .main-menu .navigation > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li:before {
                    position: absolute;
                    content: '';
                    right: 0px;
                    top: 0px;
                    width: 0%;
                    height: 100%;
                    display: block;
                    -webkit-transition: all 300ms ease;
                    transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                }

                .main-menu .navigation > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 8.5px 3px;
                    border-bottom: 1px solid #cfcfcf;
                    line-height: 24px;
                    text-align: left;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    font-size: 17px;
                    color: #2a2a2a;
                    font-weight: 500;
                }

                .main-menu .navigation > li > ul > li:last-child > a {
                    border-bottom: 0px;
                }

                .main-menu .navigation > li > ul > li > a:hover {
                    color: var(--theme-color);
                }

                .main-menu .navigation > li > ul > li.dropdown > a:after {
                    position: absolute;
                    content: "\f105";
                    right: 3px;
                    top: 11px;
                    display: block;
                    line-height: 24px;
                    font-size: 17px;
                    font-family: 'Font Awesome 5 Pro';
                    font-weight: 400;
                }

                .main-menu .navigation > li > ul > li > ul {
                    position: absolute;
                    left: 100%;
                    top: 0;
                    width: 250px;
                    z-index: 100;
                    display: none;
                    background-color: #23262c;
                    transition: .5s;
                    -webkit-transform: translateY(30px);
                    -ms-transform: translateY(30px);
                    transform: translateY(30px);
                    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
                }

                    .main-menu .navigation > li > ul > li > ul.from-right {
                        left: auto;
                        right: 0px;
                    }

                    .main-menu .navigation > li > ul > li > ul > li {
                        position: relative;
                        width: 100%;
                        padding: 0 25px;
                    }

                        .main-menu .navigation > li > ul > li > ul > li:last-child {
                            border-bottom: none;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:before {
                            position: absolute;
                            content: '';
                            left: 0px;
                            top: 0px;
                            width: 0%;
                            height: 100%;
                            display: block;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:last-child {
                            border-bottom: none;
                        }

                        .main-menu .navigation > li > ul > li > ul > li > a {
                            position: relative;
                            display: block;
                            padding: 10.5px 0;
                            line-height: 24px;
                            font-weight: 500;
                            border-bottom: 1px solid #343c4e;
                            font-size: 17px;
                            color: #fff;
                            text-align: left;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:last-child > a {
                            border-bottom: 0;
                        }

                        .main-menu .navigation > li > ul > li > ul > li > a:hover {
                            color: var(--theme-color);
                        }

                        .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                            font-family: 'Font Awesome 5 Pro';
                            content: "\f105";
                            position: absolute;
                            right: 30px;
                            top: 12px;
                            display: block;
                            line-height: 24px;
                            font-size: 16px;
                            font-weight: 400;
                            z-index: 5;
                        }

        .main-menu .navigation > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .main-menu .navigation > li.dropdown > a:before {
            position: absolute;
            content: '\f107';
            right: 0;
            top: 6px;
            font-family: 'Font Awesome 5 Pro';
            font-size: 14px;
        }

        .main-menu .navigation > li.dropdown > a {
            padding-right: 0;
        }

    .main-menu .navigation li > ul > li.dropdown:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .main-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 8px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

    .main-menu .navigation > li > .megamenu {
        position: absolute;
        left: inherit;
        top: 100%;
        width: 230px;
        margin-top: 15px;
        z-index: 100;
        display: none;
        opacity: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        visibility: hidden;
        background: #0A193A;
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        border-top: 3px solid var(--theme-color);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .main-menu .navigation > li > .megamenu li > a {
            position: relative;
            display: block;
            padding: 12.5px 0px;
            line-height: 24px;
            color: #fff;
            text-align: left;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            font-size: 17px;
            color: #ffffff;
            font-weight: 500;
        }

    .main-menu .navigation > li.dropdown:hover > .megamenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        top: 100%;
    }

    .main-menu .navigation > li > .megamenu li > a {
        padding: 6px 0px;
        display: inline-block;
    }

        .main-menu .navigation > li > .megamenu li > a:hover {
            color: var(--theme-color);
        }

    .main-menu .navigation > li > ul > li:last-child > a,
    .main-menu .navigation > li > .megamenu li:last-child > a {
        border-bottom: none;
    }

    .main-menu .navigation > li.dropdown > .megamenu {
        position: absolute;
        width: 100%;
        padding: 30px 40px;
        left: 0px;
    }

    .main-menu .navigation li.dropdown .megamenu li h6 {
        position: relative;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 13px;
        padding-top: 13px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        text-transform: uppercase;
        color: #141417;
        margin-bottom: 7px;
    }

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.sidemenu-nav-toggler {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    color: #2a2a2a;
    border-radius: 50%;
    border: 1px solid #2a2a2a;
    transition: .5s;
    margin-left: 0;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

    .sticky-header .main-menu .navigation {
        margin-left: 0;
    }

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

    .fixed-header .sticky-header .inner-container {
        margin-bottom: 0;
        box-shadow: none;
    }

.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 18.5px 0px;
}

.sticky-header .main-menu .navigation > li {
    padding: 17px 0px;
}

.main-header .sticky-header .header-upper .inner-container {
    min-height: 70px;
}

.sticky-header .main-menu .navigation > li:before {
    bottom: 20px;
}

.header-style-eight .mobile-nav-toggler,
.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 39px;
    text-align: center;
    color: #2a2a2a;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
    border: 1px solid #2a2a2a;
    transition: .5s;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    pointer-events: auto;
    ;
}

    .mobile-menu .nav-logo {
        position: relative;
        padding: 30px 25px;
        text-align: left;
        margin-bottom: 80px;
        margin-top: 25px;
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #2a2a2a;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #2a2a2a;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgb(100 100 100 / 10%);
    }

    .mobile-menu .navigation:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 500;
        color: #2a2a2a;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .mobile-menu .navigation li > a svg *{
        stroke: #fff;
    }
    .mobile-menu .navigation li > a svg{
    height:20px;
}
    .mobile-menu .navigation li ul li > a {
        font-size: 15px;
        margin-left: 20px;
        text-transform: capitalize;
    }

    .mobile-menu .navigation li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li.current > a:before {
        height: 100%;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        color: #2a2a2a;
        background: rgba(255, 255, 255, 0.10);
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.open {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mobile-menu .navigation li > ul,
    .mobile-menu .navigation li > ul > li > ul {
        display: none;
    }

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0px 10px 10px;
    }

        .mobile-menu .social-links li a {
            position: relative;
            line-height: 32px;
            font-size: 16px;
            color: #ffffff;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 40px;
}

.hidden-sidebar .about-widget-two {
    position: relative;
}

    .hidden-sidebar .about-widget-two h3 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 28px;
    }

.hidden-sidebar .news-widget {
    position: relative;
}

.hidden-sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}

.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 30px;
}

    .hidden-sidebar .news-widget .post-wrapper:last-child {
        margin-bottom: 0px;
    }

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn {
    color: #fff;
    background: var(--theme-color);
}

    .hidden-sidebar .newsletter-widget .theme-btn:before {
        background-color: #222;
    }

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
    pointer-events: auto;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

    .sidebar-contact-info ul li {
        position: relative;
        display: block;
        margin-bottom: 23px;
    }

        .sidebar-contact-info ul li:last-child {
            margin-bottom: 0;
        }

        .sidebar-contact-info ul li .inner {
            position: relative;
            display: block;
            padding-left: 45px;
        }

            .sidebar-contact-info ul li .inner .icon {
                position: absolute;
                top: -2px;
                left: 0;
            }

                .sidebar-contact-info ul li .inner .icon svg {
                    stroke: #549722;
                    fill: none;
                }

        .sidebar-contact-info ul li:first-child .inner .icon {
            top: 7px;
        }

        .sidebar-contact-info ul li .inner .icon span {
            position: relative;
            display: block;
            color: var(--thm-base);
            font-size: 30px;
            line-height: 30px;
        }

            .sidebar-contact-info ul li .inner .icon span.map-marker {
                position: relative;
                top: 11px;
                font-size: 34px;
            }

        .sidebar-contact-info ul li .inner .text {
            position: relative;
            display: block;
        }

            .sidebar-contact-info ul li .inner .text p {
                line-height: 24px;
            }

                .sidebar-contact-info ul li .inner .text p a {
                    color: var(--thm-gray);
                }

.text-center {
    text-align: center !important;
}

.fun-fact-1-block i {
    width: 65px;
    font-size: 65px;
    margin-right: 15px;
}
.fun-fact-1-block img {
    width: 65px;
    font-size: 65px;
    margin-right: 15px;
}


.fun-fact-1-block p {
    font-weight: 700;
}

.fun-fact-1-block div div div.c_primary {
    font-size: 40px;
}

.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    .odometer.odometer-auto-theme .odometer-digit,
    .odometer.odometer-theme-default .odometer-digit {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
        .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
            display: inline-block;
            vertical-align: middle;
            visibility: hidden
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
        .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
            text-align: left;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
        .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
            display: block
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
        .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
            display: block;
            -webkit-backface-visibility: hidden
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-value,
        .odometer.odometer-theme-default .odometer-digit .odometer-value {
            display: block;
            -webkit-transform: translateZ(0)
        }

            .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
            .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
                position: absolute
            }

    .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s
    }

    .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em
}

    .odometer.odometer-auto-theme .odometer-value,
    .odometer.odometer-theme-default .odometer-value {
        text-align: center
    }

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .table > tbody {
        vertical-align: inherit;
    }

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}

    .scroll-to-top .visible {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .scroll-to-top .scroll-top-inner {
        opacity: 0;
        visibility: hidden;
    }

    .scroll-to-top .scroll-top-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
        -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
        transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    }

    .scroll-to-top .scroll-bar {
        width: 50px;
        height: 2px;
        margin-right: 10px;
        position: relative;
    }

        .scroll-to-top .scroll-bar:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: var(--theme-color);
        }

        .scroll-to-top .scroll-bar .bar-inner {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            background-color: currentColor;
        }

    .scroll-to-top .scroll-bar-text {
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 500ms ease;
        color: #999;
    }

        .scroll-to-top .scroll-bar-text:hover {
            transform: scale(1.1);
        }

header.main-header.header-style-one {
    position: absolute;
}

.c_primary {
    color: var(--theme-color);
}

.c_dark {
    color: #161837;
}

.c_dark2 {
    color: #000;
}

.fw_black {
    font-weight: 900;
}

.accordion-box .block {
    position: relative;
    background: #fff;
}

    .accordion-box .block .acc-btn {
        position: relative;
        cursor: pointer;
        padding: 24px 40px;
        transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
    }

    .accordion-box .block .icon-outer {
        position: relative;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        display: inline-block;
    }

        .accordion-box .block .icon-outer .icon {
            position: absolute;
            width: 28px;
            height: 28px;
            font-size: 16px;
            font-weight: 300;
            text-align: center;
            left: -7px;
        }

    .accordion-box .block .acc-content {
        position: relative;
        display: none;
    }

        .accordion-box .block .acc-content .content-text {
            padding-bottom: 6px;
        }

        .accordion-box .block .acc-content.current {
            display: block;
        }

    .accordion-box .block .content {
        position: relative;
        padding: 6px 40px 40px;
    }

        .accordion-box .block .content p:last-child {
            margin-bottom: 0px;
        }

.accordion-box.alt .block .acc-btn {
    padding: 0 0 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.accordion-box.alt .block {
    background: transparent;
}

    .accordion-box.alt .block .content {
        padding: 0;
        margin-bottom: 45px;
    }

    .accordion-box.alt .block .icon-outer {
        margin-right: 10px;
        top: -6px;
    }

.accordion-box.alt-2 .block .icon-outer {
    position: absolute;
    left: 0;
    font-size: 22px;
}

    .accordion-box.alt-2 .block .icon-outer .icon {
        font-size: 16px;
        font-weight: 700;
    }

.accordion-box.alt-2 .block .acc-btn {
    padding: 15px 0;
    padding-left: 25px;
}

.accordion-box .block .content {
    padding: 0;
    padding-left: 25px;
    margin-bottom: 25px;
}

.accordion-box.alt-2 .block .icon-outer .icon-minus {
    display: none;
}

.accordion-box.alt-2 .block .active .icon-outer .icon-plus {
    display: none;
}

.accordion-box.alt-2 .block .active .icon-outer .icon-minus {
    display: block;
}

.fun-fact-1-block {
    border-radius: 6px;
    border: 1px solid rgba(213, 213, 213, 0.7);
    padding: 17px 30px;
    margin-bottom: 20px;
}

.faq-section .text-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    color: #161837;
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: 16px;
}

.faq-section .accordion-box .block {
    border-bottom: 1px solid #a4a4a4;
}

    .faq-section .accordion-box .block .acc-btn {
        font-size: 20px;
        line-height: 30px;
        font-family: "new-order", sans-serif;
        font-weight: 500;
        padding: 14px 50px 17px 0px;
        color: #000000;
    }

    .faq-section .accordion-box .block .content {
        margin-bottom: 19px;
    }

    .faq-section .accordion-box .block .content {
        padding-left: 0px;
        padding-top: 0px;
    }

        .faq-section .accordion-box .block .content p {
            font-size: 18px;
            line-height: 26px;
            color: #444;
            margin-bottom: 12px;
        }

    .faq-section .accordion-box .block .acc-btn:before {
        position: absolute;
        content: '+';
        top: 15px;
        right: 20px;
        font-size: 24px;
    }

    .faq-section .accordion-box .block .acc-btn.active:before {
        content: '-';
    }

.faq-section .accordion-box {
    margin-left: 0;
    padding-left: 0;
    margin-top: 50px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    color: #161837;
    font-weight: 900;
}

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "new-order", sans-serif;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e51d22;
    padding: 18px 28px 14px 28px;
    transition: all 500ms ease;
}

    .theme-btn-one:hover {
        background: #000;
    }

    .theme-btn-one span {
        position: relative;
        display: inline-block;
        padding-right: 30px;
    }

        .theme-btn-one span:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-24.png);
            width: 20px;
            height: 20px;
            top: 2px;
            right: 0px;
            background-repeat: no-repeat;
        }

.header-style-15 {
    position: relative;;
    width: 100%;
}

    .header-style-15 .header-upper {
        position: relative;
        padding: 0px 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.08);
    }

    .header-style-15 .main-menu .navigation > li > a {
        color: #2a2a2a;
    }
        .header-style-15 .main-menu .navigation > li > a.menu-btn {
            padding-top: 9px !important;
        } 
          .header-style-15 .main-menu .navigation > li > a svg{
        margin-bottom:5px;
        margin-left:7px;
    }
            .header-style-15 .main-menu .navigation > li > a svg.urunara-icon {
                height: 23px;
                margin-left: 0 !important;
                margin-right: 7px;
            }
        .header-style-15 .main-menu .navigation > li > a svg.urunara-icon {
            height:23px;
            margin-left:0 !important;
            margin-right:7px;
        }
            .header-style-15 .main-menu .navigation > li > a.urunara-btn{
                padding-left: 8px !important;
            }
    .header-style-15 .main-menu .navigation > li > a svg *{
        stroke:#ffffff;
    }
        .header-style-15 .main-menu .navigation > li > a:before {
            display: none;
        }

    .header-style-15 .main-menu .navigation > li {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .header-style-15 button.theme-btn.search-toggler {
        border: transparent;
        font-size: 18px;
    }

    .header-style-15 .sticky-header {
        background: #ffffff;
    }

.about-style-three {
    position: relative;
    padding: 70px 0px;
    background-color: #ffffff;
}

    .about-style-three .content-box {
        position: relative;
        display: block;
        margin-right: 50px;
        margin-left: -50px;
    }

        .about-style-three .content-box .sec-title h2 {
            font-size: 54px;
            line-height: 70px;
            color: #2a2a2a;
            font-weight: 400;
        }

        .about-style-three .content-box .text-box p {
            line-height: 34px;
            color: #999999;
            margin-bottom: 39px;
            font-size: 26px;
        }

    .about-style-three .image-box {
        position: relative;
        display: block;
        padding-left: 156px;
        padding-bottom: 20px;
        margin-left: -4px;
    }

        .about-style-three .image-box .image-1 {
            position: relative;
            display: block;
            overflow: hidden;
        }

        .about-style-three .image-box .image-2 {
            position: absolute;
            left: 0px;
            bottom: 0px;
            border-top: 10px solid #fff;
            border-right: 10px solid #fff;
        }

        .about-style-three .image-box span {
            position: absolute;
            display: inline-block;
            left: 117px;
            top: 25px;
            font-size: 16px;
            line-height: 26px;
            font-family: "new-order", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 5px;
            color: #e51d22;
            writing-mode: vertical-lr;
            transform: rotate(-180deg);
        }

        .about-style-three .image-box img {
            width: 100%;
            transition: all 400ms ease;
        }

.working-section {
    position: relative;
}

    .working-section .inner-container {
        position: relative;
        padding: 114px 0px 122px 0px;
        border-bottom: 1px solid #dddddd;
    }

.working-block-one .inner-box {
    position: relative;
    display: block;
}

    .working-block-one .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 137px;
        height: 137px;
        line-height: 137px;
        background: #ffffff;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 33px;
    }

        .working-block-one .inner-box .icon-box img {
            height: 75px;
        }

        .working-block-one .inner-box .icon-box span {
            position: absolute;
            display: inline-block;
            right: -3px;
            bottom: 8px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            background: #e51d22;
            font-size: 20px;
            color: #fff;
        }

    .working-block-one .inner-box h3 {
        position: relative;
        display: block;
        font-size: 23px;
        line-height: 30px;
        color: #000000;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .working-block-one .inner-box p {
        position: relative;
        display: block;
        font-size: 19px;
        line-height: 26px;
        color: #444444;
        margin-bottom: 0px;
    }

.working-section .sub-title {
    margin-bottom: 17px;
}

.sidebar-contact-info h4 {
    margin-bottom: 35px;
}

.sec-title {
    margin-bottom: 35px;
}

.page-icerik h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
}

.page-icerik h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0;
}

.page-icerik h4 {
    font-size: 22px;
    line-height: 27px;
    margin: 20px 0;
}

.page-icerik h4 {
    font-size: 19px;
    line-height: 25px;
    margin: 20px 0;
}

.about-widget-two .about-widget-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #172b56;
    margin-bottom: 28px;
}

.sidebar-contact-info .sidebar-contact-info-title {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 37px;
    color: #172b56;
    font-weight: 700;
}

.sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "new-order", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #e51d22;
    padding-left: 40px;
    margin-bottom: 6px;
}

    .sub-title:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 2px;
        left: 0px;
        top: 12px;
        background: #e51d22;
    }

.about-style-four {
    position: relative;
    padding: 120px 0px 120px 0px;
}

    .about-style-four .content-box {
        position: relative;
        display: block;
    }

        .about-style-four .content-box h2 {
            position: relative;
            display: block;
            font-size: 45px;
            line-height: 53px;
            color: #161837;
            font-weight: 900;
            padding-bottom: 20px;
            margin-bottom: 34px;
        }

            .about-style-four .content-box h2:before {
                position: absolute;
                content: '';
                background: #000000;
                width: 70px;
                height: 2px;
                left: 0px;
                bottom: 0px;
            }

        .about-style-four .content-box p {
            position: relative;
            display: block;
            font-size: 19px;
            line-height: 28px;
            color: #444;
            margin-bottom: 45px;
        }

        .about-style-four .content-box .theme-btn-one {
            border-radius: 35px;
            padding: 14px 36px 13px 36px;
        }

    .about-style-four .video-inner {
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 152px 0px 151px 0px;
    }

        .about-style-four .video-inner:before {
            position: absolute;
            content: '';
            background: #000;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.1;
        }

        .about-style-four .video-inner .btn-box a {
            position: relative;
            display: inline-block;
        }

    .about-style-four .video-content {
        position: relative;
        margin-left: 35px;
    }

.faq-section.home-15,
.clients-section.home-15 {
    background: #f0f2f3;
}

    .faq-section.home-15 .inner-container {
        border-bottom: none;
        padding-bottom: 95px;
        padding-top: 29px;
    }

    .faq-section.home-15 .accordion-box .block {
        background: transparent;
    }

.footer-style-two.home-15 {
    background: #06142a;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul,
    .main-menu .navigation > li > .megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media (min-width:992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1150px;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1325px;
    }
    header.main-header.header-style-nine .auto-container {
        max-width: 100%;
        padding: 0 80px;
    }

    .banner-content-border {
        position: absolute;
        width: 1px;
        height: 222px;
        background-color: #adadad;
        top: 20px;
        left: -40px;
    }
}

@media (min-width: 1441px) {
    .contact-branches .swiper-wrapper {
        justify-content: center;
    }
}

@media only screen and (max-width: 7000px) {
    .page-wrapper {
        overflow: hidden;
    }
}



@media only screen and (max-width: 1500px) {
    .slider .slider-white-button p {
        font-size: 18px;
    }

    .header-style-three .contact-info-box2 {
        display: none !important;
    }

    .main-header.header-style-three .header-upper .right-column {
        flex-grow: inherit;
    }

    .main-header.header-style-three .theme-btn.search-toggler {
        margin-right: 20px;
    }

    a.project-2-btn {
        right: 0;
        width: 90px;
    }
}

@media only screen and (max-width: 1530px) {


    .contact .contact-branches .branche-item {
        padding: 40px 20px;
    }

        .contact .contact-branches .branche-item > span {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .contact .contact-branches .branche-item ul li a {
            font-size: 20px;
        }

        .contact .contact-branches .branche-item ul {
            max-width: 270px;
        }

    .contact .contact-map {
        height: 1000px;
    }

    .contact .contact-container .contact-info > span {
        font-size: 50px;
        margin-bottom: 50px;
    }

    .contact .contact-container .contact-info ul li a {
        font-size: 30px;
    }

    .contact .contact-container .contact-form {
        padding: 20px 50px 50px;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .contact .contact-container .contact-info {
        padding: 165px 60px 85px;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .contact .contact-container .contact-form .form-container p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1400px) {
    .main-menu .navigation > li:nth-last-child(-n+3) > ul > li > ul {
        left: auto;
        right: 100%;
    }

    .main-menu .navigation > li:nth-last-child(-n+2) > ul {
        left: auto;
        right: 0;
    }

        .main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
            left: auto;
            right: 100%;
        }

    .banner-style_2 h1 {
        font-size: 50px;
    }

    .header-link-btn {
        display: none;
    }

    .sidemenu-nav-toggler {
        display: none;
    }

    button.theme-btn.search-toggler {
        display: none;
    }
}
@media only screen and (min-width:1249px){
    .desktop-1250-gizle {
        display: none;
    }
}
@media only screen and (max-width:1250px) {
    .language {
        padding: 0 17px 0 22px !important;
    }
    .language-border {
        border-left:none !important;
        border-right: 1px solid #efefef;
    }
    .mobil-1250-gizle {
       display:none;
    }
    .mobile-nav-toggler img {
        margin-top: 5px;
        height:15px;
    }

  
    .slider .slider-white-button {
        max-width: 40vw;
    }

    .slider .slider-pagination {
        left: 60px;
    }

    .slider .slider-items .slider-link {
        display: flex;
    }

    .slider-item-wrapper .slider-text span {
        font-size: 22px;
    }

    .slider .swiper-slide {
        height: 625px;
        background-size: cover;
        padding: 0 24px;
    }

    .slider-button-next,
    .slider-button-prev {
        opacity: 1;
        height: auto;
        top: 34%;
        transform: translate(0px, -50%);
        width: auto;
        padding: 20px;
    }

        .slider-button-next svg,
        .slider-button-prev svg {
            display: block;
            height: auto;
            width: 15px;
        }

    .contact .contact-container {
        margin: 0 50px 70px;
    }

        .contact .contact-container .contact-info {
            padding: 65px 50px 50px;
            flex: 0 0 40%;
            max-width: 40%;
        }

        .contact .contact-container .contact-form {
            flex: 0 0 60%;
            max-width: 60%;
        }

        .contact .contact-container .contact-info > span {
            font-size: 27px;
            line-height:33px;
        }

        .contact .contact-container .contact-info ul li a {
            font-size: 25px;
            padding: 5px 0;
        }

    .contact .contact-branches {
        margin: -180px 50px 170px;
        gap: 20px;
    }

    .form-item textarea.form-control {
        height: 150px;
    }

    .form-item .form-control {
        padding: 0 20px 20px;
    }

    .contact .contact-container .contact-form .form-container button {
        font-size: 24px;
        padding: 8px 20px;
    }

    .pageBlogPage {
        min-height: 81px;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #23262c;
    }

    .about-style-three .image-box span {
        display: none;
    }

    .main-header .nav-outer .main-menu{
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .about-style-three .content-box {
        margin: 0px;
    }
}

@media only screen and (max-width:991px) {
    .main-header .sticky-header .header-upper .logo-box .logo {
        padding: 10px 0px;
    }
    /*.header-style-15.fixed-header {
        position: fixed;
        background-color: #ffffff;
        opacity: 1;
        z-index: 99901;
        visibility: visible;

    }*/
  

    .sidebar .widget {
        margin-top: 35px;
    }

    .blog_details .blog-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    .blog_details h2 {
        width: 100%;
        font-size: 25px;
        line-height: 33px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details h3 {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details h4 {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details h5 {
        width: 100%;
        font-size: 20px;
        line-height: 27px;
        font-weight: 700;
        margin: 20px 0;
    }

    .blog_details p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }

    .masglobal-section {
        padding: 40px 0;
    }

    .page-icerik p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }
    .page-icerik ul li {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }

    .referanslar ul li img {
        height: 125px;
    }

    .faq-section .accordion-box {
        margin-left: 0px;
    }

    .working-block-one .inner-box {
        margin-bottom: 30px;
    }

    .faq-section .text-box h3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .contact .contact-container {
        display: block;
        margin: 0 32px 70px;
    }

        .contact .contact-container .contact-info {
            max-width: 100%;
            padding: 35px;
            margin-top: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .contact .contact-container .contact-form {
            max-width: 100%;
            padding: 35px;
        }

        .contact .contact-container .contact-info > span {
            margin-bottom: 50px;
        }

        .contact .contact-container .contact-info ul {
            flex-direction: row;
        }

            .contact .contact-container .contact-info ul li {
                flex: 1 0 calc(100% - 12px);
            }

    .contact .contact-branches {
        margin: -180px 32px 110px;
    }

        .contact .contact-branches .branche-item > span {
            font-size: 24px;
        }

    .referanslar ul li {
        width: 25%
    }

    .about-style-three .content-box {
        margin-bottom: 45px;
    }

    .auto-container {
        max-width: 700px;
    }

    .page-title h1 {
        font-size: 35px;
        line-height: 43px;
    }

    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3rem;
    }

    .about-style-three .content-box {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width:767px) {
    .referanslar ul li img {
        height: 135px;
    }

    .referanslar ul li {
        width: 33.33%;
    }

    .sec-title h2,
    .funfact-section .sec-title h2,
    .about-style-four .content-box h2 {
        font-size: 34px !important;
        line-height: 44px !important;
    }

    .header-style-15 .header-upper {
        padding: 0px 30px;
    }

    .main-header .support-box {
        display: none;
    }

    .scroll-to-top {
        right: -35px;
    }

  
   
    .slider-items {
        padding-top: 50px;
    }

    .slider-text p {
        max-width: 100%;
        margin-top: 10px;
        font-size: 25px;
    }

    .slider-text span {
        opacity: 1;
        font-size: 40px;
    }

    .slider-text {
        text-align: center;
    }

    .slider .slider-items {
        flex-direction: column;
        justify-content: end;
        align-items: center;
        gap: 40px;
        padding: 0 24px;
        margin: -50px 0 0;
        position: relative;
        z-index: 1;
    }

    .slider .swiper-slide {
        height: 80%;
        width: 100%;
    }

    .slider-link {
        display: flex;
        flex-direction: column;
    }

    .slider .slider-white-button {
        max-width: 100%;
    }

    .slider .slider-red-button {
        max-width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }

    .slider .swiper-slide {
        padding: 0;
        background: #0c2967;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .slider .slider-items {
        gap: 0;
    }

    .slider-items-line {
        opacity: 0;
    }

    .slider .swiper-slide .slider-item-wrapper {
        height: auto;
        flex: 1;
        padding-top: 0;
        position: absolute;
        bottom: 60px;
        width: 100%;
    }

    .slider .slider-pagination {
        flex-direction: inherit;
        gap: 5px;
        left: 50%;
        bottom: 80px;
        transform: translate(-50%, 0);
    }

    .slider .swiper-wrapper {
        background: #27272d;
    }

    .slider .slider-white-button span {
        margin-top: 18px;
    }

    .slider .slider-red-button span {
        margin-top: 18px;
    }

    .slider .swiper-slide .slider-image {
        position: relative;
        z-index: 1;
        height: 375px;
    }

    .slider-button-next,
    .slider-button-prev {
        top: 35vw;
    }

    .slider .swiper-slide .slider-image:after {
        opacity: 1;
        left: 0;
        width: 100%;
        height: 180px;
        top: auto;
        background: linear-gradient(to top, #27272d, #00000000);
        bottom: 0;
    }

    .reply-comment.ml_100 {
        margin-left: 20px;
    }

    .about-style-three .content-box .text-box p {
        line-height: 27px;
        color: #999999;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .about-style-three .content-box .sec-title h2 {
        margin-bottom: 25px;
    }

    .about-style-three {
        position: relative;
        padding: 30px 0px;
        background-color: #ffffff;
    }

    .theme-btn-one {
        font-size: 14px;
        line-height: 23px;
        font-weight: 600;
    }

    .masglobal-section {
        padding: 60px 0;
    }

    .mobile-nav-toggler img {
        margin-top: 7px;
        height: 15px;
    }
}

@media only screen and (max-width: 599px) {
    .project-section .outer-container {
        padding: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .slider .slider-pagination {
        bottom: 110px;
    }

    .banner-ten-text,
    .banner-ten-text2 {
        padding-left: 30px;
    }

    .project-2-wrap h2 {
        font-size: 20px;
    }

    .project-1-row.alt {
        column-count: 1;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .fs_176 {
        font-size: 60px;
    }

    p.fs_22 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

        p.fs_18 {
            font-size: 16px;
        }

    .testimonials-1-top-content {
        padding-left: 30px;
        padding-right: 30px;
    }


    .project-2-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .text-block-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bnox_75 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-info-box2.d-flex {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 465px) {
    .referanslar ul li img {
        height: 115px;
    }

    .referanslar ul li {
        width: 50%;
    }

        .referanslar ul li img {
            padding: 4px 7px
        }

    .referanslar ul li {
        width: 50%
    }

        .referanslar ul li small {
            font-size: 13px;
            line-height: 17px;
            padding-top: 10px
        }
}

@media only screen and (max-width:445px) {
    .banner-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .masglobal-section {
        padding: 35px 0;
    }

    .slider .slider-pagination {
        top: 55vw;
    }

    .slider .swiper-slide .slider-image {
        position: relative;
        z-index: 1;
    }
    .slider .swiper-wrapper {
    }

    .slider-item-wrapper .slider-text span {
        font-size: 18px;
    }

    .slider-item-wrapper .slider-text p span {
        font-size: 18px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 400px) {
    .scroll-to-top {
        display: none;
    }
}

@media only screen and (max-width:385px) {
    .slider .slider-pagination {
        bottom: 120px;
    }

    .slider .swiper-slide .slider-image {
        position: relative;
        z-index: 1;
        height: 113vw;
    }
}
@media only screen and (max-width:365px) {
    .main-header .header-upper .logo-box .logo img {
        height: 50px;
    }

    .header-style-eight .mobile-nav-toggler, .nav-outer .mobile-nav-toggler {
        width: 35px;
        height: 35px;
    }

    .mobile-nav-toggler img {
        margin-top: 0px;
        height: 15px;
    }
}
@media only screen and (max-width:345px) {
    .main-header .header-upper .logo-box .logo img {
        height: 45px;
    }
  
    .slider .slider-pagination {
        top: 73vw;
    }

    .slider .swiper-slide .slider-image {
        position: relative;
        z-index: 1;
        height: 127vw;
    }
}
/* Home-Information */
.home-information {padding: 75px 70px 80px;position: relative;margin: 75px 80px 35px 80px;max-width: 100%;}
.home-information:before {content: "";position: absolute;top: 0;bottom: 0;left: 0px;right: 0px;border: 7px solid #EDEDF6;border-radius: 30px;}
.home-information .information-content { display: flex;}
.home-information .nav-tabs .nav-item {width: 50%;overflow: hidden;position: relative;transition: .4s;border-radius: 20px;}
.home-information .nav-tabs .nav-item .nav-link {display: flex;
    min-height: 280px;
    border: initial !important;
    background: #f9f9f9;
    padding: 30px;}
.home-information .nav-tabs .nav-item .nav-link .card-img svg {fill: #9797a3;transition: .4s;}
.home-information .nav-tabs .nav-item .nav-link .card-text {font-weight: 600 !important;font-size: 19px !important;letter-spacing: -0.04em;line-height: 25px;color: #9797a3;max-width: 124px;transition: .4s;}
.home-information .nav-tabs .nav-item .nav-link .card-number {position: absolute;font-weight: 700;font-size: 125px !important;letter-spacing: -0.04em;color: #CDCDD1;background: #d4d4db;width: 390px;height: 310px;border-radius: 270px;overflow: hidden;transition: .4s;user-select: none;}
.home-information .information-content .tab-content {width: 570px;margin-left: 180px;display: flex;flex-direction: column;justify-content: center; position:relative; z-index:1;}
    .home-information .information-content .nav-tabs {
        width: 585px;
        border-bottom: initial;
    }
    .home-information .information-content .nav-tabs .nav-item {
        width: 48%;
    }
.home-information .information-content .nav-tabs .nav-item:nth-child(2), .home-information .information-content .nav-tabs .nav-item:nth-child(4) {margin-left: 4%;}
.home-information .information-content .nav-tabs .nav-item:nth-child(3), .home-information .information-content .nav-tabs .nav-item:nth-child(4) {margin-top: 20px;}
.home-information .nav-tabs .nav-item .nav-link.card-1 .card-number {right: -230px;bottom: -170px;}
    .home-information .nav-tabs .nav-item .nav-link.card-1 .card-number span {
        right: -36px;
        bottom: -105px;
    }
.home-information .nav-tabs .nav-item .nav-link .card-number span { position: relative; }
.home-information .nav-tabs .nav-item .nav-link.card-2 .card-number {left: -230px;bottom: -170px;}
    .home-information .nav-tabs .nav-item .nav-link.card-2 .card-number span {
        right: -218px;
        bottom: -105px;
    }
.home-information .nav-tabs .nav-item .nav-link.card-3 .card-number {right: -230px;top: -160px;}
    .home-information .nav-tabs .nav-item .nav-link.card-3 .card-number span {
        right: -15px;
        bottom: -263px;
    }
.home-information .nav-tabs .nav-item .nav-link.card-4 .card-number {left: -230px;top: -160px;}
.home-information .nav-tabs .nav-item .nav-link.card-4 .card-number span {right: -210px;bottom: -263px;}
.home-information .nav-tabs .nav-item .nav-link .card-img { width: initial; margin-right: 15px; }
.home-information .nav-tabs .nav-item .nav-link.card-2 { flex-direction: row-reverse; justify-content: space-between; }
.home-information .nav-tabs .nav-item .nav-link.card-3 { align-items: flex-end; }
.home-information .nav-tabs .nav-item .nav-link.card-4 { align-items: flex-end; flex-direction: row-reverse; justify-content: space-between; }
.home-information .nav-tabs .nav-item .nav-link.card-2 .card-img, .home-information .nav-tabs .nav-item .nav-link.card-4 .card-img {margin-right: 0;}
.home-information .nav-tabs .nav-item .nav-link.card-2 .card-text { margin-top: 10px; }
.home-information .nav-tabs .nav-item .nav-link:hover .card-text { color: #e51d22; }
.home-information .nav-tabs .nav-item .nav-link:hover .card-number { background: #e51d22; color: #e7887c; }
.home-information .nav-tabs .nav-item .nav-link:hover .card-img svg { fill: #e51d22; }
.home-information .nav-tabs .nav-item .nav-link.active .card-text { color: #e51d22; }
.home-information .nav-tabs .nav-item .nav-link.active .card-number { background: #e51d22; color: #e7887c; }
.home-information .nav-tabs .nav-item .nav-link.active .card-img svg { fill: #e51d22; }
.home-information .nav-tabs .nav-item:hover { box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.16); }
.home-information .nav-tabs .nav-item.active { box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.16); }
.home-information .tab-content .tab-pane .content-title {font-weight: 600 !important;font-size: 18px !important;letter-spacing: 0.15em;line-height: 33px;color: #bbbfc3;padding-left: 85px;position: relative;margin-bottom: 10px;}
.home-information .tab-content .tab-pane .content-title:before {content: "";position: absolute;left: 10px;top: 50%;transform: translateY(-50%);width: 50px;height: 1px;background: #bbbfc3;}
.home-information .tab-content .tab-pane .text-title {font-weight: 600 !important;font-size: 40px !important;letter-spacing: -0.04em;line-height: 64px;color: #1a2746;}
.home-information .tab-content .tab-pane .text {font-weight: normal;font-size: 16px !important;line-height: 24px !important;color: #4a4f58;margin-bottom: 40px;}
    .home-information .tab-content .tab-pane .text p {
       margin-bottom:20px;
    }

.home-information .tab-content .tab-pane .link {font-size: 17px !important;font-weight: 600 !important;letter-spacing: 0.1em;line-height: 75px;color: #002876;transition: .4s;} .home-information .tab-content .tab-pane .link svg {margin-left: 5px;border: 1px solid #002876;width: 40px;border-radius: 35px;height: 30px;padding: 7px 0;fill: #002876;transition: .4s;}
.home-information .tab-content .tab-pane .link:hover { color: red; }
.home-information .tab-content .tab-pane .link:hover { color: #00143a; }
.home-information .tab-content .tab-pane .link:hover svg {fill: #f2f2fc;background: #002876;transform: translateX(5px);}

@media only screen and (max-width: 1450px){
    .home-information {
        margin: 75px auto 35px;
        max-width: 90%;
        padding: 75px 25px 80px;
    }
        .home-information .information-content .tab-content {
            margin-left: 70px;
        }

    .home-information .nav-tabs .nav-item .nav-link {
        display: flex;
        min-height: 252px;
        border: initial !important;
        background: #f9f9f9;
        padding: 30px;
    }
}

@media only screen and (max-width: 1200px){
    .home-information .tab-content .tab-pane .text p {
       font-size:15px; line-height:21px;
    }
  .home-information { padding: 75px 30px 80px;}
  .home-information .nav-tabs .nav-item { width: 44%;}
  .home-information .nav-tabs .nav-item .nav-link { min-height: 210px; padding: 15px;}
  .home-information .nav-tabs .nav-item .nav-link .card-img svg { width: 55px; height: 82px;}
  .home-information .nav-tabs .nav-item .nav-link .card-text {font-size: 19px !important;}
  .home-information .nav-tabs .nav-item .nav-link .card-number {font-size: 100px !important;}
  .home-information .nav-tabs .nav-item .nav-link.card-1 .card-number { right: -260px; bottom: -190px;}
    .home-information .nav-tabs .nav-item .nav-link.card-1 .card-number span {
        right: -38px;
        bottom: -89px;
    }
  .home-information .nav-tabs .nav-item .nav-link.card-2 .card-number { left: -250px; bottom: -190px;}
    .home-information .nav-tabs .nav-item .nav-link.card-2 .card-number span {
        right: -240px;
        bottom: -94px;
    }
  .home-information .nav-tabs .nav-item .nav-link.card-3 .card-number { right: -260px; top: -180px;}
    .home-information .nav-tabs .nav-item .nav-link.card-3 .card-number span {
        right: -17px;
        bottom: -215px;
    }
  .home-information .nav-tabs .nav-item .nav-link.card-4 .card-number { left: -250px; top: -180px;}
    .home-information .nav-tabs .nav-item .nav-link.card-4 .card-number span {
        right: -248px;
        bottom: -213px;
    }
  .home-information .information-content .tab-content{ width: 570px; margin-left: 30px;}
  .home-information .tab-content .tab-pane .content-title {margin-bottom: 20px;font-size: 18px !important;}
  .home-information .tab-content .tab-pane .text-title {font-size: 32px !important;}
  .home-information .tab-content .tab-pane .text {font-size: 15px !important;margin-bottom: 30px;}
}

@media only screen and (max-width: 991px){
  .home-information { margin: 0px auto 15px;}
  .home-information:before { display: none;}
  .home-information .information-content { flex-direction: column;}
  .home-information .information-content .nav-tabs { width: 100%;}
  .home-information .information-content .nav-tabs .nav-item { width: 48%;}
  .home-information .nav-tabs .nav-item .nav-link { min-height: 160px; justify-content: initial !important; align-items: initial !important; flex-direction: initial !important;}
  .home-information .nav-tabs .nav-item .nav-link .card-img { margin-right: 15px !important;}
  .home-information .nav-tabs .nav-item .nav-link .card-number { right: -260px !important; bottom: -190px !important; left: initial !important; top: initial !important;}
    .home-information .nav-tabs .nav-item .nav-link .card-number span {
        right: -25px !important;
        bottom: -75px !important;
        top: initial !important;
        left: initial !important;
    }
  .home-information .information-content .tab-content { margin-left: initial; margin-top: 60px; padding-right: 95px; width: 100%;}
}

@media only screen and (max-width: 767px){
  .home-information {padding: 15px 0 10px;margin: 10px auto 35px;}
  .home-information:before { display: none;}
  .home-information .information-content .tab-content {margin-top: 20px;padding-right: initial;}
  .home-information .nav-tabs .nav-item .nav-link {min-height: 140px;padding: 10px 20px 10px 0;}
    .home-information .nav-tabs .nav-item .nav-link .card-img svg {
        width: 53px;
        height: 70px;
        margin-left: 13px;
    }
    .home-information .nav-tabs .nav-item .nav-link .card-text {
        line-height: 18px;
        font-size: 14px !important;
        margin-top: 15px;
    }
  .home-information .nav-tabs .nav-item .nav-link .card-number {right: -300px !important;bottom: -230px !important;font-size: 45px !important;}
    .home-information .nav-tabs .nav-item .nav-link .card-number span {
        right: -37px !important;
        bottom: -51px !important;
    }
  .home-information .tab-content .tab-pane .content-title { margin-bottom: 0; font-size: 14px; padding-left: 55px;}
  .home-information .tab-content .tab-pane .content-title:before { width: 30px;}
  .home-information .tab-content .tab-pane .text-title { font-size: 25px; line-height: 44px;}
  .home-information .tab-content .tab-pane .text { font-size: 13px; margin-bottom: 0;}
  .home-information .tab-content .tab-pane .link { font-size: 13px;}
  .home-information .tab-content .tab-pane .link svg { width: 29px; height: 22px; padding: 4px 0; margin-left: 10px;}
  .home-information .nav-tabs .nav-item .nav-link .card-img { margin-right: 10px !important;}
}
@media only screen and (max-width:370px){
    .home-information .nav-tabs .nav-item .nav-link .card-text {
        line-height: 19px;
        font-size: 14px !important;
        margin-top: 15px;
        position: absolute;
        top: 70px;
        margin-left: 12px;
        padding-right: 35px;
    }

}
@media only screen and (max-width: 319px){
  .home-information .nav-tabs .nav-item .nav-link { padding: 10px;}
  .home-information .nav-tabs .nav-item .nav-link .card-number { right: -290px !important; bottom: -230px !important; font-size: 55px}
  .home-information .nav-tabs .nav-item .nav-link .card-number span { right: -46px !important; bottom: -22px !important;}
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.home-information .container{
    max-width:100%;
}
/* Home-Products */
.home-products {padding: 75px 70px 10px;position: relative;margin: 0 80px 40px 80px;max-width: 100%;}
.home-products:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;border: 7px solid #EDEDF6;border-radius: 30px;}
.home-products .products { display: flex; flex-wrap: wrap; position:relative; z-index:1; margin-bottom:55px; }
.home-products .products .first-box .title {font-weight: 600 !important;font-size: 34px !important;letter-spacing: -0.04em;line-height: 38px;color: #1a2746;margin-bottom: 15px;}
.home-products .products .first-box .explantion {font-weight: 500 !important;font-size: 16px !important;line-height: 21px;color: #64686f;margin-bottom: 15px;}
.home-products .products .first-box .link {font-weight: 600 !important;font-size: 17px !important;letter-spacing: 0.1em;line-height: 35px;color: #9898a8;transition: .4s;}
.home-products .products .first-box .link svg { border: 1px solid #9898A8; fill: #9898A8; width: 31px; height: 22px; padding: 4px 0; border-radius: 30px; margin-top: -4px; transition: .4s; }
.home-products .products .first-box .link:hover { color: #5e5e67; }
.home-products .products .first-box .link:hover svg {fill: #fff;background: #5e5e67;border: 1px solid #5e5e67;transform: translateX(5px);}
.home-products .products .box .single-box { display: flex; align-items: flex-end; background-repeat: no-repeat; background-size: cover; background-position: center; height: 282px; padding: 33px; position: relative; margin-bottom: 55px; border-radius: 10px; }
.home-products .products .box .single-box:before {content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;transition: .4s;opacity: 1;border-radius: 10px;mix-blend-mode: color;}
.home-products .products .box .single-box:after {content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;transition: .4s;opacity: .5;border-radius: 10px;z-index: 1;}
.home-products .products .box:hover:before {/* background: #e51d22; *//* mix-blend-mode: normal; *//* opacity: .5; */}
.home-products .products .box:hover:after { background: #e51d22; }
.home-products .products .box .hover-arrow {position: absolute;right: -15px;transition: .4s;opacity: 0;z-index: 9;}
.home-products .products .box .hover-arrow svg { border: 3px solid #fff; fill: #fff; background: #e51d22; width: 45px; height: 32px; padding: 7px 0; border-radius: 30px; transition: .4s; }
.home-products .products .box:hover .hover-arrow {opacity: 1;}
.home-products .products .box .product-name {font-weight: 600 !important;font-size: 21px !important;letter-spacing: -0.04em;line-height: 26px;color: #fff;position: relative;z-index: 2;}
.home-products .products .box .product-name > span { display: inline-block; margin-right: 8px; }
.first-box{
    margin-bottom:20px;
}
@media only screen and (max-width: 1500px){
  .home-products .products
  .home-products .products .box { flex: 0 0 25%;}
}

@media only screen and (max-width: 1450px){
    .home-products .products .box {
        flex: 0 0 25%;
        padding: 0 15px;
    }
  .home-products { margin: 0 auto 110px; max-width: 90%;}
}

@media only screen and (max-width: 1200px){
  .home-products .products .box { flex: 0 0 33.3%;}
}

@media only screen and (max-width: 991px){
    /*.home-products .swiper-slide{
        width:375px !important;
    }*/
  .home-products { padding: 15px 0 10px;}
  .home-products:before { display: none;}
  .home-products .products .swiper-container {padding-right: 175px;}
  .home-products .products .first-box {display: flex; flex-direction: column; justify-content: center;}
  .home-products .products .first-box .title {font-size: 34px !important;margin-bottom: 20px;}
  .home-products .products .first-box .explantion {font-size: 15px !important;}
  .home-products .products .link {font-weight: 600;font-size: 17px;letter-spacing: 0.1em;line-height: 75px;color: #9898a8;transition: .4s;}
  .home-products .products .link svg { margin-left: 10px; border: 1px solid #9898A8; fill: #9898A8; width: 31px; height: 22px; padding: 4px 0; border-radius: 30px; margin-top: -4px; transition: .4s; }
  .home-products .products .link:hover { color: #5e5e67; }
  .home-products .products .link:hover svg {fill: #fff;background: #5e5e67;border: 1px solid #5e5e67;transform: translateX(5px);}
  .home-products .products .slider-container { display: flex; flex-wrap: nowrap; overflow: hidden; margin-left: 25px; flex: 0 0 55%;}
  .home-products .products .slider-container .box { min-width: 280px; width: 280px; }
}

@media only screen and (max-width: 767px){
  .home-products {padding: 10px 0;margin: 0 0 10px 0;max-width: 100%;}
  .home-products .container { padding: 0;}
  .home-products .products { flex-wrap: wrap;}
  .home-products .products .box {  flex: 0 0 33.33%}
  .home-products .products .first-box {margin-bottom: 0;padding: 0 0;}
  .home-products .products .first-box .title {font-size: 27px !important;margin-bottom: 0;line-height: 33px;}
  .home-products .products .swiper-container {padding-left: 0; padding-right: 55px;}
    .home-products .products .box .single-box {
        display: flex;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 227px;
        padding: 33px;
        position: relative;
        margin-bottom: 15px;
        border-radius: 10px;
    }
}

.home-products .container{
    width:100%;
    max-width:100%;
}
@media only screen and (max-width:685px){
    .home-products .products .box {
        flex: 0 0 50%
    }
}
.bg-title {
    background: #eff0f3;
}

/* Ürünler  */
.page.products { padding: 90px 0 70px;}
.page.products .container { max-width: 100%; padding:0 115px;}
.page.products .col-6 {padding: 0 15px;}
.page.products .card {margin-bottom: 35px !important;border-radius: 10px;border: initial;}
.page.products .card .box {background-repeat: no-repeat;background-size: cover;background-position: center;margin-left: 2.5%;min-height: 330px;padding: 33px;display: flex;align-items: flex-end;position: relative;border-radius: 10px;}
.page.products .card .box:hover {box-shadow: 1px 5px 7px 1px rgba(0,0,0,0.16);}
.page.products .card .box:before {/* content: ""; */position: absolute;left: 0;right: 0;bottom: 0;top: 0;background: #9999aa;transition: .4s;opacity: 1;border-radius: 10px;mix-blend-mode: color;}
.page.products .card .box:after {content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;background: linear-gradient(to top, #051b32, transparent);transition: .4s;opacity: .5;border-radius: 10px;z-index: 1;}
.page.products .card .box:hover:before {/* background: #e51d22; *//* mix-blend-mode: normal; *//* opacity: .5; */}
.page.products .card .box:hover:after {
}
.page.products .card .box:nth-child(5n + 1) { margin-left: 0; }
.page.products .card .box .hover-arrow {position: absolute;right: -20px;transition: .4s;opacity: 0;z-index: 9;}
.page.products .card .box .hover-arrow svg {border: 3px solid #fff;fill: #fff;background: #343434;width: 50px;height: 36px;padding: 7px 0;border-radius: 30px;transition: .4s;}
.page.products .card .box:hover .hover-arrow {opacity: 1;}
.page.products .card .box .product-name {font-weight: 600 !important;font-size: 25px !important;letter-spacing: -0.04em;line-height: 26px;color: #fff;position: relative;z-index: 2;}
.page.products .card .box .product-name > span {
    display: inline-block;
    margin-right: 8px;
}
@media only screen and (max-width:1299px){
    .page.products .card .box {
        min-height: 245px;
    }
    .page.products .card {
        margin-bottom: 25px !important;
    }
}
@media only screen and (max-width: 1199px){
    .main-header .header-upper .logo-box .logo img {
        padding: 5px 0;
    }
  .page.products .col-6 { padding: 0 15px;}
}

@media only screen and (max-width: 767px){
  .page.products { padding: 60px 10px 0;}
}







/* Ürün */
.page.product.search-products { padding-top: 95px;}
.page.product.search-products .product-group { padding: 105px 130px 125px 130px;}
.page.product .products-top { position: relative; }
.page.product .products-top .main-title {font-weight: 600 !important;font-size: 72px !important;line-height: 78px;color: #fff;text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);text-align: center;padding: 160px 0;user-select: none;margin-left: auto;margin-right: auto;width: 1050px;}
.page.product .products-top .background-image {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;user-select: none;}
.page.product .products-top .background-image img {width: 100%;height: 100%;object-fit: cover;}
.page.product .product-group {background: #F2F2FB;border-top-right-radius: 25px;border-top-left-radius: 25px;box-shadow: 0px -39px 40px rgba(0, 0, 0, 0.08);padding: 95px 130px 125px 130px;/* display: flex; *//* flex-wrap: wrap; */}
.page.product .product-group p,
.page.product .product-group span {
    font-size: 16px;
    color: #555;
    font-weight: normal !important;
}

.page.product .product-group .product {flex: 0 0 23%;min-height: 345px;margin-bottom: 65px;border-radius: 10px;transition: .4s;}
.page.product .product-group .product + .product {margin-left: 2.6%;}
.page.product .product-group .product .product-content { background: #FCFCFF; position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0px 15px 10px rgba(214, 214, 232, 0.3); transition: .4s; border: 1px solid #fff0; width: 100%; height: 100%; }
.page.product .product-group .product .product-content:before {content: "";background: #fff;position: absolute;left: -20px;top: -30px;width: 130px;height: 130px;border-radius: 70px;transition: 0.4s;}
.page.product .product-group .product:hover .product-content:before {width: 120%;height: 120%;}
.page.product .product-group .product:nth-child(4n + 1) { margin-left: 0; }
.page.product .product-group .product .product-info {position: absolute;bottom: 0px;}
.page.product .product-group .product .product-logo { max-width: 53px; max-height: 43px; position: relative; z-index: 1; margin-top: 28px; margin-left: 30px; }
.page.product .product-group .product .product-logo svg {fill: #A2A2BE; stroke: #A2A2BE; transition: .4s;}
.page.product .product-group .product:hover .product-logo svg { fill: #007FD3; stroke: #007FD3; }
.page.product .product-group .product .pdf-logo {padding: 0 35px;margin-bottom: 5px;transition: .4s;}
.page.product .product-group .product .pdf-logo svg { fill: #CACAD5; }
.page.product .product-group .product .product-name {font-weight: 600 !important;font-size: 20px !important;letter-spacing: -0.04em;line-height: 36px;color: #1a2746;padding: 0 35px;margin-bottom: 15px;transition: .4s;}
.page.product .product-group .product .product-explantion {font-weight: normal;font-size: 16px !important;line-height: 22px;color: #555;padding: 0 35px;transition: .4s;margin-bottom: 25px;}
.page.product .product-group .product .product-explantion p {font-size: 16px !important;}
.page.product .product-group .product .product-explantion p span {font-size: 16px !important;}
.page.product .product-group .product .download-link {display: flex;align-items: center;justify-content: center;position: relative;margin-top: -20px;transition: .4s;opacity: 0;}
.page.product .product-group .product .download-link p {font-weight: 600 !important;font-size: 18px !important;letter-spacing: 0.1em;color: #e2574c;margin-bottom: 0;}
.page.product .product-group .product .download-link svg { border: 1px solid #e2574c; fill: #e2574c; padding: 7px 7px; border-radius: 35px; width: 35px; height: 25px; margin-left: 15px; transition: .4s; }
.page.product .product-group .product .download-link:before {content: "";background: #E8E8F3;width: 0;height: 1px;position: absolute;top: -20px;transition: .4s;}
.page.product .product-group .product .download-link:hover svg { background: #e2574c; fill: #fff; }
.page.product .product-group .product:hover .product-content {transform: translateY(-40px);box-shadow: 0px 15px 25px rgba(172, 172, 195, 0.65);border: 1px solid #007FD3;}
.page.product .product-group .product.pdf-item:hover .pdf-logo { opacity: 0; }
.page.product .product-group .product:hover .download-link {opacity: 1;transform: translateY(-30px);}
.page.product .product-group .product.pdf-item:hover .product-name { transform: translateY(-60px); }
.page.product .product-group .product.pdf-item:hover .product-explantion { transform: translateY(-60px); }
.page.product .product-group .product:hover .download-link:before { width: 225px; }


@media only screen and (max-width: 1700px){
  .page.product .product-group { padding: 95px 30px 125px 30px;}
}

@media only screen and (max-width: 1500px){
  .page.product .product-group { padding: 95px 50px 125px 50px;}
  .page.product .product-group .product { flex: 0 0 31.5%;}
  .page.product .product-group .product:nth-child(4n + 1) { margin-left: 2.6%;}
  .page.product .product-group .product:nth-child(3n + 1) { margin-left: 0;}
  .page.product .products-top .background-image img {}
  .page.product .products-top .background-image {top: initial;left: -80px;right: -80px;}
  .page.product .products-top .main-title {font-size: 53px !important;}
  .page.product .products-top .main-title {padding: 0px 20px;margin-top: 0;width: inherit;height: 300px;display: flex;justify-content: center;align-items: center;}
}

@media only screen and (max-width: 991px){
  .page.product .products-top .background-image { left: -180px; right: -180px;}
  .page.product .products-top .main-title {font-size: 49px !important;line-height: 55px;}
  .page.product .product-group .product { flex: 0 0 48.5%;}
  .page.product .product-group .product:nth-child(3n + 1) { margin-left: 2.6%;}
  .page.product .product-group .product:nth-child(2n + 1) { margin-left: 0;}
}

@media only screen and (max-width: 767px){
  .page.product .products-top .main-title {padding: 0px 20px;font-size: 28px !important;text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.644);margin-top: 30px;line-height: 35px;width: initial;height: 200px;}
  .page.product .product-group { padding: 60px 0; background: initial; border-radius: 0; box-shadow: none;}
  .page.product .product-group .product { flex: 0 0 100%; margin-left: 0 !important;}
  .page.product .product-group .product:hover .product-content { transform: translateY(0);}
  .page.product .product-group .product .product-content:before { width: 120%; height: 120%;}
  .page.product .product-group .product .pdf-logo { display: none;}
  .page.product .product-group .product .product-logo svg { fill: #007FD3; stroke: #007FD3;}
  .page.product .product-group .product .product-name { transform: translateY(-60px);}
  .page.product .product-group .product .product-explantion { transform: translateY(-60px);}
  .page.product .product-group .product .download-link { opacity: 1; transform: translateY(-30px);}
  .page.product .product-group .product .download-link:before { width: 225px;}
}
@media only screen and (max-width:1199px){
    .header-style-15 .header-upper {
        position: relative;
        padding: 0px 55px;
    }
    .page-title .container {
        position: relative;
        max-width: 100%;
        padding: 0 55px;
    }
    .page.products .container {
        max-width: 100%;
        padding: 0 55px;
    }
    .project-details .container {
        max-width: 100%;
        padding: 0 55px;
    }
}
@media only screen and (max-width:991px) {
    .home-products .products .box {
        padding: 0 8px;
    }
    .home-products .container {
        padding: 0 15px;
    }
    .header-style-15 .header-upper {
        position: relative;
        padding: 0px 15px;
    }

    .page-title .container {
        position: relative;
        max-width: 100%;
        padding: 0 15px;
    }

    .page.products .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 991px) {
    .breadcrumb {
        padding: 0 0;
    }
    .page.products .card .box .product-name > span {
        display: inline-block;
        margin-right: 0;
    }
    .page.products .card {
        margin-bottom: 10px !important;
    }
    .page.products .col-6 {
        padding: 0 5px;
    }
    .page.products .card .box .product-name > span {
        display: inline-block;
        margin-right: 0;
    }
    .page.products .card .box .product-name {
        font-weight: 600 !important;
        font-size: 20px !important;
        letter-spacing: -0.04em;
        line-height: 27px;
        color: #fff;
        position: relative;
        text-align:center;
        z-index: 2;
        width:100%;
    }
    .page.products .card .box {
        min-height: 205px;
    }
    .title-first h1 {
        font-size: 27px;
    }
}


.urunara-btn {
    background: #1a1a18 !important;
    border: #1a1a18 !important;
    padding: 5px 15px 3px !important;
    margin-right: 20px;
    border-radius: 7px;
    color: #ffffff !important;
    line-height: inherit !important;
}
.teklifal-btn {
    background: #e51d22 !important;
    border: #e51d22 !important;
    padding: 5px 15px 3px !important;
    margin-right: 0;
    border-radius: 7px;
    color: #ffffff !important;
    line-height: inherit !important;
}
.borderleft-menu {
    border-left: 1px solid #efefef;
    margin-left:0;
    padding-left:25px !important;
    margin-right:10px !important;
}
.language {
    padding: 0 30px 0 22px;
    height: auto;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.language a {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.language-border {
    border-left: 1px solid #efefef;
}
    .language a .language-border {
        width: 50px;
        height: 26px;
        border-radius: 13px;
        background: transparent;
        border: 1px solid rgb(131 131 131 / 36%);
        position: relative;
        
    }
    .language a .language-border .language-circle {
    width: 18px;
    height: 18px;
    background: #2a2a2a;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    right: 5px;
    transition: .2s;
}
    .language a span {
    color: #2a2a2a;
    margin-left: 11px;
    display: block;
    width: 20.5px;
    position: relative;
    z-index: 1;
}
    @media only screen and (max-width:1199px){
       
        .urunara-btn {
            padding-left: 0 !important;
            margin: 5px 25px !important;
            border-radius: 7px;
            color: #ffffff !important;
            padding: 5px 15px 3px !important;
            line-height: inherit !important;
            text-align:center;
        }
        .teklifal-btn {
            padding-left: 0 !important;
            margin: 5px 25px !important;
            border-radius: 7px;
            color: #ffffff !important;
            padding: 5px 0 3px !important;
            line-height: inherit !important;
            text-align:center;
        }
        .borderleft-menu {
            border-left: 1px solid #efefef;
            margin-left: 0;
            padding-left:0 !important;
            margin-right: 0 !important;
        }
    }
    .contact-bottom-content .social-media ul li + li:before {
    background: #7F8CA3;
}

.contact-bottom-content .social-media ul li a:hover svg path {
    fill: #2aa850;
}

.contact-bottom-content .social-media ul li a svg path {
    fill: #7F8CA3;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact-bottom-content .social-media ul {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.map-responsive{height: 100%;overflow: hidden;}
.map-responsive iframe{height: 170%;width:100%;margin-top: -200px;}
.contact-bottom{padding: 100px 0 70px;margin-top: 0;}
.contact-bottom-content {
    text-align: right;
    border-right: 1px solid #e51d22;
    padding-right: 4.2vw;
    margin-right: 2.8vw;
    position: relative;
}

.contact-bottom .form-group .submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    padding-right: 45px;
    margin-left: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: normal;
}

.contact-bottom .form-group .form-control:focus {
  border-color: #2aa850;
}

.contact-bottom .form-group.active .form-control {
  border-color: #2aa850;
}

.contact-bottom .contact-captcha .form-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-right: 10px;
}

.contact-bottom-content:before {content: "";position: absolute;top: 0;bottom: 0;right: 0;width: 150px;background: -webkit-gradient(linear, right top, left top, from(#e51d22), to(#ffffff00));background: -o-linear-gradient(right, #e51d22, #ffffff00);background: linear-gradient(to left, #e51d22, #ffffff00);opacity: 0.05;pointer-events: none;}

.contact .form-group .submit {
    background: none;
    /* border: none; */
    outline: none !important;
    margin-left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact .form-group .form-control {
    border: 2px solid rgba(16, 26, 43, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact-bottom .contact-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0;
}

.contact .form-group.active .form-control, .contact .form-group .form-control:focus {
    border-color: #2aa850;
}

.contact .form-group .submit.button:hover {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background: #2aa850;
    color: #fff;
}

.contact .form-group .submit.button {
    padding: 12px 0 12px;
    width: 33%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contact .captcha a {
    background: rgba(16, 26, 43, 0.79);
}

.contact .form-row .captcha {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 8px);
            flex: 0 0 calc(33% - 8px);
    padding: 0;
}

.contact .form-row.contact-captcha, .contact .form-row.contact-captcha .form-row {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact .form-row .captcha + .captcha {
    margin: 0 10px;
}

.contact-bottom .contact-form-row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.contact-bottom .form-group {
    margin-bottom: 20px;
}
.contact .form-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.contact .form-group .submit.button .button-arrow {
    display: none;
}

.contact .form-group .submit.button:before {
    visibility: hidden;
}

.contact .contact-form-row > div + div {
    margin-left: 20px;
}

.contact-bottom-content h2 {
    font-weight: bold;
    font-size: 3.4vw;
    color: #101A2B;
    margin-bottom: 2.3vw;
}

.contact-bottom-content h2 span {
    color: #e51d22;
    font-weight: 500;
}

.contact-bottom-content p {
    font-weight: 500;
    font-size: 1.1vw;
    color: #6e7b91;
    margin-bottom: 0;
}

.contact-bottom-content .social-media {
    margin-top: 2.3vw;
}

@media only screen and (max-width: 1370px){
    .contact-bottom {
        padding-top: 110px;
    }

    .contact-info .contact-info-row .contact-info-item {
        min-height: 180px;
    }

    .map-responsive iframe {
        margin-top: -100px;
    }

    .contact-info {
        bottom: -6.8vw;
    }

    .contact-top {
        height: 580px;
    }
}

@media only screen and (max-width: 1199px){
    .contact .form-group .submit {
        margin-left: 20px;
    }

    .contact .form-group .submit.button {
        padding: 12px 30px 12px 30px;
    }

    .contact .form-row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .contact-bottom .col-12.col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 55%;
                flex: 0 0 55%;
        max-width: 55%;
    }

    .contact-info .contact-info-row .contact-info-item svg {
        display: none;
    }
  
    .contact-info .contact-info-row .contact-info-item {
        min-height: 160px;
        padding: 20px 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        text-align: center;
    }
    .contact-info .contact-info-row .contact-info-item:nth-child(1), .contact-info .contact-info-row .contact-info-item:nth-child(3) {
        min-width: initial;
    }

    .contact-info .contact-info-row {
      margin: 0 30px;
  }

}

@media only screen and (max-width: 991px){
    .contact-info {
        bottom: -9.8vw;
        left: 30px;
        right: 30px;
    }

    .contact-top {
        height: 90vw;
    }

    .map-responsive iframe {
        margin-top: -210px;
    }

    .contact-bottom .form-group .submit {
        padding-right: 60px;
    }

    .contact-info .contact-info-row {
        margin: 0;
    }

    .contact-info .contact-info-row .contact-info-item .contact-info-item-text {
        width: 100%;
    }

    .contact-info .contact-info-row .contact-info-item:nth-child(2) {
        -webkit-box-flex: 2;
            -ms-flex: 2 1 0px;
                flex: 2 1 0;
    }

    .contact-bottom {padding-top: 70px;padding-bottom: 50px;}

    .contact-bottom-content {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .contact-bottom-content h2 {
        font-size: 35px;
    }

    .contact-bottom-content p {font-size: 15px;max-width: 400px;margin: 0 auto;}

    .contact-bottom-content:before {
        opacity: 0;
        visibility: hidden;
    }

    .contact-bottom-content .social-media {margin-top: 30px;}

    .contact-bottom-content .social-media ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .contact-bottom .col-12.col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }

    .contact .form-group .submit.button {margin-left: auto;}

    .contact .form-row {
        width: 100%;
    }

    .contact-bottom form {
        max-width: 600px;
        margin: 80px auto 0;
    }   
}

@media only screen and (max-width: 767px){
    .contact-top {
        height: auto;
    }

    .contact-info {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 30px;
    }

    .contact-info .contact-info-row {
        display: block;
        margin: 0 20px;
    }

    .contact-bottom {
        margin-top: 0;
        padding: 0 10px 40px;
    }

    .contact-info .contact-info-row .contact-info-item .contact-info-item-text .contact-info-item-content p {
        margin: 0 auto 10px;
    }

    .contact-top .map-responsive {
    height: 600px;
    position: relative;
  }

  .map-responsive iframe {
    margin-top: -150px;
  }

  .contact-info .contact-info-row .contact-info-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .contact-info .contact-info-row .contact-info-item + .contact-info-item {
    margin-left: 0;
    margin-top: 20px;
  }

  .contact-info .contact-info-row .contact-info-item {
    min-height: auto;
  }

  .contact-bottom .form-group .submit {margin-left: auto;margin-top: 20px;margin-right: -3px;-webkit-box-flex: 0;-ms-flex: 0 0 48%;flex: 0 0 48%;padding: 11px 0;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 50px;}

.contact-bottom .contact-captcha .form-row {
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.contact-captcha .captcha {
    margin-right: -9px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
}

.contact-captcha .captcha + .captcha {
    margin-left: 10px;
}

.contact-bottom .form-group .submit .button-arrow {
    display: none;
}

  .contact-bottom-content {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .contact .form-row {-ms-flex-wrap: wrap;flex-wrap: wrap;}

  .contact-bottom .contact-form-row {
    display: block;
  }

  .contact-bottom .contact-form-row > div + div {
    margin-left: 0;
  }

  .contact .form-row .captcha {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0;
  }

  .contact .form-row .captcha + .captcha {
    padding-left: 5px;
    margin: 0;
  }

  .contact .form-row .captcha:first-child {
    padding-right: 5px;
  }

  .contact .form-group .submit.button {
    margin-top: 20px;
    padding: 12px 44px 12px;
    margin-right: 0;
    width: calc(50% - 5px);
  }

  .contact .form-group .submit.button .button-arrow {
    display: none;
  }

  .contact-bottom form {
    margin-top: 70px;
  }

  .contact-top .map-responsive:before {content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 200px;background: -webkit-gradient(linear, left bottom, left top, from(white), to(#ffffff00));background: -o-linear-gradient(bottom, white, #ffffff00);background: linear-gradient(to top, white, #ffffff00);pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

}
.teklifal-btn:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    width: 0;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.teklifal-btn {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    color: #101a2b;
    display: inline-block;
    border: 1px solid #cea257;
    background: #fff;
    border-radius: 7px;
    position: relative;
    padding: 10px 40px 10px 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    outline: none !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.contact-bottom .teklifal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.social-media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
li {
    list-style: none;
}
.social-media ul li {
    position: relative;
}
.social-media ul li + li {
    margin-left: 13px;
    padding-left: 13px;
}
.contact-bottom-content .social-media ul li + li:before {
    background: #7F8CA3;
}
.social-media ul li + li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #fff;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.contact-bottom .form-group input[type="text"]
{
    color: #343a40;
    border: 1px solid;
    border-radius: 0px;
    width: 100%;
    height: 60px;
    border: 1px solid #ededed;
    background: #fff;
    padding-left: 20px;
}
.contact-bottom .form-group textarea {
    height:155px;
}
.contact-bottom .form-group textarea.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.header-bottom-svg {
    margin-top: -185px;
}
.header-bottom-svg svg {
    width: 100%;
    display: block;
    height: 250px;
}
.contact-bottom .form-container .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 20px;
}
.form_title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 50px;
    padding: 27px;
    background-color: #f8f8f8;
    border-radius: 7px;
}
.form_title h3{
    padding-bottom: 0;
    font-size:23px;
    line-height:28px;
}
.kisisel-bilgiler .form-item:last-child {
    grid-column: inherit;
}
.mt-3{
    margin-top:25px;
}
.teklif-basarili {
    background: #ffffff;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%), 0 6px 20px 0 rgb(0 0 0 / 6%);
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.teklif-checkmark {
    border-radius: 200px;
    height: 200px;
    width: 200px;
    background: #F8FAF5;
    margin: 0 auto;
    margin-bottom:35px;
}
    .teklif-checkmark i {
        color: #9ABC66;
        font-size: 100px;
        line-height: 200px;
        margin-left: -15px;
    }
    .teklif-basarili h3 {
        color: #88B04B;
        font-weight: 900;
        font-size: 40px;
        margin-bottom: 10px;
    }

    .form-container p a{
        font-weight:600;
    }

    .iletisim-formu-basarili {
    background: #ffffff;
    padding: 60px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.iletisim-formu-checkmark {
    border-radius: 200px;
    height: 150px;
    width: 150px;
    background: #F8FAF5;
    margin: 0 auto;
    margin-bottom: 35px;
}
.iletisim-formu-checkmark i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}
.iletisim-formu-basarili h3 {
    color: #88B04B;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

@media only screen and (max-width:767px){
   
    .form-container .form-grid {
        display: block;
        grid-template-columns: repeat(1, 1fr);
        gap: 45px 20px;
    }
    .form-container .form-grid .form-item {
        margin-bottom:25px;
    }
    .contact-bottom .form-container .form-grid {
        display: block;
        grid-template-columns: repeat(1, 1fr);
        gap: 45px 20px;
    }
    .contact .contact-map {
        height: 600px;
    }
    .iletisim-formu-basarili {
        background: #ffffff;
        padding: 20px;
        border-radius: 4px;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }
    .iletisim-formu-checkmark {
        border-radius: 100px;
        height: 100px;
        width: 100px;
        background: #F8FAF5;
        margin: 0 auto;
        margin-bottom: 35px;
    }
        .iletisim-formu-checkmark i {
            font-size: 50px;
            line-height: 100px;
        }
    .form-container p {
        font-size: 14px;
        line-height:19px;
        color: #000000;
        line-height: 1.2;
        margin: 30px 0;
    }

}
.page-icerik img{
    width:100% !important;
    height:auto!important;
}
/* Footer */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bg-left,
footer .footer-bg-right {
  min-width: 53px;
  background: #fafafa;
  margin-top: 100px;
}

footer .footer-bg-left {
  border-radius: 0px 53px 0px 0px;
}

footer .footer-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin: 0 20px;
  padding: 0 50px;
  background: #fafafa;
  border-radius: 80px 80px 0 0;
}

footer .footer-center .footer-container {
  max-width: 1460px;
  margin: 0 auto;
}

footer .footer-center .footer-container .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 150px 0px;
}

footer .footer-center .footer-container .footer-row .footer-content .footer-title {
  font-weight: 300;
  font-size: 65px;
  color: #000;
  max-width: 600px;
}

footer .footer-center .footer-container .footer-row .footer-content .content-row {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper {
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
}

footer .footer-center .footer-container .footer-row .footer-content .payment-wrapper .footer-title {
  font-size: 25px;
  display: inline-block;
  width: fit-content;
  padding-bottom: 8px;
}

footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper .content-row-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  flex-wrap: wrap;
  max-width: 33vw;
  padding-right: 24px;
}

footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper .content-row-payment a img {
  max-width: 90px;
  width: 100%;
  object-fit: contain;
}

footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper a {
  display: flex;
  justify-content: center;
  height: auto;
  flex: 0 0 25%;
  border: 1px solid rgb(112 112 112 / 20%);
  align-items: center;
  padding: 15px 0;
  border-radius: 8px;
}

footer .footer-center .footer-container .footer-row .footer-content .content-row a {
  display: block;
}

footer .footer-center .footer-container .footer-row .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 1px solid rgb(112 112 112 / 20%);
  padding-left: 160px;
}

footer .footer-center .footer-container .footer-row .footer-info .footer-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin-bottom: 25px;
}

footer .footer-center .footer-container .footer-row .footer-info .footer-contact ul li a {
  display: block;
}

footer .footer-center .footer-container .footer-row .footer-info .footer-contact>div>a {
  font-weight: 300;
  font-size: 28px;
  color: #000;
  text-decoration: none;
  margin-top: 25px;
  display:block;
}

footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel {
  margin-top: 85px;
}

footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a {
  text-decoration: none;
  display: block;
  margin-top: 0;
}

footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a span:nth-child(1) {
  font-weight: 500;
  font-size: 95px;
  line-height: 135px;
  display: block;
}

footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a span:nth-child(2) {
  font-weight: 300;
  font-size: 57px;
  display: block;
}

footer .footer-center .footer-container .footer-row .footer-info .scroll-up {
  cursor: pointer;
  margin-left: 170px;
}

footer .footer-center .footer-container .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

footer .footer-center .footer-container .footer-bottom p {
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

footer .footer-center .footer-container .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 40px;
}

footer .footer-center .footer-container .footer-bottom ul li a {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  opacity: 0.5;
}

footer .footer-bg-right {
  border-radius: 53px 0 0px 0px;
}

@media (hover: hover) {
  footer .footer-center .footer-container .footer-row .footer-info .footer-contact ul li a svg path {
    transition: 0.3s;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact ul li a:hover svg path {
    stroke: #e51d22;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact>div>a:hover {
    color: #e51d22;
  }
}

@media (max-width: 1650px) {
  footer .footer-center .footer-container .footer-row .footer-info {
    padding-left: 100px;
  }

  footer .footer-center .footer-container .footer-row .footer-content .footer-title {
    font-size: 4.6vw;
    max-width: 35vw;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row a img {
    height: 3.2vw;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a span:nth-child(1) {
    font-size: 70px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a span:nth-child(2) {
    font-size: 45px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel {
    margin-top: 50px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .scroll-up {
    margin-left: 70px;
  }

  footer .footer-center {
    padding: 0 110px;
  }
}

@media (max-width: 1470px) {
  footer .footer-center .footer-container .footer-row {
    padding: 80px 0;
  }

  footer .footer-center .footer-container .footer-bottom {
    padding-bottom: 50px;
  }

  footer .footer-center .footer-container .footer-row .footer-info {
    padding-left: 70px;
  }

  footer .footer-center {
    padding: 0 70px;
  }

  footer .footer-center .footer-container .footer-bottom ul li a {
    font-size: 16px;
  }

  footer .footer-center .footer-container .footer-bottom p {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {

  footer .footer-bg-left,
  footer .footer-bg-right {
    min-width: 30px;
    margin-top: 60px;
  }

  footer .footer-center {
    padding: 0 50px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .scroll-up {
    display: none;
  }

  footer .footer-center .footer-container .footer-row .footer-info {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  footer .footer-center .footer-container .footer-row .footer-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  footer .footer-center .footer-container .footer-bottom ul li a {
    font-size: 15px;
  }

  footer .footer-center .footer-container .footer-bottom ul {
    gap: 30px;
  }

  footer .footer-center .footer-container .footer-bottom p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  footer .footer-center .footer-container .footer-row {
    display: block;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper .content-row-payment {
    max-width: 100%;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  footer .footer-center .footer-container .footer-row .footer-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: none;
    border-top: 1px solid rgb(112 112 112 / 20%);
    padding-top: 50px;
    margin-top: 50px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel {
    margin-top: 0;
  }

  footer .footer-center .footer-container .footer-row {
    padding-top: 70px;
  }

  footer .footer-center .footer-container .footer-bottom p {
    font-size: 15px;
  }

  footer .footer-center .footer-container .footer-bottom ul li a {}

  footer .footer-center .footer-container .footer-bottom ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    max-width: 300px;
  }

  footer .footer-center .footer-container .footer-bottom ul li {
    flex: 1 0 calc(50% - 8px);
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row {
    margin-top: 20px;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper {
    gap: 15px;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row a img {
    height: 6vw;
  }
}

@media (max-width: 767px) {

  footer .footer-bg-left,
  footer .footer-bg-right {
    min-width: 14px;
  }

  footer .footer-center {
    margin: 0 10px;
    border-radius: 40px 40px 0 0;
    padding: 0 24px;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper .content-row-payment {
    gap: 10px 10px;
    padding: 0;
    max-width: 100%;
  }

  footer .footer-center .footer-container .footer-row .footer-content .footer-title {
    font-size: 9vw;
    max-width: 70vw;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper {
    gap: 15px;
    align-items: baseline;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row.payment-wrapper a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 0 45%;
    padding: 15px;
  }

  footer .footer-center .footer-container .footer-row .footer-content .content-row a img {
    height: auto;
  }

  footer .footer-center .footer-container .footer-row {
    padding: 45px 0 35px;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    margin-bottom: 35px;
  }

  footer .footer-center .footer-container .footer-row .footer-info {
    padding-top: 35px;
    margin-top: 40px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact {
    display: block;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact ul li a svg {
    height: auto;
    width: 24px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact ul {
    margin-bottom: 14px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact ul li a {
    padding: 5px 0;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact>div>a {
    font-size: 24px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel {
    margin-top: 30px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a span:nth-child(1) {
    font-size: 9vw;
    letter-spacing: 2px;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer-center .footer-container .footer-row .footer-info .footer-contact .contact-tel a span:nth-child(2) {
    font-size: 9vw;
  }

  footer .footer-center .footer-container .footer-bottom p {
    font-size: 14px;
  }

  footer .footer-center .footer-container .footer-bottom {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 25px;
  }

  footer .footer-center .footer-container .footer-bottom ul {
    margin: 10px 0;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  footer .footer-center .footer-container .footer-bottom ul li {
    flex: none;
  }

  footer .footer-center .footer-container .footer-bottom ul li a {
    font-size: 4.5vw;
  }
}
.homepage-banner {
  margin: 50px 90px 70px;
}

.homepage-banner .banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 24px;
}

.homepage-banner .banner-row .banner-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.homepage-banner .banner-item {
  position: relative;
  text-align: center;
  border-radius: 20px;
}

.homepage-banner .banner-row .banner-item:nth-child(1) {
  border-top-right-radius: 0;
}

.homepage-banner .banner-row .banner-item:nth-child(2) {
  border-top-left-radius: 0;
}

.homepage-banner .banner-item .item-img {
  position: absolute;
  top: 20px;
  left: 40%;
  right: -30px;
  bottom: 0;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  will-change: transform;
}



.homepage-banner .banner-item .item-content span{
  font-weight: 600;
  font-size: 17px;
  line-height:23px;
  height:45px;
  color: #2a2a2a;
  display: block;
  margin-top: 20px;
}

.homepage-banner .banner-item .item-content a {
  margin-top: 15px;
  margin-bottom:25px;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height:17px;
  letter-spacing: 0.3em;
  color: #000;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 12px 15px;
  text-decoration: none;
}

.homepage-banner .banner-item .item-content {
  position: relative;
  padding:0 15px;
}

.homepage-banner .slide-btn.btn-prev {
  left: 80px;
  right: auto;
}

.homepage-banner .slide-btn.btn-next {
  right: 80px;
  left: auto;
}

.homepage-banner .slide-btn {
  position: absolute;
  top: calc(50% + 40px);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  z-index: 2;
}

.slide-btn-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-btn-item span {
  font-size: 35px;
  font-weight: 200;
  position: relative;
  top: 25px;
  color: #000;
  transition: 0.3s;
}

.slide-btn-item.btn-next>span {
  margin-right: -25px;
}

.slide-btn-item.btn-prev>span {
  margin-left: -25px;
}



.homepage-banner .swiper .banner-item .item-content>span:nth-child(2) {
  font-size: 35px;
  line-height:43px;
}

.homepage-banner .swiper .banner-item img {
  margin-top: 0;
  will-change: transform;
  padding:15px;
  height:225px;
  object-fit:contain;
}

.homepage-banner .swiper {
  padding-top: 40px;
  margin-top: -40px;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-horizontal {
    touch-action: pan-y;
}
.homepage-categories {
    margin-top: 200px;
}

    .homepage-categories .swiper:before,
    .homepage-categories .swiper:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 300px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
        z-index: 2;
        pointer-events: none;
    }

    .homepage-categories .swiper:before {
        left: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .homepage-categories .swiper:after {
        right: 0;
    }

    .homepage-categories .categories-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .homepage-categories .swiper .swiper-slide {
        border-left: 1px solid #000;
        height: auto;
    }

    .homepage-categories .categories-header .header-title {
        font-weight: 300;
        font-size: 90px;
        color: #000;
        max-width: 750px;
        text-align: center;
        margin: 0 auto;
    }

    .homepage-categories .swiper {
        margin-top: 70px;
        padding: 0 150px;
        z-index: 0;
    }

        .homepage-categories .swiper .slide-item {
            text-decoration: none;
            padding-left: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 100%;
            color: #000;
        }

            .homepage-categories .swiper .slide-item span:nth-child(1) {
                font-weight: 300;
                font-size: 45px;
                display: block;
                max-width: 80%;
            }

            .homepage-categories .swiper .slide-item span:nth-child(2) {
                font-weight: 300;
                font-size: 30px;
                opacity: 0.5;
                display: block;
                margin-top: 80px;
            }

.homepage-hero {
    min-height: 100vh;
    background-color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

    .homepage-hero .hero-img .swiper {
        height: 100%;
    }

    .homepage-hero.black-active:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 200px;
        background: linear-gradient(to bottom, rgb(0 0 0 / 15%), transparent);
        z-index: 1;
    }

    .homepage-hero.black-active:before {
        background: none;
    }

    .homepage-hero.black-active {
        background: #fff;
    }

    .homepage-hero .hero-img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        will-change: transform;
        overflow: hidden;
    }

        .homepage-hero .hero-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .homepage-hero .hero-img span {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-position: center;
        }

    .homepage-hero .hero-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 1;
    }

        .homepage-hero .hero-content .s-container > .swiper {
            flex: 1;
            width: 100%;
        }

            .homepage-hero .hero-content .s-container > .swiper .swiper-slide {
                opacity: 0 !important;
                visibility: hidden !important;
            }

                .homepage-hero .hero-content .s-container > .swiper .swiper-slide.swiper-slide-active {
                    opacity: 1 !important;
                    visibility: visible !important;
                }

        .homepage-hero .hero-content .s-container {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

        .homepage-hero .hero-content .content-title {
            font-weight: 300;
            font-size: 7.5vh;
            color: #fff;
            max-width: 70vh;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 100px;
            height: 100%;
        }

            .homepage-hero .hero-content .content-title span {
            }

        .homepage-hero .hero-content .hero-events {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .homepage-hero .hero-content .hero-events .slide-btn-item {
            }

                .homepage-hero .hero-content .hero-events .slide-btn-item svg {
                }

                    .homepage-hero .hero-content .hero-events .slide-btn-item svg defs {
                    }

                        .homepage-hero .hero-content .hero-events .slide-btn-item svg defs #clip-path23 {
                        }

                            .homepage-hero .hero-content .hero-events .slide-btn-item svg defs #clip-path23 rect {
                            }

                    .homepage-hero .hero-content .hero-events .slide-btn-item svg g {
                    }

                        .homepage-hero .hero-content .hero-events .slide-btn-item svg g g {
                        }

                            .homepage-hero .hero-content .hero-events .slide-btn-item svg g g path {
                            }

                        .homepage-hero .hero-content .hero-events .slide-btn-item svg g path {
                            stroke: #fff;
                        }

                .homepage-hero .hero-content .hero-events .slide-btn-item span {
                    color: #fff;
                }

            .homepage-hero .hero-content .hero-events .hero-autoplay {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                height: 1px;
                background: rgb(255 255 255 / 50%);
                position: relative;
                margin: 0 60px;
            }

                .homepage-hero .hero-content .hero-events .hero-autoplay span {
                    position: absolute;
                    top: -1px;
                    bottom: -1px;
                    left: 0;
                    width: 0%;
                    background: #fff;
                }

                .homepage-hero .hero-content .hero-events .hero-autoplay.active span {
                    -webkit-animation: autoplayLine 6s infinite both;
                    animation: autoplayLine 6s infinite both;
                }

@-webkit-keyframes autoplayLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes autoplayLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.homepage-hero .hero-info {
    position: relative;
    margin: 85px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}

    .homepage-hero .hero-info .other-slides {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 200px;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .homepage-hero .hero-info .other-slides .swiper {
        }

            .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper {
            }

                .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide {
                    opacity: 0.5;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 45px;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                    cursor: pointer;
                }

                .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide-thumb-active {
                    opacity: 1;
                }

                .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(1) {
                    font-weight: 300;
                    font-size: 50px;
                    color: #fff;
                    display: block;
                }

                .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(2) {
                    font-weight: 300;
                    font-size: 24px;
                    color: #fff;
                    display: block;
                }

    .homepage-hero .hero-info .hero-btn-container {
        position: relative;
    }

        .homepage-hero .hero-info .hero-btn-container .hero-btn.active {
            opacity: 1;
            visibility: visible;
            pointer-events: all;
        }

        .homepage-hero .hero-info .hero-btn-container .hero-btn + .hero-btn {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

        .homepage-hero .hero-info .hero-btn-container .hero-btn {
            font-weight: 300;
            font-size: 30px;
            letter-spacing: 0.3em;
            color: #fff;
            border-radius: 100px;
            border: 1px solid #fff;
            padding: 20px 60px;
            text-decoration: none;
            display: block;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

            .homepage-hero .hero-info .hero-btn-container .hero-btn span {
            }

.slide-btn-item path {
    transition: 0.3s;
}

.homepage-hero.black-active .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(2) {
    color: #000;
}

.homepage-hero.black-active .hero-content .content-title {
    color: #000;
}

.homepage-hero.black-active .hero-info .hero-btn-container .hero-btn {
    color: #000;
    border-color: #000;
}

.homepage-hero.black-active .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(1) {
    color: #000;
}

.homepage-hero.black-active .hero-content .hero-events .slide-btn-item span {
    color: #000;
}

.homepage-hero.black-active .hero-content .hero-events .slide-btn-item svg g path {
    stroke: #000;
}

.homepage-hero.black-active .hero-content .hero-events .hero-autoplay {
    background: rgb(0 0 0 / 50%);
}

    .homepage-hero.black-active .hero-content .hero-events .hero-autoplay span {
        background: #000;
    }

@media (hover: hover) {
    .homepage-banner .banner-item .item-content a:hover {
        background: #e51d22;
        border-color: #e51d22;
        color: #fff !important;
    }

    .homepage-categories .swiper .slide-item:hover {
        color: #e51d22;
    }

    .homepage-hero .hero-info .hero-btn-container .hero-btn:hover {
        color: #fff !important;
        background: #e51d22;
        border-color: #e51d22 !important;
    }

    .slide-btn-item:hover path {
        stroke: #e51d22 !important;
    }

    .slide-btn-item:hover span {
        color: #e51d22 !important;
    }
}


@media (max-width: 1470px) {
    

    .homepage-categories .categories-header .header-title {
        font-size: 60px;
    }

    .homepage-categories .swiper .slide-item span:nth-child(1) {
        font-size: 35px;
    }

    .homepage-categories .swiper .slide-item span:nth-child(2) {
        font-size: 24px;
        margin-top: 40px;
    }

    .homepage-hero .hero-content .content-title {
        font-size: 6vh;
    }

    .homepage-hero .hero-info {
        margin: 45px 0;
    }

        .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide {
            gap: 24px;
        }

            .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(2) {
                font-size: 20px;
            }

            .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(1) {
                font-size: 40px;
            }

        .homepage-hero .hero-info .other-slides {
            margin-right: 100px;
        }

        .homepage-hero .hero-info .hero-btn-container .hero-btn {
            font-size: 24px;
            padding: 20px 50px;
        }
}

@media (max-width: 1199px) {
    .homepage-news {
        margin: 0 50px;
    }

    .homepage-banner {
        margin: 50px 50px 50px;
    }

        
}

@media (max-width: 991px) {

    

    .homepage-hero .hero-content .content-title {
        font-size: 7vw;
        max-width: 70vw;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 80px;
    }

    .homepage-hero .hero-info .other-slides {
        margin-right: 50px;
    }

    .slide-btn-item span {
        font-size: 20px;
        top: 15px;
    }

    .slide-btn-item svg {
        height: auto;
        width: 50px;
    }

    .homepage-hero .hero-img span {
        background-position: center right;
    }

    .homepage-hero:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60%;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, black), to(#0000));
        background: linear-gradient(to top, black 20%, #0000);
        z-index: 1;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .homepage-hero {
        min-height: 80vh;
    }

    .homepage-categories .categories-header .header-title {
        font-size: 24px;
        max-width: initial;
        margin: 0 12px;
    }

    .homepage-categories .swiper {
        margin-top: 50px;
        padding: 0 50px;
    }

        .homepage-categories .swiper .slide-item span:nth-child(1) {
            font-size: 18px;
        }

        .homepage-categories .swiper .slide-item {
            padding-left: 24px;
        }

            .homepage-categories .swiper .slide-item span:nth-child(2) {
                font-size: 14px;
                margin-top: 40px;
            }

    .homepage-categories {
        margin-top: 100px;
    }

        .homepage-categories .categories-header .slide-btn-item.btn-prev {
            transform-origin: left center;
        }

        .homepage-categories .categories-header .slide-btn-item.btn-next {
            transform-origin: right center;
        }

        .homepage-categories .categories-header .slide-btn-item {
            transform: scale(0.8);
        }

    .homepage-banner {
        margin: 20px 24px 0;
    }

        

            .homepage-banner .swiper .banner-item img {
                margin: 10px 0;
            }

            .homepage-banner .swiper .banner-item .item-content {
                max-width: initial;
                margin: 0 10px;
                padding: 0px 0 32px;
            }

                .homepage-banner .swiper .banner-item .item-content > span:nth-child(2) {
                    font-size: 25px;
                    line-height:34px;
                    max-width: 100%;
                    height:60px;
                    margin: 20px auto 0;
                }

        .homepage-banner .banner-item .item-content a {
            margin-top: 10px;
            font-size: 16px;
            padding: 13px 25px;
            margin-bottom:0;
        }

        

     
        .homepage-banner .swiper {
            padding-top: 0;
            margin-top: 0;
        }

        .homepage-banner .slide-btn.btn-prev {
            left: 12px;
        }

        .homepage-banner .slide-btn.btn-next {
            right: 12px;
        }

        .homepage-banner .banner-row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .homepage-banner .banner-item {
            border-radius: 32px;
        }

        .homepage-banner .banner-row .banner-item:nth-child(1) {
            border-top-right-radius: 32px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .homepage-banner .banner-row .banner-item:nth-child(2) {
            border-top-right-radius: 0;
        }

        .homepage-banner .banner-item .item-content > span:nth-child(2) {
            font-size: 32px;
            max-width: 200px;
            margin-top: 20px;
        }

        .homepage-banner .banner-row .banner-item {
            height: auto;
            padding: 30px 0 30px 30px;
        }

        .homepage-banner .banner-item .item-img {
            left: 55%;
        }

        .homepage-banner .banner-item .item-img {
        }

    .homepage-news {
        margin: 0 24px;
    }

    .homepage-hero .hero-info {
        display: block;
        margin: 34px 0 24px;
    }

        .homepage-hero .hero-info .other-slides {
            margin-right: 0;
            display: none;
        }

            .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(1) {
                font-size: 32px;
            }

            .homepage-hero .hero-info .other-slides .swiper .swiper-wrapper .swiper-slide span:nth-child(2) {
                font-size: 18px;
            }

        .homepage-hero .hero-info .hero-btn-container .hero-btn {
            font-size: 18px;
            text-align: center;
            padding: 15px;
        }

        .homepage-hero .hero-info .hero-btn-container {
            margin-top: 24px;
        }

    .homepage-hero .hero-content .hero-events .hero-autoplay {
        margin: 0 24px;
    }

    .homepage-hero .hero-content .content-title {
        padding-bottom: 30px;
        font-size: 8vw;
        max-width: 100vw;
    }

    .homepage-hero:before {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, black), to(#0000));
        background: linear-gradient(to top, black 50%, #0000);
    }

    .homepage-hero.black-active:before {
        background: linear-gradient(to top, white 50%, #0000);
        top: auto;
        height: 60%;
    }

    .homepage-hero .hero-img {
        bottom: 30%;
        top: 100px;
    }

    .homepage-categories .swiper:before,
    .homepage-categories .swiper:after {
        width: 100px;
    }
}

.product {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px 0 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 24px;
    display: block;
    margin-bottom:25px;
}

    .product .placeholder-holder {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        transition: .4s;
        max-width: 85%;
    }
.urunler-button {
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 37px;
    background: #e51d22;
    border: 1px solid #e51d22;
    padding: 0 25px;
    border-radius: 40px;
    margin-left: 20px;
    transition: .4s;
}
    .product .urunler-button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        width: max-content;
        opacity: 0;
        transition: .4s;
        visibility: hidden;
        margin: 0;
        z-index: 1;
    }

    .product:hover .urunler-button {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
        visibility: visible;
    }

    .product .image-holder {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product .image-holder .image:nth-child(2) {
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }

    .product:hover .image-holder .image:nth-child(2) {
        opacity: 1;
        visibility: visible;
    }


    .product .content {
        padding: 0 20px;
        margin: 20px 0 0 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 55px;
        overflow: hidden
    }

        .product .content h4 {
            margin: 0;
            overflow: hidden;
            width: 100%;
            font-weight: normal;
            font-size: 14px;
            line-height: 1.3;
            text-align: center;
            color: #a2a2a2;
        }

            .product .content h4 .brand {
                font-weight: 700;
                display: -ms-inline-flexbox;
                display: -webkit-inline-box;
                display: inline-flex
            }

    .product .placeholder-holder img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        margin-top:25px;
    }

@media screen and (min-width:992px) {
    .product:hover {
        box-shadow: 0 0 20px -10px #00000054;
        border-color: #e51d228c;
    }

    .product .hover {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        width: 100%;
        height: 100%;
    }

        .product .hover .button {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -o-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

    .product:hover .hover .button {
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        -ms-transform: translateY(50%)
    }
}

.productpage-width-size {
    width: 25%;
    padding: 7px;
    float: left;
    display: inline-table;
}


@media only screen and (max-width:991px) {


    .home-title {
        font-weight: bold;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        color: #212121;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:575px) {
}
.urunler-button:hover {
    background: #fff;
    color: #e51d22;
}
.homepage-other-products {
    margin-top: 70px;
}
.other-products {
    background: #fff;
    margin: -60px -70px 0;
    padding: 70px 70px 50px;
}
    .other-products .other-products-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto 50px;
    }
.swiper-horizontal {
    touch-action: pan-y;
}
.s-container-m {
    margin-left: 100px;
    margin-right: 100px;
}
.other-products .header-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    color: #2a2a2a;
}
@media only screen and (max-width:1199px){
        .other-products {
            margin: 0 0px 0;
            padding: 0 24px 50px;
        }
            .other-products .header-title {
                font-weight: 500;
                font-size: 35px;
                line-height: 43px;
                text-align: center;
                max-width: 800px;
                padding: 0 20px;
                margin: 0 auto;
            }
    .s-container-m {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media only screen and (max-width:767px) {
    .other-products .header-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        max-width: 800px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .other-products {
        margin: 10px 0 10px;
        padding: 30px 0 0;
    }
    .s-container-m {
        margin-left: 10px;
        margin-right: 10px;
    }
    .other-products .other-products-header {
        width: 100%;
        margin-bottom: 40px;
    }
}
.sertifikalarimiz{
    margin:15px 0;
    position:relative;
    margin-left:150px
}
.sertifikalarimiz-item {
    position: absolute;
    bottom: 130px;
    right:50px;
    max-width: 400px;
}
    .sertifikalarimiz .sertifikalarimiz-box {
        display: inline-table;
        justify-content: center;
        height: auto;
        flex: 0 0 25%;
        border: 1px solid rgb(112 112 112 / 20%);
        align-items: center;
        padding: 8px 5px;
        border-radius: 8px;

        background-color:#ffffff;
    }
    .sertifikalarimiz .sertifikalarimiz-box img {
        width:100px;
        height:60px;
        object-fit:contain;
    }
  @media only screen and (max-width:1600px){
    .slider .swiper-slide {
        height: 600px;
    }

  }
@media only screen and (max-width:1400px) {
    .slider .swiper-slide {
        height: 550px;
    }

}
@media only screen and (max-width:1199px){
    .sertifikalarimiz .sertifikalarimiz-box img {
        width: auto;
        height: 55px;
        object-fit: contain;
    }
    .sertifikalarimiz-item {
        position: absolute;
        bottom: 90px;
        right: 50px;
        max-width: 400px;
    }
}
@media only screen and (max-width:991px) {
    .sertifikalarimiz .sertifikalarimiz-box img {
        width: auto;
        height: 50px;
        object-fit: contain;
    }

    .sertifikalarimiz-item {
        position: absolute;
        bottom: 90px;
        right: 50px;
        max-width: 300px;
    }
}
@media only screen and (max-width:767px) {
    .slider .swiper-slide {
        height: 375px;
    }
    .sertifikalarimiz {
        margin: -15px 0 25px;
        position: relative;
        margin-left: 0;
    }
    .sertifikalarimiz .sertifikalarimiz-box img {
        width: auto;
        height: 53px;
        object-fit: contain;
    }

    .sertifikalarimiz-item {
        position: relative;
        bottom:inherit;
        right: 0;
        left:0;
        margin:0 auto;
        width:100%;
        z-index:9;
    }
}

.homepage-banner .homepage-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 50px;
}
.homepage-banner .header-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    color: #2a2a2a;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    left: 0
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230,8,8,.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #49d97f;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 20px
    }

.hotline-bar {
    position: absolute;
    background: rgba(230,8,8,.75);
    height: 40px;
    width: 220px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none
    }
}

.hotline-phone-ring-circle {
    border-color: #25d366
}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle {
    background-color: #25d366
}

.hotline-bar {
    background: rgb(37 211 102 / 77%)
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial
}

    .hotline-bar > a:active, .hotline-bar > a:hover {
        color: #fff
    }

.container-lotopartner {
    padding: 0 80px;
    width:100%;
}
.list-categories {
    padding: 60px 35px;
    background: #FAFAFA;
    border-radius: 50px;
    position: sticky;
    overflow: auto;
    top: 140px;
    margin-bottom:25px;
    width:100%;
}

    .list-categories .mobile-btn {
        display: none;
    }

    .list-categories h4 {
        font-weight: 500;
        font-size: 28px;
        line-height: 1;
        text-align: left;
        color: #3c6580;
        align-items: center;
        margin-bottom: 40px;
    }

        .list-categories h4 .icon {
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            top: -4px;
        }

            .list-categories h4 .icon img {
                width: 30px;
                height: 26px;
            }

    .list-categories .category-list ul li a {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 17px;
        text-align: left;
        color: #3c6580;
        padding: 5px 0;
        transition: .4s;
    }

        .list-categories .category-list ul li a.active {
            color: #fe6f59;
        }

        .list-categories .category-list ul li a .blog-count {
            font-weight: 500;
            position: relative;
            width: 65px;
            margin-right: 15px;
        }

            .list-categories .category-list ul li a .blog-count:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                width: 22px;
                height: 1px;
                background: rgb(0 0 0 / 8%);
            }
            .categories-count{
                margin-right:7px;
            }
.page-title {
    padding: 25px 0 15px;
}

    .page-title .col-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.col-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-title .title-first {
    display: flex;
    flex-direction: column-reverse;
}

    .page-title .title-first h1 {
        margin: 0;
        font-weight: bold;
        font-size: 32px;
        text-align: left;
        color: #515151;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb {
    background: 0 0;
    margin: 5px 0 0 0;
    padding: 0;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb li a {
        padding: 5px 0;
        position: relative;
        font-weight: normal;
        font-size: 14px;
        text-align: left;
        color: #515151;
    }

        .breadcrumb li a:before {
            content: '';
            position: absolute;
            left: 50%;
            width: 0;
            bottom: 0;
            height: 1px;
            background: #000;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .breadcrumb li.active {
        color: #515151;
        font-size: 12px;
        font-weight: 700;
    }

    .breadcrumb > .active {
        color: #777;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

    .breadcrumb > li + li:before {
        content: ">";
        font-size: 12px;
        color: #a0a0b1 !important;
        margin-right: 4px;
        margin-left: 5px;
        font-weight: 700;
    }
ul.pagination {
    border-radius: 0;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

    ul.pagination .page-item .page-link {
        background: none;
        border: 1px solid #e51d22;
        border-radius: 7px;
        color: #A3A3A3;
        box-shadow: none;
        outline: 0 !important;
        transition: .4s;
    }

    ul.pagination .page-item + .page-item {
        margin-left: 10px;
    }

    ul.pagination .page-item.active .page-link {
        color: #fff;
        background-color: #e51d22;
        border-color: #e51d22;
    }

    ul.pagination .page-item .page-link:hover {
        background: #e51d22;
        color: #ffffff;
    }
.page-item .page-link {
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #000;
    border: 1px solid rgba(0,0,0,.3);
    transition: .4s;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item.active .page-link {
    background: #000;
    border-color: #000;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.urunler-section .tabs_item {
    display: flex;
    align-items: flex-start;
}
.urunler-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-top: 0;
}
.urunler-section .tabs_item .urunler-left-tab{
       flex: 1;
    padding-right: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #0000000d;
    padding-top: 25px;
}
    .urunler-section .tabs_item .urunler-right-tab {
        
    }
    .pagination-w100{
        width:100%;
        display:flex;
    }


.page-product-list {
    padding: 0
}

    .page-product-list .sidebar {
        /* background: #555; */
        position: relative;
        display: inline-block;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-top: 20px;
    }

        .page-product-list .sidebar:before {
            /* content: ''; */
            position: absolute;
            width: 1px;
            height: 100%;
            background: #888;
            top: 0;
            left: 10px;
            z-index: 1;
        }

        .page-product-list .sidebar > h4 {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            margin: 0;
            text-align: left;
            padding: 20px 25px;
            position: relative;
            border: 1px solid #E1E1E1;
            border-bottom: 0;
            border-radius: 15px 15px 0 0;
        }

            .page-product-list .sidebar > h4 a {
                color: #000;
            }

            .page-product-list .sidebar > h4 i {
                position: absolute;
                width: 56px;
                height: 56px;
                top: 0;
                right: 0;
                text-align: center;
                line-height: 56px;
                cursor: pointer;
                font-size: 20px;
                color: #fff;
                display: none
            }

            .page-product-list .sidebar > h4 span {
                cursor: pointer
            }

        .page-product-list .sidebar > ul {
            padding: 15px 15px;
            margin-top: 35px;
            border: 1px solid #E1E1E1;
            border-radius: 15px;
        }

            .page-product-list .sidebar > ul > li > span {
                font-size: 16px;
                font-weight: 700;
                padding-bottom: 15px;
                color: #000;
                display: block;
                text-align: left;
                border-bottom: 1px solid #f1f1f1;
            }

            .page-product-list .sidebar > ul > li > ul {
                padding: 0 0;
                max-height: 285px;
                position: relative;
                overflow: auto;
                padding-top: 12px;
            }

                .page-product-list .sidebar > ul > li > ul > li > label {
                    padding: 5px 0 5px 25px;
                }

                    .page-product-list .sidebar > ul > li > ul > li > label .control__indicator {
                        left: 2px;
                        top: 56%;
                    }

        .page-product-list .sidebar .filter-menu > ul {
            /* border-bottom: 1px solid #888; */
            padding-top: 12px;
        }

            .page-product-list .sidebar .filter-menu > ul > li + li {
                position: relative
            }

            .page-product-list .sidebar .filter-menu > ul > li > a {
                font-size: 16px;
                font-weight: 700;
                padding: 15px 30px 15px 25px;
                display: block;
                position: relative;
                color: #000;
                transition: .4s;
            }

                .page-product-list .sidebar .filter-menu > ul > li > a:hover {
                    color: #e10000;
                    text-decoration: underline !important;
                }

                .page-product-list .sidebar .filter-menu > ul > li > a:after {
                    content: '\f105';
                    font-family: FontAwesome;
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    font-size: 14px;
                    opacity: 0;
                    -webkit-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                .page-product-list .sidebar .filter-menu > ul > li > a:hover:after {
                    opacity: 1
                }

                .page-product-list .sidebar .filter-menu > ul > li > a > img {
                    width: 22px;
                    float: left;
                    margin-right: 10px;
                    margin-top: -2px;
                    filter: brightness(0) invert(1);
                    -webkit-filter: brightness(0) invert(1)
                }

            .page-product-list .sidebar .filter-menu > ul > li.active > a,
            .page-product-list .sidebar .filter-menu > ul > li.opened > a {
                color: #e10000;
                text-decoration: underline !important;
            }

                .page-product-list .sidebar .filter-menu > ul > li.active > a:before, .page-product-list .sidebar .filter-menu > ul > li.opened > a:before {
                    /* content: ""; */
                    position: absolute;
                    left: 16px;
                    right: 16px;
                    bottom: 0;
                    height: 1px;
                    background: #e10000;
                }

                .page-product-list .sidebar .filter-menu > ul > li.active > a:after,
                .page-product-list .sidebar .filter-menu > ul > li.opened > a:after {
                    content: '\f107';
                    opacity: 1
                }

            .page-product-list .sidebar .filter-menu > ul > li > a:hover {
                /* background: #222; */
            }

            .page-product-list .sidebar .filter-menu > ul > li.category-icon > a:before {
                left: 20px
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul {
                /* background: #222; */
                padding-bottom: 15px;
                display: none
            }

            .page-product-list .sidebar .filter-menu > ul > li.active > ul {
                display: block
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li > ul {
                display: none;
                /* border-bottom: 1px solid #000; */
                padding-bottom: 15px
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li.active > ul {
                display: block
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li.active > ul {
                display: block
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li:not(.active) > a:hover {
                color: #e10000;
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li > a {
                display: block;
                padding: 15px 20px 15px 45px;
                position: relative;
                font-family: "new-order", sans-serif;
                font-weight: normal;
                font-size: 15px;
                text-align: left;
                color: #2121219e;
            }

                .page-product-list .sidebar .filter-menu > ul > li > ul > li > a:before {
                    content: '\f105';
                    font-family: FontAwesome;
                    position: absolute;
                    top: 50%;
                    left: 30px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    font-size: 14px
                }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li.active > a {
                font-weight: 700
            }

                .page-product-list .sidebar .filter-menu > ul > li > ul > li.active > a:before {
                    content: '\f107';
                    right: 15px;
                    left: inherit
                }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li.active > a {
                /* border-top: 1px solid #000; */
                padding-left: 30px;
                font-weight: 700
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li > ul > li > input {
                position: absolute;
                width: 0;
                height: 0;
                appearance: none;
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li > ul > li > label input:checked ~ span {
                font-size: 15px;
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li > ul > li > a {
                font-size: 11px;
                color: #fff;
                padding: 10px 0;
                display: block
            }

            .page-product-list .sidebar .filter-menu > ul > li > ul > li > ul > li > label {
                padding: 5px 0 5px 60px
            }

                .page-product-list .sidebar .filter-menu > ul > li > ul > li > ul > li > label .control__indicator {
                    left: 30px;
                    margin-top: 2px
                }

    .page-product-list .detailed-filter {
        display: inline-block;
        width: 100%;
        margin-bottom: 00px
    }

        .page-product-list .detailed-filter h5 {
            font-size: 13px;
            color: #666;
            margin: 0;
            letter-spacing: 1.5px;
            display: block
        }

        .page-product-list .detailed-filter h3 {
            font-size: 24px;
            font-weight: 700;
            color: #000;
            margin: 10px 0 0 0;
            display: inline-block;
            line-height: 35px
        }

            .page-product-list .detailed-filter h3 u {
                text-decoration: none;
                border-bottom: 2px solid #e10000;
                display: inline-block;
                padding-bottom: 3px
            }

        .page-product-list .detailed-filter .filter-select {
            width: 175px
        }

    .page-product-list .products > .row > div:nth-child(3n) {
        margin-bottom: 30px
    }

    .page-product-list .products > .row > div:last-child {
        margin-bottom: 0 !important
    }

.products-top .right {
    display: flex;
    align-items: center;
    gap: 45px;
}

.page-product-list .sidebar .sidebar-close {
    width: 40px;
    height: 40px;
    margin: 10px 0 0px auto;
    display: none;
}

    .page-product-list .sidebar .sidebar-close svg {
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }


.urun-ara {
    border: 1px solid #d9d9d9;
    padding: 7px 15px 1px 7px;
    border-radius: 15px;
}
.urun-ara a svg{
    height: 20px;
    margin-bottom: 7px;
}
@media screen and (max-width:1199px) {
    .page-product-list .products > .row > div:nth-child(3n) {
        margin-bottom: 0
    }

    .page-product-list .products > .row > div:nth-child(2n) {
        margin-bottom: 30px
    }
}

@media screen and (max-width:991px) {
    .page-product-list .sidebar {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 24px;
        margin-top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow: auto;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%)
    }

    .page-product-list .detailed-filter .col-flex {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .page-product-list .detailed-filter .col-right {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0
    }

    .page-product-list .detailed-filter h3 {
        font-size: 14px;
        line-height: 24px
    }

    .filter-opened {
        overflow: hidden
    }

        .filter-opened .page-product-list .sidebar {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            z-index: 99999999;
            background: #fff;
        }

            .filter-opened .page-product-list .sidebar i {
                display: block;
                color: black;
            }


    .page-product-list .sidebar .sidebar-close {
        display: block;
    }
}

@media screen and (max-width:767px) {

    .page-product-list .detailed-filter .col-right {
        width: 100%;
    }

        .page-product-list .detailed-filter .col-right .filter-button.hidden-md.hidden-lg {
            width: 100%;
        }

        .page-product-list .detailed-filter .col-right .btn {
            width: 100%;
            border-radius: 100px;
            height: 43px;
            line-height: normal;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .products-top .right {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .products-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .products-top .breadcrumb {
            display: none;
        }

    .page-product-list .products > .row > div {
        /* width: 100%; */
        margin-bottom: 30px
    }

        .page-product-list .products > .row > div:nth-child(3n) {
            margin-bottom: 30px
        }
}
.main-image div{
    display:inherit !important;
}
.product-holder {
    margin: 40px 0
}

    .product-holder .product-images {
        padding: 10px 0
    }

        .product-holder .product-images .main-image {
            cursor: pointer
        }
            .product-holder .product-images .main-image img {
                width: 100%;
                height: 370px;
                object-fit: contain;
                border: 1px solid #f3f3f3;
                border-radius: 15px;
                display:inherit !important;
            }
        .product-holder .product-images .other-images {
            position: relative;
            margin-top: 20px;
            display: flex;
            align-items: center;
        }

            .product-holder .product-images .other-images .other-btn {
                display: flex;
                padding: 10px;
                margin: 8px;
                cursor: pointer;
            }

                .product-holder .product-images .other-images .other-btn.other-btn-prev svg {
                    transform: rotate(180deg);
                }

                .product-holder .product-images .other-images .other-btn svg line {
                    stroke: #000000b8;
                }

                .product-holder .product-images .other-images .other-btn svg {
                    width: auto;
                    height: 18px;
                }

                .product-holder .product-images .other-images .other-btn.swiper-button-disabled {
                    opacity: 0;
                }

            .product-holder .product-images .other-images .swiper-slide {
                position: relative;
                display: block;
                padding: 5px;
                width: 100px !important;
            }

                .product-holder .product-images .other-images .swiper-slide:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    border: 2px solid #f8f8f8;
                    pointer-events: none;
                    border-radius: 10px;
                }

                .product-holder .product-images .other-images .swiper-slide img {
                    cursor: pointer;
                    pointer-events: painted;
                    object-fit: contain;
                    height: 100px;
                    width: 100%;
                }
                .product-whatsapp{
                    padding:25px 0;
                }
.whatsapp-siparis-btn {
    background: #167741;
    border: #167741;
    padding: 10px 25px;
    margin-right: 20px;
    border-radius: 7px;
    color: #ffffff;
    line-height: 20px;
    font-size:20px;
}
.whatsapp-siparis-btn:focus {
    color: #ffffff;
}
.whatsapp-siparis-btn:hover {
    background: #e51d22;
    color: #ffffff;
}
.whatsapp-siparis-btn img{
    height:28px;
    margin-right:15px;
}
.product-brand {
    border: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

    .product-brand .image {
        height: 80px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 90%;
        margin: 0 auto
    }

    .product-brand:hover {
        border-color: #e10000
    }

    .product-brand:after,
    .product-brand:before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms--transform: scale(0);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .product-brand:before {
        border-bottom: 1px solid #e10000;
        border-left: 1px solid #e10000;
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%
    }

    .product-brand:after {
        border-top: 1px solid #e10000;
        border-right: 1px solid #e10000;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0
    }

    .product-brand:hover::after,
    .product-brand:hover::before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1)
    }

.product-contents h1 {
    margin-top:25px;
    font-weight: bold;
    font-size: 25px;
    line-height:28px;
    text-align: left;
    color: #212121;
    line-height: 1.3;
}

.product-contents .product-information .col-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-contents .product-information .col-left {
    width: calc(100% - 160px);
    padding-right: 20px
}

.product-contents .product-information .col-right {
    width: 150px
}

.product-contents .product-information .col-left > div + div {
    border-top: 1px solid #00000012;
}

.product-contents .product-information {
    padding: 10px 0;
    margin-top: 0
}

.product-ozellikler{
    padding-top:25px;
}
.product-ozellikler ul{
        position: relative;
    margin-left: 15px;
}
.product-ozellikler ul li{
       position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    opacity: 0.6;
    margin-top: 15px;
}
    .product-ozellikler ul li:before {
        content: "";
        background-color: #e58679;
        width: 8px;
        height: 11px;
        position: absolute;
        left: -15px;
        top: 5px;
    }
    .product-contents .product-information .product-barcode,
    .product-contents .product-information .product-code {
        display: block;
        padding: 20px 0;
    }

        .product-contents .product-information .product-barcode > .text, .product-contents .product-information .product-code .text {
            width: 130px;
            display: inline-block;
            font-family: "new-order", sans-serif;
            font-weight: 500;
            font-size: 18px;
            text-align: left;
            color: #212121;
            margin-bottom:0;
        }

        .product-contents .product-information .product-barcode .number,
        .product-contents .product-information .product-code .number {
            font-family: "new-order", sans-serif;
            font-weight: 300;
            font-size: 18px;
            text-align: left;
            color: #2a2a2a;
        }

            .product-contents .product-information .product-barcode .number .p-select > button.btn.dropdown-toggle.btn-default {
                background: none !important;
                border: 1px solid #E1E1E1 !important;
                color: #A2A2A2;
            }

                .product-contents .product-information .product-barcode .number .p-select > button.btn.dropdown-toggle.btn-default:after {
                    width: 15px;
                }

                .product-contents .product-information .product-barcode .number .p-select > button.btn.dropdown-toggle.btn-default:before {
                    content: "";
                    position: absolute;
                    right: 7px;
                    top: 10px;
                    width: 28px;
                    height: 28px;
                    border-radius: 35px;
                    background: #F1F1F1;
                }

.product-contents .product-social {
    padding: 20px 0;
    border-bottom: 2px solid #f0f0f0
}

    .product-contents .product-social h4 {
        font-size: 13px;
        color: #000;
        font-style: italic;
        margin: 0
    }

        .product-contents .product-social h4 u {
            text-decoration: none;
            border-bottom: 3px solid #e10000;
            padding-bottom: 3px
        }

.tabs-product-tabs {
    position: relative;
    margin-bottom: 65px;
}

    .tabs-product-tabs > ul > li > a {
        line-height: 20px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        text-align: center;
        font-family: "new-order", sans-serif;
        font-weight: normal;
        font-size: 19px;
        text-align: left;
        color: #212121;
        background: #F1F1F1;
        padding: 14px 25px;
        border-radius: 45px;
    }

    .tabs-product-tabs > ul > li.active > a {
        background: #e51d22;
        color: #fff;
    }

    .tabs-product-tabs > ul > li + li {
        margin-left: 30px;
    }

.product-tabs {
    margin-top: 40px;
    border-top: 1px solid #e1e1e1;
    padding-top: 45px;
}

.tabs-product-tabs > ul > li > a:after {
    /* content: ''; */
    position: absolute;
    top: -3px;
    width: 0;
    background: #e10000;
    height: 4px;
    left: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tabs-product-tabs > ul > li.active > a:after {
    width: 100%;
    left: 0
}


.product-tabs .contents img {
    display: block;
    width: 100% !important;
    height: 100% !important
}

.product-tabs .contents p {
    margin: 0;
    font-family: "new-order", sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #2a2a2a;
    margin-top: 13px;
}



.module-product-showcase-slide-holder {
    position: relative
}

@media screen and (max-width:991px) {
    .product-holder .product-images {
        margin-bottom: 50px
    }

    .product .hover {
        display: none
    }

    .product-tabs .contents table tr td:first-child {
        width: 30%
    }

    .product-tabs .contents table tr td:last-child {
        width: 70%
    }
}

@media screen and (max-width: 500px) {
    .product-contents .product-information .product-barcode span,
    .product-contents .product-information .product-code span {
        display: block
    }

        .product-contents .product-information .product-barcode span + span,
        .product-contents .product-information .product-code span + span {
            /* margin-top: 5px; */
        }

    .product-contents .product-information .col-left > div + div {
        border-top: 2px solid #f0f0f0;
        /* margin-top: 10px; */
        /* padding-top: 10px; */
    }

    .product-contents h2 {
        margin-top: -15px;
        border-top: 1px solid #00000036;
        padding-top: 45px;
        text-align: center;
        font-size: 20px;
        line-height: 1.3;
    }

    .product-contents .product-information {
        margin-top: 0;
    }

        .product-contents .product-information .col-left {
            width: 100%;
        }

        .product-contents .product-information .product-barcode, .product-contents .product-information .product-code {
            display: flex;
            align-items: center;
        }

            .product-contents .product-information .product-barcode .number .p-select > button.btn.dropdown-toggle.btn-default:before {
                top: 8px;
            }

    .product-holder .product-images .main-image {
        border: 1px solid #0000001a;
        padding: 35px 15px;
        border-left: 0;
        border-right: 0;
    }

    .tabs-product-tabs img {
        display: none;
    }

    .tabs-product-tabs .col-inline-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .tabs-product-tabs > ul > li + li {
        margin-left: 0;
        margin-top: 10px;
    }

    .tabs-product-tabs > ul > li {
        width: 100%;
    }

        .tabs-product-tabs > ul > li > a {
            text-align: center !important;
            display: flex;
            align-items: ic;
            justify-content: center;
        }

    .product-tabs .contents#teknik-ozellikler p {
        font-size: 17px;
        text-align: center;
    }

    .product-tabs .contents table {
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
    }

    .module-product-showcase {
        margin-top: 55px;
    }
}
.other-images .swiper{
    overflow:inherit;
    width:100%;
}
.product-aciklama{
    padding:0 0;
}
.col-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contents-holder ul {
    position: relative;
    margin-left: 15px;
}
.contents-holder ul li {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    opacity: 0.6;
    margin-top: 15px;
}
    .contents-holder ul li:before {
        content: "";
        background-color: #e58679;
        width: 8px;
        height: 11px;
        position: absolute;
        left: -15px;
        top: 5px;
    }
.masglobal-appoint-area {
    background-image: url(/assets/images/background/background-mailorder.jpg);
    padding: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .masglobal-appoint-area:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(124deg, rgb(0 0 0 / 60%), #c1362b 86%);
    }

@media only screen and (max-width: 991px) {
    .masglobal-appoint-area {
        padding: 0 0px;
        background-position: center;
    }
    .masglobal-appoint-area .container{
        max-width:100%;
        padding: 0 35px;
    }
}

.masglobal-appoint-area .section-head {
    margin-bottom: 0px;
}

    .masglobal-appoint-area .section-head.center.white .aon-title {
        margin-bottom: 0;
        text-transform: capitalize;
        font-weight: 900;
        font-size: 30px;
        line-height: 37px;
    }

    .masglobal-appoint-area .section-head.center.white p {
        margin-bottom: 10px;
    }

.masglobal-appoint-area .container {
    position: relative;
}

.masglobal-appoint-area .media img {
    position: absolute;
    left: calc(100% - 2%);
    height: 175px;
    bottom: -45px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.masglobal-appoint-area .aon-sub-title {
    color: #ffffff;
}
.section-head.center.white .aon-title {
    color: #fff;
}
.section-head.center {
    text-align: center;
    margin: 0px auto 40px;
    max-width: 850px;
}
.masglobal-appoint-area .section-head.center.white p {
    margin-bottom: 10px;
    color:#ffffff;
}
.masglobal-appoint-area .lower-box {
    position: relative;
    padding: 30px 0 30px;
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.lower-box .text {
    position: relative;
    color: #fff;
    font-size: 18px;
}
    .lower-box .text a {
        position: relative;
        color: #fff;
        margin-left: 7px;
        border: 1px solid #fff;
        padding: 22px 20px;
        border-radius: 5px;
    }
    .lower-box .text a:hover {
        background-color: #e51d22;
    }
    .lower-box .text a img {
        height:45px;
        margin-right:15px;
    }
.masglobal-appoint-area .section-head {
    padding: 40px 0 0;
}
@media only screen and (max-width: 1800px) {
    .masglobal-appoint-area .media img {
        left: calc(100% - 30%);
        max-width: 450px;
    }
}

@media only screen and (max-width: 1600px) {
    .masglobal-appoint-area .media img {
        left: calc(100% - 30%);
        max-width: 400px;
    }
}

@media only screen and (max-width: 1280px) {
    .masglobal-appoint-area .media img {
        display: none;
    }
}

.masglobal-help-area {
    padding: 90px 0px;
}

@media only screen and (max-width: 991px) {
    .masglobal-help-area {
        padding: 30px 0px;
    }
}
@media screen and (max-width:1440px) {
    .list-categories {
        padding: 60px 25px;
        background: #FAFAFA;
        border-radius: 50px;
        position: sticky;
        overflow: auto;
        top: 140px;
        margin-bottom: 25px;
        width: 100%;
    }
        .list-categories h4 {
            margin-bottom: 20px;
        }
    .productpage-width-size {
        width: 25%;
        padding: 7px;
    }
 
}

@media screen and (max-width:1199px) {
    .productpage-width-size {
        width: 33.33%;
        padding: 7px;
    }
 

}

@media screen and (max-width:991px) {
    .padding-mobil{
        padding:0 10px;
    }
    .urunler-section .tabs_item .urunler-left-tab {
        padding-right: 0;
    }
    .list-categories {
        width: 100%;
    }
    .urunler-section .tabs_item {
        display: block;
        align-items: flex-start;
    }
    .productpage-width-size {
        width: 33.33%;
        padding: 7px;
    }
    .container-lotopartner {
        padding: 0 30px;
    }
   
}


@media screen and (max-width:767px) {
    .homepage-other-products {
        margin-top: 30px;
    }
    .lower-box .text a {
       display:block;
       margin-top:15px;
    }
    .homepage-banner {
        margin: 20px 10px 30px;
    }

    .homepage-banner .banner-item .item-content span {
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        height: 45px;
        color: #2a2a2a;
        display: block;
        margin-top: 0;
    }
    .homepage-banner .header-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        max-width: 800px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .homepage-banner .homepage-header {
        padding-top: 45px;
        border-top: 1px solid #f7f7f7;
    }
   
}
@media only screen and (max-width:575px){
    .container-lotopartner {
        padding: 0 15px;
    }
    .productpage-width-size {
        width: 50%;
        padding: 3px;
    }
    .product .placeholder-holder img {
        width: 100%;
        height: 130px;
        object-fit: contain;
    }
}
.border-topbox {
    border-top: 1px solid #e3e3e3;
    padding-top: 35px;
    padding-right: 35px;
}
.shop-list-tab .urunler-left-ust{
    width:75%;
}
.shop-list-tab .urunler-right-tab {
    width: 25%;
}
/* Search Start */
.hidden-search {position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 9999999;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);overflow: hidden;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.hidden-search .search-bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #002038;z-index: -1;opacity: .8;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);cursor: pointer;}
.hidden-search .search-top {background: #fff;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) .4s;-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) .4s;transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) .4s;height: 21vw;padding-top: 5.2vw;}
.hidden-search .search-top .close-search {/* display: flex; */-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;cursor: pointer;width: 20px;height: 20px;margin: 0 auto;}
.hidden-search .search-top .search-input {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 0px 0 4.8vw 0;margin-top: 4.2vw;max-width: 47.3vw;margin-left: auto;margin-right: auto;}
.hidden-search .search-top .search-input input {width: 100%;height: 4.7vw;font-weight: 300;font-size: 36px;color: #8b8b8b;padding: 20px 20px 25px 20px;border: 1px solid #00000038;transition: .4s;outline: 0 !important;box-shadow: none !important;}
.hidden-search .search-top .search-input input:focus {
    border-color: #e51d22;
}
.hidden-search.in-active {opacity: 1;visibility: visible;-webkit-transition: 0.4s !important;-o-transition: 0.4s !important;transition: 0.4s !important;}
.hidden-search.in-active .search-top { -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
.hidden-search.in-active.in-active-ani { opacity: 0; visibility: hidden; }
.hidden-search.in-active .search-top { height: 100%; }
.hidden-search .search-top .result-wrap{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 80px; opacity: 0; visibility: hidden; -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) .4s; -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) .4s; transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) .4s; overflow-y: auto; max-height: 100vh; }
.hidden-search .search-top .result-wrap .result-item-container{  }
.hidden-search .search-top .result-wrap .result-item-container > h2{font-weight: bold;font-size: 30px;color: #024374;margin-bottom: 50px;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 60vw;max-height: calc(60vh - 81px);overflow-y: auto;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-flex: 0;-ms-flex: 0 0 calc(50% - 60px);flex: 0 0 calc(50% - 60px);border-top: 1px solid #E2E2E2;margin-top: 20px;padding-top: 20px;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item + .result-item{margin-left: 6.2vw;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-img{margin-right: 2vw;max-width: 8.9vw;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-img img{
    width: 100px;
}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text{  }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text h2{font-size: 1.1vw;color: #9C9C9C;margin-bottom: 10px;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub h3{font-weight: bold;font-size: 15px;color: #9C9C9C;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;margin-bottom: 0;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub span{font-weight: bold;font-size: 15px;color: #9C9C9C;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-btn{ margin-left: 50px; -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); opacity: 0; visibility: hidden; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-btn svg{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);width: 2.4vw;height: 2.3vw;}
.hidden-search.result-active .search-top .result-wrap { opacity: 1; visibility: visible; }
.hidden-search .search-top .result-wrap .result-category{border-left: 1px solid #E8E8E8;padding-left: 85px;margin-left: 85px;}
.hidden-search .search-top .result-wrap .result-category h2{font-weight: bold;font-size: 30px;color: #024374;margin-bottom: 40px;}
.hidden-search .search-top .result-wrap .result-category ul{max-height: 34vh;overflow-y: auto;padding: 0;}
.hidden-search .search-top .result-wrap .result-category ul li{  }
.hidden-search .search-top .result-wrap .result-category ul li + li{margin-top: 15px;}
.hidden-search .search-top .result-wrap .result-category ul li a{font-size: 20px;color: #9c9c9c;}
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item:nth-child(1), .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item:nth-child(2) { margin-top: 0; padding-top: 0; border-top: none; }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item:nth-child(2n+1) { margin-left: 0; }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item:hover .result-text .result-text-sub span { color: #6A6A6A; }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item:hover .result-text .result-text-sub h3 { color: #6A6A6A; }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item:hover .result-text h2 { color: #000000; }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item:hover .result-btn { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; }
.hidden-search .search-top .result-wrap .result-category ul li a:hover { color: #000; }
.hidden-search .search-top .result-wrap .result-item-container .result-item-el::-webkit-scrollbar { width: 0px; }
.hidden-search .search-top .result-wrap .result-category ul::-webkit-scrollbar { width: 0px; }
.hidden-search .search-top .result-wrap::-webkit-scrollbar { width: 0px; }
.hidden-search.result-active .search-top { height: 100%; }

@media only screen and (max-width: 1370px) {
  .hidden-search .search-top .search-input input { height: 80px; }
  .hidden-search .search-top .search-input { max-width: 60vw; }
  .hidden-search .search-top { height: 23vw; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el { max-height: calc(74vh - 270px); width: 66vw; }
  .hidden-search .search-top .result-wrap { margin: 0 30px; }
}

@media only screen and (max-width: 991px) {
  .hidden-search .search-top .search-input input { height: 60px; font-size: 25px; }
  .hidden-search .search-top { height: 27vw; }
  .hidden-search .search-top .result-wrap { display: block; }
  .hidden-search .search-top .result-wrap .result-category { border-top: 1px solid #E8E8E8; margin-left: 0; padding-left: 0; border-left: none; margin-top: 30px; padding-top: 30px; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-img { margin-right: 20px; max-width: initial; min-width: 100px; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el { width: 100%; max-height: 27vh; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text h2 { font-size: 18px; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(55% - 60px); flex: 0 0 calc(55% - 60px); }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub span { font-size: 12px; margin-left: 10px; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text { }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub h3 { font-size: 12px; }
  .hidden-search .search-top .result-wrap .result-category ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .hidden-search .search-top .result-wrap .result-category ul li + li { margin-top: 0; }
  .hidden-search .search-top .result-wrap .result-category ul li { margin: 0 10px; }
  .hidden-search .search-top .result-wrap .result-item-container > h2, .hidden-search .search-top .result-wrap .result-category h2 { font-size: 25px; margin-bottom: 20px; }
}

@media only screen and (max-width: 767px) {
  .hidden-search .search-top .search-input input { font-size: 18px; height: auto; padding: 10px 15px; }
  .hidden-search .search-top .search-input { max-width: 90%; margin-top: 30px; }
  .hidden-search .search-top { height: 150px; padding-top: 16px; }
  .hidden-search .search-top .result-wrap .result-item-container > h2, .hidden-search .search-top .result-wrap .result-category h2 { font-size: 22px; margin-bottom: 15px; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item + .result-item { margin-left: 0; margin-top: 30px; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub { display: block; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub span { margin-left: 0; }
  .hidden-search .search-top .result-wrap .result-item-container .result-item-el .result-item .result-text .result-text-sub h3 {margin-bottom: -5px;}
}

/* Opened */
.hidden-search.opened { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.hidden-search.opened .search-bg {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.hidden-search.opened .search-top { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.hidden-search.opened .search-top .close-search { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.hidden-search.opened .search-top .search-input {}
.hidden-search.transition { -webkit-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1); transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);}
/* Search End */
.shop-list-tab .content .urunkodu{
    position:absolute;
    top:10px;
    right:0;
    left:0;
    margin:0 auto;
}
    .shop-list-tab .content .urunkodu .urunkodu-title {
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        color: #a2a2a2;
    }
.product-width-size .content .urunkodu {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.product-width-size .content .urunkodu .urunkodu-title {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #a2a2a2;
}
@media only screen and (max-width:991px){
    ul.pagination .page-item + .page-item {
        margin-left: 2px;
    }
    .page-item .page-link {
        margin-right: 2px;
        width: 30px;
        height: 30px;
    }
    .border-topbox {
        padding:45px 10px;
    }
}
@media only screen and (min-width:1250px){
    .urun-ara-mobil{
        display:none;
    }
}
@media only screen and (max-width:1250px) {
    .urun-ara {
        display: inherit;
    }
}
.urun-ara-mobil a svg {
    height: 20px;
    margin-bottom: 5px;
}
.urun-ara-mobil a:hover svg * {
    stroke: #e51d22;
}
.urun-ara-mobil a{
    height: 20px;
    margin-bottom: 5px;
}
.urun-ara-mobil {
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    padding: 7px 7px 1px;
}

@media only screen and (max-width:425px) {
    .main-header .header-upper .logo-box .logo img {
        height: 40px;
    }
}
@media only screen and (max-width:375px){
  
    .urun-ara-mobil {
        font-size:14px;
    }
}
.h3-title span.text-red {
    color: #e51d22;
}
.background-map-overlay {
    background-image: url(/assets/images/background/global-map.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: rgb(255 255 255 / 90%);
    background-blend-mode: overlay;
    padding:85px 0;
    margin-top:25px;
}
.mb-25{
    margin-bottom:25px;
}