/* KAYDIRMA CUBUGU RENKLENDIRMESI */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

/* BASLANGIC */

body {
    overflow-x: hidden !important; /* YATAY EKSENDE KAYDIRMA CUBUGUNU KALDIR. */
    font-family: 'Cormorant Garamond', serif !important;
    background-color: #FFFFFF;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    min-height: 100%;
    height: auto !important;
    transition: background-color .5s;
}

p {
    font-family: 'Cormorant Garamond', serif !important;
}

a {
    border-bottom: none !important;
}

    a:hover, a:active, a:focus {
        text-decoration: none !important;
        border-bottom: none !important;
    }

.nopm {
    margin: 0;
    padding: 0;
}

/* MENU */
.fas {
    font-family: "Font Awesome 5 Brands";
}

.menu {
}

.logo img {
    height: 60px;
    padding: 5px;
}

.header {
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}

    .header .header__content {
        padding: 10px 0px;
    }

    .header .header__link {
        color: #CE2023;
        font-size: 18px;
        font-weight: 700;
    }

        .header .header__link:hover {
            color: #CE2023;
        }

.nav-top ul li {
    float: left;
    margin: 0px 20px;
    color: #9D9D9D;
    font-size: 18px;
    font-weight: 400;
}

.nav-top ul .search a {
    color: #9D9D9D;
    font-size: 15px;
    margin: auto;
}

    .nav-top ul .search a span {
        margin: auto;
    }

.stellarnav ul li span {
    font-size: 20px;
    margin-left: 10px;
}

.ust-menu {
    padding: 10px 20px;
    z-index: 2;
    margin: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0px 2px 6px #787777;
    background-color: #fff;
}

    /* LOGO */
    .ust-menu .navbar-brand {
        padding: 0px;
        height: auto;
    }

        .ust-menu .navbar-brand > img {
            padding: 0px;
            width: 100%;
            height: auto;
            display: block;
        }

    /* MENU - RENKLER */
    .ust-menu .navbar-nav > li > a {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
    }

.ust-menu {
    position: relative;
}

.navbar-lang {
    margin-top: 10px;
}

    .navbar-lang ul li {
        float: left;
        margin-right: 10px;
    }

        .navbar-lang ul li span {
            color: #808080;
            font-size: 18px;
            margin-top: 6px;
        }


.lang-liste img {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.navbar-lang ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #808080;
}

.navbar-lang ul .search {
    border-right: 1px solid #C5C5C5;
    padding-right: 10px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
}


.ust-menu .navbar-nav > li > ul > li a {
    color: #01267e;
    font-weight: bold;
}

.nav-top .alt-dropdown a {
    color: #000;
}

.dropdown-menu {
    min-width: 43px;
    opacity: 1;
}

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        color: #808080;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-menu > li > a {
        padding: 0px 9px !important;
        color: #ffffff;
    }

@media (max-width: 900px) {
    .ust-menu .navbar-nav .open .dropdown-menu > li > a {
        color: #01267E;
        font-weight: bold;
        padding: 2px;
        padding-left: 10px;
        margin: 0px;
        margin-top: 3px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 64px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
}

.navbar-brand {
    width: 180px !important;
    height: 70px !important;
}

/* TABLETE KADAR KUCULTME OLAYI */

@media (max-width: 992px) {

    .navbar-header {
        padding: 0px;
        float: none;
        margin-bottom: 50px;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
            padding: 10px 0px
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .navbar-nav > li > ul {
                width: 100%;
            }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
        background: #ffffff;
        /*background-color: rgba(0, 0, 0, 0.8);
        padding-bottom: 10px;*/
    }


    .ust-menu {
        padding-top: 17px;
        min-width: 100%;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #BFA27C;
        background-color: #BFA27C;
    }

        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: #EFEAE3;
        }
}

@media screen and (max-width: 767px) {
    .navbar:before {
        display: none;
    }

    .navbar-collapse {
        border-top: none
    }

    .nav:before {
        display: none !important
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ust-menu .navbar-toggle {
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: 0px;
        right: auto;
        top: 27px;
        margin-left: 0px;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

    .stellarnav {
        position: relative;
        top: 0;
        right: 0;
    }
}


@media (max-width: 992px) {
    .menu-sag {
        padding: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
    }
        /*.navbar-collapse.collapse.in {
        padding-top: 10px;
        margin-top: 60px;
    }*/

        .menu-sag li {
            display: inline-block;
        }

            .menu-sag li a {
                font-size: 15px !important;
                padding: 7px;
                margin: 0px;
            }
}

/*Son menu*/
.katalog {
    text-align: center;
    margin-top: 20px;
}

    .katalog a {
        color: #CE2023;
        font-size: 18px;
        font-weight: 700;
    }

.menu-trigger em {
    font-size: 18px;
    color: #111111;
    font-weight: 600;
}

.search-active .header .widget-search {
    height: calc(100% - 69px);
}

.header .widget-search {
    top: 80px;
}

.menu-active .header .header__popup {
    height: calc(100vh - 77px);
}

.phone-li p a {
    display: block;
}

.header .header__entry p a:hover {
    color: #3A3A3A;
    opacity: .7;
}
/* YUKLENIYOR */
.gnl-loading {
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 9999999999;
}

.loading {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    text-align: center;
}

.loading-item {
    width: 100px;
    height: 100px;
    position: absolute;
}

.loading-item-1 {
    background-color: #FA5667;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: loading-item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-item-2 {
    background-color: #7A45E5;
    top: 0;
    right: 0;
    -webkit-animation: loading-item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-item-3 {
    background-color: #1B91F7;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: loading-item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-item-4 {
    background-color: #FAC24C;
    bottom: 0;
    left: 0;
    -webkit-animation: loading-item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@-webkit-keyframes loading-item-1_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    50% {
        -webkit-transform: translate(100px, 100px);
        transform: translate(100px, 100px);
    }

    75% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@keyframes loading-item-1_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    50% {
        -webkit-transform: translate(100px, 100px);
        transform: translate(100px, 100px);
    }

    75% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@-webkit-keyframes loading-item-2_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }

    50% {
        -webkit-transform: translate(-100px, 100px);
        transform: translate(-100px, 100px);
    }

    75% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@keyframes loading-item-2_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }

    50% {
        -webkit-transform: translate(-100px, 100px);
        transform: translate(-100px, 100px);
    }

    75% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@-webkit-keyframes loading-item-3_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

    50% {
        -webkit-transform: translate(-100px, -100px);
        transform: translate(-100px, -100px);
    }

    75% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@keyframes loading-item-3_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

    50% {
        -webkit-transform: translate(-100px, -100px);
        transform: translate(-100px, -100px);
    }

    75% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@-webkit-keyframes loading-item-4_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }

    50% {
        -webkit-transform: translate(100px, -100px);
        transform: translate(100px, -100px);
    }

    75% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@keyframes loading-item-4_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }

    50% {
        -webkit-transform: translate(100px, -100px);
        transform: translate(100px, -100px);
    }

    75% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

