@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: #034694;
}

.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: #f1f1f1;
}

    .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: #034694;
        }

        .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%;
    }

.contact {
}

    .contact .contact-container {
        display: flex;
        margin: 0 90px -200px;
        position: relative;
    }

        .contact .contact-container .contact-form {
            flex: 0 0 50%;
            max-width: 50%;
            background: #fff;
            padding: 50px 55px 95px;
            border-top: 1px solid #f1f1f1;
        }

            .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: 20px;
    color: #000;
    border: none;
    resize: none;
    padding: 0 30px 20px;
    height: 45px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    outline: none;
    transition: 0.4s;
        font-family: "new-order", 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 #034694;
        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: #034694;
                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: #034694;
                }

                .contact .contact-branches .branche-item ul li a:hover {
                    color: #034694;
                }

                .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 #034694;
        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;
    overflow: hidden;
    color: #ffffff;
}

.slider .swiper-slide {
    height: 80vh;
    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) 25.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: #034694;
    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;
}
footer a {
    color: #ffffff;
}

    footer a:hover {
        color: #b0d0f5;
    }

.main-header .header-upper .logo-box .logo img {
    height: 75px;
    padding:0 0;
    width: auto;
}

footer {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #f5f7fa;
    width:100%;
}

    footer p,
    footer span {
        color: #ffffff;
        margin-bottom: 0;
    }

    footer .footer-logo {
        max-width: 450px;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    footer .footer-rectangle {
        position: absolute;
        bottom: -3px;
        right: -80px;
    }

    footer .footer-contact {
        background-color: #23262c;
        display: flex;
        flex: 1;
        padding-left: 15vw;
        flex-direction: column;
        position: relative;
        clip-path: polygon(164px 0, 100% 0%, 100% 100%, 0% 100%);
    }

    footer .footer-help div p {
        opacity: 0.5;
    }

    footer .footer-help {
        padding-top: 61px;
        display: flex;
        padding-right: 5vw;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 31px;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }

        footer .footer-help p {
            padding-bottom: 15px;
            font-size: 15px;
        }

        footer .footer-help .footer-phone span {
            font-size: 1.3vw;
            font-weight: bold;
            transition: 0.1s;
        }

            footer .footer-help .footer-phone span:hover {
                opacity: 0.6;
            }

        footer .footer-help .footer-address span {
            max-width: 207px;
            display: inline-block;
            font-size:14px;
            line-height: 18px;
        }
    footer p, footer span {
        font-size:14px;
        line-height:18px;
    }
    footer .footer-mail a {
        display: block;
        margin-bottom: 5px;
    }

    footer .footer-phone {
    }

    footer .footer-address {
        width: 200px;
    }

        footer .footer-address span {
            line-height: 18px;
        }

    footer .footer-mail {
    }

        footer .footer-mail p,
        footer .footer-mail span {
            line-height: 18px;
            transition: 0.4s;
        }

            footer .footer-mail span:hover {
                opacity: 0.6;
            }

    footer .footer-services p {
        font-size: 14px;
        font-weight: 400;
        padding: 28px 0 33px;
        transition: 0.4s;
    }

        footer .footer-services p:hover {
            opacity: 0.6;
        }

    footer .footer-services {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        padding-right: 8vw;
        gap: 10px;
    }

    footer .footer-cookies-policy-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 5vw;
    }

        footer .footer-cookies-policy-wrapper .footer-cookies-policy {
            display: flex;
            align-items: center;
            flex-direction: row;
            margin: 0;
            width: 100%;
            justify-content: flex-start;
            padding-right: 24px;
            padding-top: 0px;
        }

        footer .footer-cookies-policy-wrapper .footer-designed-by {
            display: flex;
            align-items: center;
            flex-direction: row;
            margin: 0;
            width: 40%;
            justify-content: flex-end;
            padding-right: 24px;
            padding-top: 0px;
        }

        footer .footer-cookies-policy-wrapper .footer-designed-by {
            width: 100%;
            padding-top: 20px;
        }

        footer .footer-cookies-policy-wrapper div:nth-child(1) {
            padding: 34px 0;
        }

            footer .footer-cookies-policy-wrapper div:nth-child(1) p:after {
                content: "/";
                padding-left: 18px;
                padding-right: 18px;
            }

        footer .footer-cookies-policy-wrapper div span:last-child {
            padding-left: 30px;
        }

    footer .footer-contact img {
        padding-left: 6px;
        height: 20px;
    }

    footer .footer-logo {
        padding-left: 90px;
    }

        footer .footer-logo img {
            height: 85px;
            width: auto;
        }

    footer .footer-rectangle img {
        height: auto;
        width: auto;
    }

    footer .footer-address-wrapper {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        align-items: center;
        gap: 50px;
    }