/*arama penceresi*/
/* ARAMA */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    /*-ms-transition: all 0.5s ease-in-out;*/
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: 0;
        left: 0px;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        border-radius: 5px;
        padding: 10px 30px;
        font-size: 16px;
        background-color: #3771b6;
        color: #ffffff;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #3771B6;
        border-color: #3771B6;
        opacity: 1;
        padding: 2px 13px 5px;
        font-size: 30px;
        border-radius: 5px;
    }

.btn-primary {
    color: #fff;
    background-color: #3771B6;
    border-color: #3771B6;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #3771B6 !important;
        border-color: #3771B6 !important;
        opacity: .8;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #3771B6;
        border-color: #3771B6;
    }

.arama-btn {
    background-color: #3771b6;
    border-color: #3771b6;
    border-radius: 5px;
}

    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .arama-btn:hover {
        background-color: #3771b6 !important;
        border-color: #3771b6 !important;
    }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #466ABE;
    border-color: #466ABE;
}

@media(max-width: 768px) {
    #search input[type="search"] {
        font-size: 30px;
        margin-top: -51px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #search .btn {
        margin-top: 10px;
    }
}
/*arama penceresi*/

.arama-content {
    padding: 120px 0px 231px;
}

.page-txt {
    margin-bottom: 30px;
}

.page-arama li {
    display: block;
    padding: 10px;
}

    .page-arama li:hover {
        background-color: rgba(206, 32, 35, .3);
    }

    .page-arama li img {
        width: 100px;
        height: auto;
        margin-right: 10px;
    }
/* ARAMA */
/*Menu*/
.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.navbar {
    padding: 0px 30px;
}

.top-menu {
    background: #404040;
    padding: 5px 30px;
    display: list-item;
}

.menu-adres {
    color: #AAAAAA;
    font-weight: 400;
    font-size: 15px;
    float: left;
}

.menu-phone ul li {
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    color: #AAAAAA;
}

.menu-phone ul {
    margin: 0px;
}

.top-menu span {
    margin-right: 10px;
}

.menu-phone ul li a {
    color: #AAAAAA;
    font-size: 15px;
    font-weight: 400;
}

.nav-link {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 30px;
    /*border: 1px solid transparent;*/
}

.nav-logo .nav-link {
    border: none;
}

.nav-item:hover .nav-link {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.nav-logo:hover .nav-link {
    border: none;
}


.nav-logo a {
    padding: 0px;
}

.nav-logo img {
    padding: 0px 30px;
    margin-top: -10px;
}

.navbar-toggler {
    display: none;
}

@media (max-width:1050px) {
    .nav-link {
        padding: 20px 20px;
    }
}

@media (max-width:992px) {
    .navbar-toggler {
        display: block;
        float: right;
        position: absolute;
        top: 0px;
        right: 30px;
    }

    .navbar-collapse {
        float: none !important;
    }

    .navbar-brand {
        float: left;
    }

    .navbar-collapse.collapse {
        padding: 0px;
        /*margin: 0px;*/
        width: 100%;
        /*background: #3d3d3d;*/
        margin-top: 7px;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }
    /*.navbar{
        background: #3d3d3d;
    }*/

    .menu-adres {
        display: none
    }

    .menu-phone ul li:nth-child(n+3) {
        display: none
    }
}

.navbar.navbar-no-bg {
    opacity: .8 !important;
}

nav.navbar.fixed-top.navbar-expand-md.navbar-no-bg {
    height: 80px !important;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
/*Menu*/
/*Slider*/
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slider-perde {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.home-slider .item img {
    width: 100%;
    height: 100vh;
}

.carousel-control {
    top: 50% !important;
}
/*Slider*/

/*Section2*/
.section2 {
    background-color: #2B2B2B;
    padding: 80px 0px;
    text-align: center;
}

.sec2-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

    .sec2-title::after {
        content: "";
        border-bottom: 1px solid #686868;
        width: 148px;
        display: block;
        margin: 10px auto;
    }

.sec2-txt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0px;
}

.sec2-link {
    border: 1px solid #686868;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
}

    .sec2-link a {
        font-size: 16px;
        font-weight: 100;
        color: #ffffff;
    }

.col-xs-15 {
    width: 50%;
    float: left;
}

/*Section2*/

/*Section3*/
.section3 {
    position: relative;
}

.sec3-item {
    position: relative;
}

    .sec3-item img {
        width: 100%;
    }

.sec3-title {
    background: #0F0F0F;
    padding: 10px 30px;
    color: #E31E24;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    text-align: center;
}

.sec3-siyah {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
}

.sec3-hover, .sec3-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50% );
    text-align: center;
}

.sec3-txt {
    color: #8F8F8F;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.sec3-bg {
    display: none;
}

.sec3-item:hover .sec3-siyah {
    opacity: .2;
}

.sec3-item:hover .sec3-hover {
    display: none;
}

.sec3-item:hover .sec3-bg {
    display: block;
}

.sec3-item:hover .sec3-txt {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.sec3-bg a {
    background: #E31E24;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 25px;
}
/*Section3*/


/*Section4*/

.mobil_toogle {
    display: none !important;
}

.sec4-title {
    background: #F7F7F7;
    padding: 15px 0px;
    text-align: center;
    color: #4E4E4E;
    font-size: 36px;
    font-weight: 700;
}

.sec4-owl {
    padding: 100px 100px;
}

@media (max-width:768px) {
    .sec4-owl {
        padding: 100px 30px;
    }

    ul.page-ul .dropdown > a > i {
        font-size: 30px;
        margin: 5px 20px 0px !important;
    }

    .urun-resim {
        margin-left: 15px;
    }

    .urun-menu {
        display: none !important;
    }

    .dropdown-menu_bg {
        position: initial !important;
        width: 100% !important;
    }

    .nav-item:hover .nav-link {
        border: none;
        color: #ffffff !important;
    }

    .fixed-top .navbar-nav li::after {
        content: "";
        display: none;
    }

    .navbar-nav > li {
        text-align: left !important;
    }

    .deskop_toogle {
        display: none !important;
    }

    .mobil_toogle {
        display: block !important;
    }
}

.sec4-owl .item {
    border: 1px solid #EFEFEF;
}

#owl-1 .owl-dots.disabled {
    display: block;
}

/*Section4*/

/*Section5*/
.section5 {
    background-color: #272727;
    padding: 80px 0px;
    position: relative;
}

.sec5-bg {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

    .sec5-bg img {
        width: 400px;
    }

.sosyal {
    margin-top: 15px;
}

    .sosyal ul li {
        float: left;
        margin: 5px;
        background: #7E7E7E;
        border-radius: 50%;
        padding: 5px 10px;
        width: 30px;
        height: 30px;
    }

        .sosyal ul li a {
            color: #272727;
        }

.sec5-title {
    margin-bottom: 20px;
    color: #C8C8C8;
    font-size: 16px;
    font-weight: 300;
}

.footer-nav li {
    margin-bottom: 10px;
}

    .footer-nav li a {
        color: #949494;
        font-size: 16px;
        font-weight: 300;
    }

.sec5-iletisim li {
    color: #AAAAAA;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

    .sec5-iletisim li:nth-child(2), .sec5-iletisim li:nth-child(3) {
        color: #AAAAAA;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .sec5-iletisim li span {
        color: #878787;
        font-size: 20px;
        margin-right: 10px;
    }

.section6 {
    background: #444444;
    padding: 10px;
}

.etiket-a {
    float: left;
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 400;
}

.etiket-link {
    float: right;
}

    .etiket-link a {
        color: #8E8E8E;
        font-size: 14px;
        font-weight: 400;
    }
/*Section5*/
/*/-/-/-/-/-/-/-//ALT SAYFLAR//-/-/-/-/-/-/-/-/-/-/*/
/*S�te-map*/
.site-map {
    padding: 10px 0px;
    margin-top: 3px;
    position: relative;
    background: #F7F7F7
}

.breadcrumb {
    padding: 0;
    text-align: left;
    margin-bottom: 0px;
    background-color: transparent !important;
}

.site-map ol li a {
    color: #747474;
    font-weight: 300;
    font-size: 14px;
}
/*S�te-map*/

/*/-/-/-/-/-/-/-/-/-/-/KURUMSAL*/
.page-banner {
    position: relative
}

.page-content {
    padding: 100px 0px;
}

.page-baslik {
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
}

.hakkimizda-img {
    float: right;
    margin: 0px 0px 10px 20px;
}


/*/-/-/-/-/-/-/-/-/-/-/Urun Gruplari*/
.siyah-banner {
    height: 110px;
    width: 100%;
    background-color: #3D3D3D;
}

.urun-title {
    color: #060606;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.urun-item {
    margin-bottom: 30px;
}

.urun-img img {
    border: 5px solid #F7F7F7;
}

.urun-item:hover .urun-title {
    color: #E31E24;
    font-weight: 400;
}

.urun-item .zoom {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    vertical-align: top;
}

    .urun-item .zoom img {
        display: block;
        width: 100%;
        height: auto;
        transition: all .8s ease;
        transform: scale(1);
    }

.urun-item:hover img {
    transform: scale(1.1);
}

.urun-item:hover .zoom img {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

.item-urun .zoom {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    vertical-align: top;
}

    .item-urun .zoom img {
        display: block;
        width: 100%;
        height: auto;
        transition: all .8s ease;
        transform: scale(1);
    }

.item-urun:hover img {
    transform: scale(1.1);
}

.item-urun:hover .zoom img {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

/*/-/-/-/-/-/-/-/-/-/-/Referanslar*/
.referans-item img {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

.referans-item:hover img {
    opacity: .7;
}

.referans-resimler {
    margin-bottom: 50px;
}

.referanslar {
    margin-bottom: 160px;
    margin-top: 50px;
}

    .referanslar img {
        border: 1px solid #cacaca;
        margin-bottom: 20px;
    }

.referans .zoom {
    position: relative;
    width: 100%;
    vertical-align: top;
}

    .referans .zoom img {
        display: block;
        width: 100%;
        height: auto;
        transition: all .8s ease;
        transform: scale(1);
    }

.referans:hover img {
    transform: scale(1.1);
}

.referans:hover .zoom img {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
/*/-/-/-/-/-/-/-/-/-/-/Kategoriler*/
/*solmenu*/
.page-b1 {
    background: #CE2023;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.page-b {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #3771B6;
    padding: 10px 0px;
}

ul.page-ul {
    margin: 0px;
    padding: 0px;
}

    ul.page-ul .dropdown > a {
        float: left;
        font-size: 16px;
        color: #3771B6;
    }

        ul.page-ul .dropdown > a > i {
            font-size: 30px;
            margin: 5px 10px 0px;
        }

@media(min-width:992px) {
    ul.page-ul .dropdown > a {
        display: none;
    }

    ul.sol-menu-list {
        display: block;
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar.navbar-no-bg {
        opacity: 1 !important;
    }
}

ul.sol-menu-list {
    list-style: none;
    position: relative;
    border: none;
    box-shadow: none;
    width: 100%;
    transition: all 1s ease-in-out;
    margin-bottom: 30px;
    z-index: 0;
}

.sol-menu-list li {
    display: block;
    border-bottom: 1px solid #E1E1E1;
}

    .sol-menu-list li a {
        position: relative;
        display: block;
        font-weight: 300;
        color: #2E2E2E;
        font-size: 18px;
        padding: 14px 0px 12px 15px !important;
        background: #F7F7F7;
        white-space: initial;
    }

        .sol-menu-list li a:hover {
            text-decoration: none;
            color: #CE2023 !important;
            background-color: #F7F7F7;
        }

        .sol-menu-list li a:focus, .sm-active {
            text-decoration: none !important;
            color: #CE2023 !important;
            padding: 0px;
        }
/*solmenu end*/

/*/-/-/-/-/-/-/-/-/-/-/Urun-Detay*/
.urun-owl {
    border: 1px solid #E2E2E2;
    margin-bottom: 50px;
}

#owl-3 .owl-dots.disabled {
    display: block;
}

#owl-3 .owl-dots .owl-dot.active span, #owl-3 .owl-dots .owl-dot:hover span {
    background: #E31E24;
}
/*Tab menu*/
.tab-baslik {
    color: #E31E24;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tab-icerik {
    color: #242424;
    font-size: 16px;
    font-weight: 300;
}

.nav-tabs li a {
    color: #C4C4C4;
    font-size: 18px;
    font-weight: 400;
}

.nav-tabs .active a {
    color: #636363;
    font-size: 18px;
    font-weight: 700;
}

.nav-tabs li a span {
    vertical-align: top;
}

.nav-tabs .active path {
    fill: #636363;
}

.nav-tabs path {
    fill: #C4C4C4;
}

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    border: 0px;
}

.tab-content {
    background: #F7F7F7;
    padding: 30px;
}

.tab-menu .nav > li > a {
    padding: 10px 20px 10px 0px;
}

.tab-menu .nav-tabs {
    margin-bottom: 10px;
}
/*.tab-menu .nav-tabs>li>{
    border:0px;
}*/
.urun-res-item {
    display: inline-block;
    margin: 10px;
    border: 0px;
}

.resim-txt {
    color: #636363;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
/*/-/-/-/-/-/-/-/-/-/-/Iletisim*/
.iletisim-bg {
    background-color: #F7F7F7;
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
}

.iletisim-content {
    background-color: #ffffff;
    padding: 20px;
}

.iletisim-title {
    color: #060606;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.iletisim-icerik ul li {
    margin-bottom: 15px;
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 300;
}

    .iletisim-icerik ul li span {
        color: #2A2A2A;
        margin-right: 15px;
    }

.iletisim-txt {
    color: #060606;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0px;
}

.form-control {
    height: auto;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: .5px solid #B7B7B7;
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 200;
}

    .form-control:focus {
        border-color: #B7B7B7;
        outline: 0;
        box-shadow: none;
    }

.form-gonder {
    display: inline-block;
    text-align: right;
    float: right;
}

.formbtn {
    border-radius: 0px;
    background: none;
    background-color: transparent;
    color: #E31E24;
    font-size: 18px;
    font-weight: 700;
}

    .formbtn:hover {
        opacity: .8;
        color: #E31E24;
    }

.btn.focus, .btn:focus, .btn:hover {
    color: #E31E24;
    text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px;
    outline-offset: -2px;
}

.btn.active, .btn:active {
    box-shadow: none;
}


.burotime-logo {
    display: none;
}

.dropdown-backdrop {
    display: none;
}

@media (max-width: 1200px) {
    .sec3-hover p img {
        width: 60px !important;
        height: auto !important;
    }
}

@media (max-width: 1024px) {
    .home-slider .item img, .slider {
        height: auto;
    }
}

@media (max-width: 992px) {
    .sec3-siyah {
        opacity: .3
    }

    .sec3-txt {
        color: #ffffff !important;
        font-weight: 700;
    }

    .sec3-title {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        display: block;
        transform: inherit;
    }

    .nav-logo {
        display: none;
    }

    .burotime-logo {
        display: block;
    }

    .navbar-brand > img {
        height: 36px;
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

    .nav-item .nav-link {
        border: none !important;
    }

    .page-b1 {
        display: none;
    }

    .page-b2 {
        display: block !important;
    }

    .navbar-collapse {
        overflow-x: hidden;
    }
}

.section3 .sec3-deskop {
    display: none;
}

.sec3-mobil .sec3-title2 img {
    display: none;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .sec3-hover p img {
        width: 40px !important;
        height: auto !important;
    }

    .sec3-txt {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .section2 {
        padding: 80px 10px;
    }

    .sec3-hover {
        display: none;
    }

    .sec3-bg {
        display: block;
    }

    .sec3-txt {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .page-icerik {
        padding: 0px 10px;
    }

    .section3 .sec3-title {
        display: none;
    }

    .section3 .sec3-title2 {
        display: block;
        color: #E31E24;
        font-size: 24px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .section3 .sec3-mobil {
        width: 100%;
        height: auto;
        position: relative;
    }

    .section3 .sec3-deskop {
        display: block;
    }

    .sec3-mobil img {
        display: block;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .navbar-brand > img {
        height: 15px;
    }

    .burotime-logo img {
        height: 15px;
    }

    .burotime-logo {
        display: inline-block;
        padding: 15px 0px;
    }

    .navbar {
        padding: 0px;
    }

    .sec2-txt {
        font-size: 15px;
    }

    .sec4-owl {
        padding: 100px 10px;
    }
}


/**/

.navbar-toggler {
    background-color: transparent;
    border: 0px;
    outline: 0;
}

.menu-toggle {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
    background: #e31e24;
}

.hamburger, .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    outline: 0;
}

    .hamburger span {
        display: block;
        width: 18px;
        height: 2px;
        margin-bottom: 3px;
        overflow: hidden;
        position: relative;
    }

        .hamburger span:last-child {
            margin: 0;
        }

        .hamburger span:before, .hamburger span:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            transform: translateX(-200%);
            transition: transform ease 300ms;
        }

        .hamburger span:after {
            transform: translateX(0);
        }

        .hamburger span:nth-child(2):before, .hamburger span:nth-child(2):after {
            transition-delay: 75ms;
        }

        .hamburger span:last-child:before, .hamburger span:last-child:after {
            transition-delay: 150ms;
        }

.menu-toggle:hover .hamburger span:before {
    transform: translateX(0);
}

.menu-toggle:hover .hamburger span:after {
    transform: translateX(200%);
}

.menu-toggle.active .hamburger span:before {
    transform: translateX(100%);
}

.menu-toggle.active .hamburger span:after {
    transform: translateX(200%);
}

.cross span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
}

    .cross span:last-child {
        transform: translateY(-50%) rotate(-45deg) scaleX(0);
    }

.menu-toggle.active .cross span {
    transition-delay: 450ms;
    transform: translateY(50%) rotate(45deg) scaleX(1);
}

    .menu-toggle.active .cross span:last-child {
        transform: translateY(-50%) rotate(-45deg) scaleX(1);
    }

.fixed-top .navbar-nav li a {
    padding: 0px 10px !important;
}

.fixed-top .navbar-nav li {
    position: relative;
}

    .fixed-top .navbar-nav li::after {
        content: "";
        width: 0;
        height: 4px;
        background: #5887bf;
        position: absolute;
        bottom: -6px;
        left: 0;
        transition: ease-in-out .5s;
    }

    .fixed-top .navbar-nav li:hover::after {
        width: 100%;
    }

.product-top {
    position: relative;
}

.urun-menu {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    height: 140px;
    top: 76px;
    display: none;
}

    .urun-menu::before {
        content: "";
        width: 100%;
        height: 42px;
        background: transparent;
        position: absolute;
        left: 0;
        top: -30px;
    }

.col-xx-15 {
    width: 20%;
    float: left;
    padding: 10px 0px;
}

.urun-menu a {
    color: #000;
    font-size: 17px;
}
/**/

.openbg {
    background: #3d3d3d;
}

.navbar-toggler svg path {
    stroke-width: 40;
    stroke-linecap: round;
    stroke: #fff;
    fill: none;
    transition: all .5s ease-in-out;
}

/* In menu form */

.top_bar,
.bottom_bar {
    stroke-dasharray: 240px 910px;
}

.middle_bar {
    stroke-dasharray: 240px 240px;
}

/* In cross form */

.open .top_bar,
.open .bottom_bar {
    stroke-dashoffset: -650px;
}

.open .middle_bar {
    stroke-dasharray: 0px 220px;
    stroke-dashoffset: -120px;
}

.navbar-toggler svg {
    width: 60px;
}
/*COPYRIGHT*/
.etiket {
    padding: 10px 0;
    background-color: #F2F2F2;
}

.ctxt {
    font-size: 16px;
    color: #BBBBBB;
    font-weight: 300;
    float: left;
}

.ctxta {
    font-size: 16px;
    color: #BBBBBB;
    text-decoration: none;
    font-weight: 300;
    float: right;
}

    .ctxta:hover {
        color: #BBBBBB;
    }

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #3771b6;
    font-size: 35px;
}

    .back-to-top:hover {
        opacity: .7;
        color: #3771b6 !important;
    }

.ust-menu-blue-ilk {
    padding: 5px;
    top: 0px;
    height: 50px;
    background-color: #3771B6;
    color: #fff !important;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.ust-menu-blue ul {
    list-style: none;
    margin: 0;
    float: right;
}

    .ust-menu-blue ul li {
        position: relative;
        display: inline-block;
        float: right;
    }

.fixed-top {
    position: absolute !important;
    top: 50px !important;
}

.nav-item:hover .nav-link {
    border: none;
    color: #212121 !important;
}

/*Bolum1*/
.bolum1-baslik {
    color: #070707;
    font-size: 45px;
    font-weight: bold;
    text-align: center !important;
    width: 100%;
    /*border-bottom:1px solid #000;
    padding-bottom:10px;*/
}

.bolum1-icerik {
    color: #505050;
    font-size: 17px;
    font-weight: 400;
    text-align: center !important;
    width: 100%;
}

.bolum1 {
    margin-top: 80px;
    margin-bottom: 100px;
}
/*Bolum1*/
/*Bolum2*/
.item-urun img {
    position: relative;
}

.urun-aciklama {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    padding: 0px 35px;
}

.orta-sayfa {
    padding-top: 30px;
    position: relative;
    background-image: url('/dizin/site/img/images/Mask Group 4.png');
}

.urun-owl {
    border: 0px !important;
    margin: 0px !important;
}

.bolum1-alt hr {
    border-top: 2px solid rgba(112, 112, 112,1) !important;
    margin: 20px 0px;
    width: 150px;
    text-align: center;
    margin: 20px auto;
}
/*Bolum2*/

/*Bolum4*/
.bolum4-yazi {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #191919;
    font-size: 34px;
}

.orta-sayfa2 {
    padding-top: 30px;
    position: relative;
    padding-top: 30px;
}
/*Bolum4*/
@media(max-width:1200px) {
    .bolum3-yazi::after {
        width: 160px !important;
    }
}

@media(max-width:992px) {
    .bolum3-yazi::after {
        width: 240px !important;
    }
}

@media(max-width:768px) {
    .bolum3-yazi {
        position: inherit !important;
        width: 100% !important;
    }

        .bolum3-yazi::after {
            display: none !important;
        }

    .bolum3-yazi1 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bolum3-yazi2 {
        z-index: 9;
        text-align: center;
        font-size: 13px;
        color: #fff;
        padding-left: 18px;
        padding-right: 18px;
    }

    .rowlar {
        position: relative !important;
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        border: 0 !important;
        z-index: 9 !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 4.5em !important;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 150% 100% !important;
        color: #fff;
    }

    .navbar-brand {
        width: 100% !important;
    }

    .nav-link {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        padding: 20px 30px;
        border: 1px solid transparent;
    }

    .carousel {
        margin-top: 134px;
    }

    .navbar-toggler {
        color: #000000;
    }

    .nav-item:hover .nav-link {
        border: none;
        color: #000000 !important;
    }
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
}
/*Urunler*/
.urun-resim {
    height: 154px;
    margin-bottom: 50px;
    overflow: hidden;
}

.urun-resim1 {
    height: 154px;
    overflow: hidden;
}
/*.urun-resim::before{
       content: "";
    width: 100px;
    height: 100%;
    background: #747474;
    position: absolute;
    top: 0px;
    right: -45px;
    transform: skewX(-12deg);
    z-index: 1;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    }*/
.urun-baslik {
    color: #070707;
    width: 70%;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    height: 100px;
}

.urun-icerik {
    width: 100%;
    text-align: left;
    color: #707070;
    font-size: 16px;
}

.myAccordion__title {
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 50px;
    background: #3771B6 !important;
}

.myAccordion__inner {
    text-align: left !important;
}
/*Urunler*/
.urun-kullanimi-title {
    color: #070707;
    font-size: 15px;
    margin: 25px 0px;
    text-align: left;
}

.uygulamalar-baslik {
    color: #070707;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.urun-kullanimi-baslik1 {
    color: #070707;
    font-size: 20px;
    margin-bottom: 25px;
}

.urun-kullanimi-icerik1 {
    width: 100%;
    text-align: left;
    color: #212121;
    font-weight: 400;
}

.urun-kullanimi-icerik-icerik1 {
    width: 100%;
    text-align: left;
    color: #212121;
    font-weight: 400;
}

.urun-kullanimi-icerik-icerik2 {
    width: 100%;
    text-align: left;
    color: #212121;
    font-weight: 400;
}

.urun-kullanimi-icerik2 {
    padding: 30px 30px;
    background: #F7F7F7;
}

.urun-margin {
    margin-top: 50px;
}
/*iletisim*/
.iletisim-baslik {
    background: #3771B6;
    width: 100%;
    text-align: left;
    margin-top: 100px;
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.iletisim-adresler li {
    padding: 10px 0px;
    border-bottom: 2px solid #D4D4D4;
    text-align: left;
}

.iletisim-adresler .row i {
    padding-right: 10px;
    padding-top: 10px;
}

.iletisim-harita {
    margin-top: 100px;
}

.iletime-gecin {
    margin: 100px 0px;
    width: 100%;
    background: #F7F7F7;
}

.iletime-gecin-baslik {
    width: 100%;
    text-align: center;
    color: #3771B6;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 2.375rem 2.75rem !important;
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #F7F7F7 !important;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #CBCBCB !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 50px !important;
}

.form-ozel {
    margin: 0px 15px;
}

.formbtn {
    margin: 40px auto !important;
    border: 1px solid #707070 !important;
    width: 120px !important;
    font-size: 17px !important;
}
/*iletisim*/
/*Bolum3*/
.bolum3 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.bolum3-yazi {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    background-color: #ffffff;
    padding-bottom: 5px;
}

.bolum1bg {
    background-color: #747474;
    padding: 50px 15px;
    /* padding-bottom:50px; */
}

.bolum3-yazi::after {
    content: "";
    width: 100px;
    height: 100%;
    background: #747474;
    position: absolute;
    top: 0px;
    right: -45px;
    transform: skewX(-12deg);
    z-index: 1;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
}

.bolum3-yazi2 {
    z-index: 9;
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
}

.bolum3-yazi1 {
    text-align: left;
    /* width: 100%; */
    font-size: 25px;
    color: #fff;
    z-index: 9;
    margin-left: 15px;
    /* padding-left:5px; */
    padding-bottom: 5px;
}

.bolum3-yazi3 {
    border: 1px solid #fff;
    margin-left: 15px;
    /* margin-top: 20px; */
    transition: all .5s;
}

    .bolum3-yazi3 a {
        color: #fff;
        font-size: 20px;
        padding: 5px 15px;
    }

    .bolum3-yazi3:hover {
        background-color: #3771B6;
        border: 1px solid #3771B6;
    }

        .bolum3-yazi3:hover a, .bolum3-yazi3 a:hover {
            color: #ffffff
        }
/*Bolum3*/
/*Bolum5*/
.bolum5-resim {
    margin-top: 50px;
    position: relative;
}

.bolum5-perde {
    width: 50%;
    height: 50%;
    background-color: #000000;
    opacity: .6;
    position: absolute;
    top: 25%;
    left: 25%;
}

.bolum5-resim img {
    object-fit: fill;
}

.bolum5-perde-yazi1 {
    width: 100%;
    top: 50%;
    text-align: center;
    z-index: 9;
    position: absolute;
    transform: translate(0px,-50px);
    color: #fff;
}

.bolum5-perde-yazi2 {
    width: 100%;
    top: 50%;
    text-align: center;
    z-index: 9;
    position: absolute;
    transform: translate(0px,0px);
    display: block;
}

    .bolum5-perde-yazi2 a {
        color: #fff;
        border: 1px solid #fff !important;
        padding: 9px 28px;
        display: inline;
        transition: all .5s;
        font-size: 18px;
        font-weight: 500;
    }

        .bolum5-perde-yazi2 a:hover {
            background-color: #ffffff;
            color: #000000;
        }
/*Bolum5*/
/*Bolum6*/
.bolum6 {
    margin-top: 70px;
}

.bolum6-yazi {
    color: #393939;
    font-size: 34px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.bolum6-resim {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .bolum6-resim ul {
        list-style: none;
        float: right;
        width: 100%;
        text-align: center;
    }

        .bolum6-resim ul li {
            position: relative;
            display: inline-block;
        }

            .bolum6-resim ul li img {
                margin: 0px 15px;
            }

.bolum6-resimyazi {
    color: #9A9A9A;
    font-size: 18px;
    font-weight: 500;
}
/*Bolum6*/
/*Footer*/
.footer-logo1 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer-bottom {
    background-color: #2C343E;
    margin-top: 70px;
    margin-bottom: 0px;
    border-bottom: 1px solid #464646;
}

.footer-logo {
    padding-top: 30px;
}

.footer-adres {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-menu {
    padding-top: 30px;
}

    .footer-menu a {
        color: #9A9A9A;
        border: none;
    }

.footer-urunler {
    padding-top: 30px;
}

    .footer-urunler a {
        color: #9A9A9A;
        border: none;
    }

.vertical {
    border-left: 4px solid #707070;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
}

.footer-logo2 {
    text-align: center;
}

    .footer-logo2 ul {
        margin-top: 20px;
        list-style: none;
        float: right;
        width: 100%;
        text-align: center;
    }

        .footer-logo2 ul li {
            position: relative;
            display: inline-block;
        }

            .footer-logo2 ul li a i {
                color: #3771B6;
                font-size: 18px;
            }

.footer-most-bottom {
    background: #2C343E;
}

.footer-most-bottom1 {
    float: left;
}

.footer-most-bottom2 {
    float: right;
}

.kisa-Footer {
    background: #2C343E;
    padding: 10px 0px;
}

.kisa-footer-logo2 ul {
    margin-top: 20px;
    list-style: none;
    float: right;
    width: 100%;
    text-align: center;
}

    .kisa-footer-logo2 ul li {
        position: relative;
        display: inline-block;
        padding: 0px 7px;
    }

        .kisa-footer-logo2 ul li a i {
            color: #3771B6;
            font-size: 18px;
        }

.kisa-Footer-sosyal {
    float: right;
}

.kisa-Footer-logo {
    top: 50%;
    transform: translate(10px, 10px);
    float: left;
}

.kisa-footer-most-bottom {
    background: #1E242B;
}

.kisa-footer-most-bottom1 {
    float: left;
    margin: 5px 0px;
}

.kisa-footer-most-bottom2 img {
    float: right;
    margin: 5px 0px;
}
/*Footer*/
/*refaerans*/
.referans-baslik {
    margin-top: 40px;
    background-color: #3771B6;
    color: #ffffff;
    width: 97%;
}

.referans-icerik {
    border-bottom: 4px solid #fff !important;
    width: 97%;
    background-color: #F7F7F7;
    padding: 5px 0px;
}

.referanslar-icerik {
    margin-bottom: 320px;
}
/*referans*/
/*hakkimizda*/
.hakkimizda-baslik {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 500;
    color: #070707;
}

.b1-yazi {
    text-align: left;
    color: #212121;
    font-weight: 400;
    margin-bottom: 30px;
}

.b2-yazi {
    display: block;
    width: 100%;
    text-align: left;
    color: #212121;
    font-size: 14px;
}

.hakkimiz-bolum2 {
    padding: 40px 30px;
    background-color: #F7F7F7;
}

.b3-yazi {
    text-align: left;
    color: #212121;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 40px;
}

.b4-resim {
    margin-top: 50px;
    padding: 20px 20px;
    background-color: #F7F7F7;
}

.b5-yazi {
    text-align: left;
    color: #212121;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
}
/*hakkimizda*/

.nav-link-top {
    color: #fff !important;
}

.boyut {
    margin: auto 60px;
}

.zoom {
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: top;
}

.urun-resim img {
    display: block;
    width: 100%;
    transition: all .8s ease;
    transform: scale(1.2);
}

.urun-resim:hover img {
    transform: scale(1);
}

.urun-resim1 img {
    display: block;
    width: 100%;
    transition: all .8s ease;
    transform: scale(1.2);
}

.urun-resim1:hover img {
    transform: scale(1);
}
/*Urunler*/
h2.myAccordion__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 50px;
    background: #3771B6 !important;
}

.ac-list-item {
    position: relative;
    background: #F7F7F7;
    border-bottom: 1px solid #fff;
}

.ac-btn {
    top: 2rem !important;
}

a.ac-anchor:not([href]):not([tabindex]) {
    color: #000 !important;
    text-decoration: none;
}

.myAccordion-list li a {
    font-size: 1.5rem !important;
}

a.ac-anchor {
    color: #7e8288 !important
}

@media (max-width: 767px) {
    .navbar.navbar-no-bg {
        background: #fff !important;
    }
}

@media(max-width:1200px) {

    a.nav-link {
        font-size: 14px !important;
    }
}

@media(max-width:992px) {
    .bolum5-perde-yazi1 {
        width: 100%;
        text-align: center;
        z-index: 9;
        position: absolute;
        color: #fff;
        font-size: 20px;
        left: 0;
        top: 50%;
    }

    .bolum5-perde-yazi2 a {
        color: #fff;
        border: 1px solid #fff !important;
        padding: 5px 14px;
        display: inline;
        font-size: 10px;
    }
}

@media(max-width:768px) {

    ul.menu-top {
        display: block !important;
    }

    nav.navbar.fixed-top.navbar-expand-md.navbar-no-bg {
        margin-top: 51px;
    }

    .fixed-top {
        top: 0px !important;
    }

    .product-top2 {
        position: relative;
    }

    .urun-menu {
        position: absolute;
        background: #fff;
        left: 0;
        width: 100%;
        height: 120px;
        top: 150px;
        display: none;
    }

        .urun-menu::before {
            content: "";
            width: 100%;
            height: 42px;
            background: transparent;
            position: absolute;
            left: 0;
            top: -30px;
        }

    .col-xx-15 {
        width: 20%;
        float: left;
        padding: 10px 0px;
    }

    .urun-menu a {
        color: #000;
        font-size: 17px;
    }

    .navbar-brand {
        background-size: 106px !important;
    }
}
/*accordion*/

.accordion {
    display: block;
    position: relative;
    width: 100%;
    background: #3771B6;
}

.bmenu span {
    background: #fff;
}

.accordion__item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

    .accordion__item:last-child {
        margin-bottom: 0;
    }

.accordion__title {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0px 50px 0 20px;
    font-size: 1em;
    font-weight: 400;
    color: #2e2e2e;
    border-bottom: 1px solid #6E97C5;
    overflow: hidden;
    transition: background-color 0.2s;
}

    .accordion__title:hover {
        background-color: #fafafa;
        color: #000 !important;
    }

    .accordion__title.active {
        background: #6E97C5;
        color: #000 !important;
    }

        .accordion__title.active .x7 {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

            .accordion__title.active .x7 .btop {
                width: 67%;
                top: 2px;
                -webkit-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }

            .accordion__title.active .x7 .bmid {
                opacity: 0;
            }

            .accordion__title.active .x7 .bbot {
                width: 67%;
                bottom: 2px;
                -webkit-transform: translateY(50%) rotate(45deg);
                transform: translateY(50%) rotate(45deg);
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }

.accordion__content {
    display: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
    line-height: 1.65;
    padding: 25px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.bmenu {
    width: 26px;
    height: 16px;
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
}

.btop,
.bmid,
.bbot {
    right: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #5e6266;
    border-radius: 1px;
}

.btop {
    width: 40%;
}

.bmid {
    width: 60%;
}

.bbot {
    width: 80%;
}

.x7 {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
}

    .x7 .btop {
        top: 0;
        transition: width 0.3s, top 0s, -webkit-transform 0.3s;
        transition: width 0.3s, transform 0.3s, top 0s;
        transition: width 0.3s, transform 0.3s, top 0s, -webkit-transform 0.3s;
        transition-timing-function: ease-out;
    }

    .x7 .bmid {
        top: calc(50% - 1px);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        transition: opacity 0.1s;
        transition-timing-function: ease-out;
    }

    .x7 .bbot {
        bottom: 0;
        transition: width 0.3s, bottom 0s, -webkit-transform 0.3s;
        transition: width 0.3s, transform 0.3s, bottom 0s;
        transition: width 0.3s, transform 0.3s, bottom 0s, -webkit-transform 0.3s;
        transition-timing-function: ease-out;
    }

/**/
@media(max-width:542px) {
    .bolum5-perde-yazi1 {
        width: 100%;
        text-align: center;
        z-index: 9;
        position: absolute;
        color: #fff;
        font-size: 10px;
        left: 0;
        top: 90%;
    }
}

.myAccordion-list li a {
    transition: ease-in-out .5s;
}

    .myAccordion-list li a:hover {
        transform: translateX(10px);
    }

.footer-logo2 {
    margin-top: 20px;
}

    .footer-logo2 ul li {
        border-right: 2px solid #707070;
        border-left: 2px solid #707070;
    }



        .kisa-footer-logo2 ul li a i, .footer-logo2 ul li a i {
            color: #3771B6;
            font-size: 18px;
        }

    .kisa-footer-logo2 ul li, .footer-logo2 ul li {
        transition: ease-in-out .5s;
    }

        .kisa-footer-logo2 ul li:hover, .footer-logo2 ul li:hover {
            transform: translateY(-10px);
            box-shadow: 0px 20px 40px rgba(0,0,0,.5);
        }

.carousel-caption {
    top: 50%;
    bottom: auto;
    left: 25%;
    transform: translate(-25%, -50%);
}

.description span {
    color: #ffffff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px !important;
    height: 40px !important;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 999 !important;
}

.bolum1-al hr {
    border-top: 2px solid rgba(112, 112, 112,1) !important;
    margin: 20px 0px;
    width: 150px;
    text-align: center;
    margin: 20px auto;
}

.bolum1-al {
    margin: auto;
    margin-bottom: 20px;
}

.video_item {
    position: relative;
}

    .video_item img {
        width: 100%;
    }

.video_item_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 99;
    width: 100%;
    height: 100%;
}

.video_svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.video_item svg {
    width: 100px;
    text-align: center;
    margin: auto;
    fill: #ffffff;
    background-color: #5886ba;
    border-radius: 50%;
    transition: all .5s;
    transition: all .5s;
}

.video_item:hover svg {
    width: 100px;
    text-align: center;
    margin: auto;
    fill: #5886ba;
    background-color: transparent;
    border-radius: 50%;
    transition: all .5s;
}

.ref-aciklama {
    text-align: left;
}

.top-content .description {
    width: 40%;
}

    .top-content .description p {
        font-size: 50px;
        font-weight: 700;
        color: #ffffff !important;
        text-align: left;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: auto;
    width: 100%;
    line-height: 60px;
    padding: 0;
    text-align: left;
    transform: translate(0, -50%);
    top: 50%;
}

.carousel-inner {
    height: 100vh;
}

.nav_contact li {
    float: left;
    margin: 0px 20px;
}

@media (max-width: 1400px) {
    .top-content .description {
        width: 50%;
    }

        .top-content .description p {
            font-size: 37px;
        }
}

@media (max-width: 1200px) {
    .carousel-inner {
        height: auto;
    }

    .top-content .description {
        width: 50%;
    }

        .top-content .description p {
            font-size: 37px;
        }
}

@media (max-width: 992px) {
    .top-content .description p {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .top-content .description p {
        font-size: 25px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 20px !important;
        height: 20px !important;
    }
}

.iletisim_button {
    display: none;
}

@media (max-width: 767px) {

    .iletisim-harita {
        display: none;
    }

    .iletisim_button {
        display: block;
        width: 200px;
        background: #3771b6;
        margin: 20px auto;
    }

        .iletisim_button a {
            font-size: 18px;
            color: #ffffff;
            padding: 10px;
        }

            .iletisim_button a:focus {
                font-size: 18px;
                color: #ffffff;
            }

        .iletisim_button span {
            margin-right: 10px;
        }
}

@media (max-width: 575px) {
    .top-content .description {
        display: block !important;
    }

    .top-content .description {
        width: 80%;
    }

    .carousel-caption {
        line-height: initial;
    }

    .top-content .description p {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .top-content .description p {
        font-size: 17px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 15px !important;
        height: 15px !important;
    }
}

@media (max-width: 499px) {
    ul.menu-top {
        margin-bottom: 0px;
    }

    .menu-top a.nav-link {
        padding: 0px 5px
    }

    nav.navbar.fixed-top.navbar-expand-md.navbar-no-bg {
        margin-top: 60px;
    }

    .carousel {
        margin-top: 143px;
    }

    .ust-menu-blue ul li {
        display: block;
        float: left;
        text-align: left;
    }

    .nav_contact li {
        float: left;
        margin: 0px 10px;
    }
}

@media (min-width: 768px) {
    .dropdown-menu_bg {
        display: none !important;
    }
}

.nav-link:focus, .nav-link:hover {
    outline: 0;
}

.ust-menu-blue ul li:focus {
    border: none;
    outline: 0;
}

.nav_contact li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.carousel-caption .description {
    position: absolute;
    bottom: 0px;
    text-shadow: 1px 2px #000;
}

@media (max-width: 767px) {
    .top-content .carousel-caption {
        top: 50%;
        transform: translate(0%, -50%);
        bottom: auto;
    }

    .nav_contact li {
        margin: 0px 5px;
    }

    .bolum3-yazi1 {
        font-size: 20px !important;
    }

    .navbar.navbar-no-bg {
        opacity: 1 !important;
    }

    .navbar-brand {
        background-size: 164px !important;
    }
}

@media (max-width: 544px) {

    .nav_contact li a {
        font-size: 25px;
    }

    .nav_contact li {
        margin: 3px 10px;
        float: left !important;
    }

    nav.navbar.fixed-top.navbar-expand-md.navbar-no-bg {
        margin-top: 92px;
    }

    .carousel {
        margin-top: 183px;
    }

    .bolum3-yazi3 {
        text-align: center;
        margin: auto;
    }

    .urun-resim1, .urun-baslik {
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .top-content .carousel-caption {
        top: 31%;
        transform: translate(0%, -50%);
        bottom: auto;
    }

    .ust-menu-blue-ilk .container {
        padding: 0px;
    }

    .carousel-caption {
        left: 9%;
    }
}

@media (max-width: 400px) {
    .nav_contact li a {
        font-size: 17px;
    }
}

.kampanya {
    width: 100%;
}

    .kampanya .urun-baslik {
        text-align: left;
    }

.page-b a, .myAccordion__title a {
    display: none;
}

.banner-hakkimizda, .iletisim-sayfa, .page-content {
    padding-top: 132px;
}

@media(max-width:992px) {
    .page-b a, .myAccordion__title a {
        display: inline-block;
    }
}

@media(max-width:767px) {
    .banner-hakkimizda, .iletisim-sayfa, .page-content {
        padding-top: 185px;
    }

    .product-top2 {
        padding: 0px 15px !important;
    }

    .iletisim-baslik {
        margin-top: 15px;
    }


    .kisa-Footer-sosyal {
        float: none;
    }

    .kisa-footer-logo2 {
        margin: auto;
    }

    .navbar-nav {
        margin: 0px;
        height: 100vh;
    }

    .navbar-collapse {
        margin: -15px;
        padding: 0px;
    }

    .navbar-nav {
        margin-left: auto !important;
        margin-top: 21px;
        background: white;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        background: transparent;
    }

    .navbar-collapse.collapse {
        margin: -15px;
    }

    .ust-menu-blue-ilk {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .fixed-top {
        position: fixed !important;
    }

    .bolum1-baslik {
        font-size: 30px;
    }
}

@media(max-width:552px) {
    .ust-menu-blue-ilk {
        height: 100px;
    }
}