.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);
}

    .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);
    }

.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: #034694;
    }

.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 #034694;
    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: #034694;
    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,
ul li {
    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,
    ul li {
        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: #83b1e7;
        width: 8px;
        height: 11px;
        position: absolute;
        left: -15px;
        top: 5px;
    }
.bhdtrade-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 > a {
            position: relative;
            display: block;
            text-align: center;
            font-size: 16px;
            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 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 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;
    background: #f0f2f3;
}

.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: #034694;
    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: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: #034694;
            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: #034694;
            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: #034694;
    padding-left: 40px;
    margin-bottom: 6px;
}

    .sub-title:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 2px;
        left: 0px;
        top: 12px;
        background: #034694;
    }

.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: 1630px) {
    footer .footer-contact {
        padding-left: 11vw;
    }
}

@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) {
    footer .footer-logo {
        max-width: 235px;
        padding-left: 19px;
    }

    .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;
    }

    footer .footer-logo {
        display: none;
    }

    footer .footer-contact {
        padding-left: 0;
        clip-path: initial;
    }

    footer .footer-help {
        padding: 40px 50px;
    }

    footer .footer-services {
        padding: 20px 50px;
    }

        footer .footer-services p {
            font-size: 1.6vw;
            padding: 0;
        }

    footer .footer-cookies-policy-wrapper {
        padding: 0px 50px;
    }

    footer .footer-services p a {
        padding: 20px 0;
        display: block;
    }

    .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 -200px;
    }

        .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: 40px;
        }

        .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;

    }*/
    footer .footer-contact {
        clip-path: unset;
    }

    footer .footer-help {
        padding-right: unset;
    }

    footer .footer-help,
    footer .footer-address-wrapper {
        flex-direction: column;
        width: 100%;
    }

    footer .footer-contact {
        padding-left: 0;
    }

    footer .footer-help p {
        font-size: 25px;
        padding-bottom: 15px;
    }
    footer .footer-help .footer-phone p {
        padding-bottom: 35px;
        line-height: 41px;
        font-size: 32px;
    }
    footer .footer-help .footer-phone span {
        font-size: 4vw;
        opacity: 0.9;
    }

    footer .footer-phone {
        text-align: center;
        margin-bottom: 50px;
    }

    footer .footer-address {
        text-align: center;
        width: 100%;
    }

    footer .footer-help div p {
        opacity: 1;
    }

    footer .footer-help .footer-address span {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
        font-weight: 300;
        opacity: 0.9;
    }

    footer .footer-mail {
        text-align: center;
        width: 100%;
    }

        footer .footer-mail a {
            margin-bottom: 10px;
            font-size: 5vw;
            padding: 5px 0;
            font-weight: 300;
            opacity: 0.9;
        }

    footer {
        display: flex;
        flex-direction: column;
    }

        footer .footer-services p {
            font-size: 20px;
            padding: 0;
            max-width: 150px;
            margin: 0 auto;
        }

        footer .footer-services {
            padding: 30px 24px;
            gap: 20px 5px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            text-align: center;
            line-height: 1.4;
        }

        footer .footer-help {
            padding: 45px 24px 30px;
        }

        footer .footer-cookies-policy-wrapper {
            flex-direction: column;
            padding: 30px 0 20px;
            position: relative;
        }

        footer .footer-designed-by {
            font-size: 18px;
            margin-bottom: 20px;
        }

        footer .footer-services p a {
            padding: 5px 0;
            font-size: 15px;
        }

        footer .footer-cookies-policy-wrapper div:nth-child(1) {
            gap: 30px;
            padding: 0 24px 30px;
            border-bottom: 1px solid rgb(255 255 255 / 20%);
            width: 100%;
            justify-content: center;
        }

        footer .footer-designed-by a:first-child {
            font-size: 13px;
        }

        footer .footer-cookies-policy-wrapper div:nth-child(1) a {
            font-size: 14px;
        }

        footer .footer-cookies-policy-wrapper div:nth-child(1) p {
            position: absolute;
            bottom: 23px;
            left: 24px;
        }

            footer .footer-cookies-policy-wrapper div:nth-child(1) p:after {
                visibility: hidden;
            }

    .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;
    }

    .bhdtrade-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 -200px;
    }

        .contact .contact-container .contact-info {
            max-width: 100%;
            padding: 60px 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(50% - 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;
    }

    footer .footer-logo {
        padding-left: 0;
        align-items: center;
        width: 200px;
    }

   
    .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%;
        top: 68vw;
        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: 100vw;
    }

    .slider-button-next,
    .slider-button-prev {
        top: 35vw;
    }

    .slider .swiper-slide .slider-image:after {
        opacity: 1;
        left: 0;
        width: 100%;
        height: 100px;
        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;
    }

    .bhdtrade-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 {
        top: 60vw;
    }

    .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 {
        1 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;
    }

    .bhdtrade-section {
        padding: 35px 0;
    }

    .slider .slider-pagination {
        top: 80vw;
    }

    .slider .swiper-slide .slider-image {
        position: relative;
        z-index: 1;
        height: 123vw;
    }

    .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 {
        top: 66vw;
    }

    .slider .swiper-slide .slider-image {
        position: relative;
        z-index: 1;
        height: 113vw;
    }
}

@media only screen and (max-width:345px) {
    .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: #1466A0; }
.home-information .nav-tabs .nav-item .nav-link:hover .card-number { background: #1466A0; color: #2E79AF; }
.home-information .nav-tabs .nav-item .nav-link:hover .card-img svg { fill: #1466A0; }
.home-information .nav-tabs .nav-item .nav-link.active .card-text { color: #1466A0; }
.home-information .nav-tabs .nav-item .nav-link.active .card-number { background: #1466A0; color: #2E79AF; }
.home-information .nav-tabs .nav-item .nav-link.active .card-img svg { fill: #1466A0; }
.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 110px 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; }
.home-products .products .first-box {min-height: 282px;}
.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 {flex: 0 0 20%;padding: 0 15px;}
.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: #1466A0; *//* mix-blend-mode: normal; *//* opacity: .5; */}
.home-products .products .box:hover:after { background: #1466A0; }
.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: #1466A0; 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; }

@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 110px 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;
}
.page-title {
    padding: 10px 0;
    position: relative;
    
}
.page-title .title-first { display: flex; justify-content: space-between; align-items: center;}
.page-title .container { position: relative; max-width:100%; padding:0 115px;}
.page-title .breadcrumb-item+.breadcrumb-item::before {content: "";background-image: url(../img/svg/page-title-arrow.svg);width: 8px;height: 8px;background-repeat: no-repeat;padding-right: 13px;}
.page-title ol.breadcrumb li a svg { fill: #A0A0B1; width: 13px; height: 13px; margin-top: -3.5px;}
.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
}

.title-first h1 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 27px;
  line-height: 49px;
  color: #6f6f89;
}

ol.breadcrumb li {
  font-weight: 500;
  font-size: 14px;
  line-height: 49px;
  text-align: left;
  color: #a0a0b1;
}

ol.breadcrumb li a {
  font-weight: 500;
  font-size: 14px;
  color: #a0a0b1;
}

ol.breadcrumb li a:hover {
  color: #48484e;
}

ol.breadcrumb li.active {font-weight: 600;color: #a0a0b1;}

ol.breadcrumb li + li:before {
  color: #ffffff;
}

ol.breadcrumb .breadcrumb-item.breadcrumb-item:before {
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-title .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background-image: url(/assets/images/icons/page-title-arrow.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    padding-right: 13px;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
/* Ü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: #1466A0; *//* 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ünler */

/* Ü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;
    }
}

@media only screen and (max-width: 767px) {
    .page-title {
        padding: 10px 0;
    }

        .page-title .title-first {
            flex-direction: column;
            justify-content: center;
            text-align: center;
            margin-top: 20px;
        }

            .page-title .title-first h1 {
                font-size: 20px;
                line-height: initial;
            }

        .page-title ol.breadcrumb {
            margin-top: 15px;
            justify-content: center;
        }

            .page-title ol.breadcrumb li {
                line-height: initial;
            }
}
.onlineodeme-btn {
    background: #167741 !important;
    border: #167741 !important;
    padding: 5px 15px 3px !important;
    margin-right: 20px;
    border-radius: 7px;
    color: #ffffff !important;
    line-height: inherit !important;
}
.teklifal-btn {
    background: #034694 !important;
    border: #034694 !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){
       
        .onlineodeme-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 #034694;
    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(#034694), to(#ffffff00));background: -o-linear-gradient(right, #034694, #ffffff00);background: linear-gradient(to left, #034694, #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: #034694;
    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){
    footer .footer-help .footer-phone span {
        font-size: 27px;
        opacity: 0.9;
    }
    .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;
    }

}