﻿.menu .navbar {
    margin-bottom: auto;
    border: none;
    border-radius: 0;
}

.otoyol {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-right: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin-top: 8px;
}

.otoyol-1 {
    margin-top: 3px;
    margin-right: 15px;
    color: #0076cc;
    height: 65px;
    display: block;
}

    .otoyol-1 i {
        font-size: 72px;
        line-height: 1;
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

.otoyol-2 {
    font-size: 17px;
    margin-top: 20px;
    margin-right: 5px;
    color: #656d78;
}

.otoyol-3 {
    width: 46px;
    height: 46px;
    margin-left: 8px;
    position: relative;
    margin-top: 4px
}

    .otoyol-3 span {
        font-size: 20px;
        background-color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: block;
        color: #dc5504;
        position: relative;
        margin-left: 3px;
        margin-top: 3px;
        text-align: center;
        padding-top: 11px;
        font-weight: 700
    }

        .otoyol-3 span:before, .otoyol-3:before {
            content: "";
            width: 100%;
            height: 100%
        }

    .otoyol-3:before {
        border: 3px solid #0d5c96;
        position: absolute;
        border-radius: 50%;
        -webkit-animation: otoyolmavi 2s ease-in infinite;
        animation: otoyolmavi 2s ease-in infinite;
        transition: all .2s ease-in;
        opacity: 1
    }

    .otoyol-3 span:before {
        border: 3px solid #a3c2de;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        -webkit-animation: otoyolacikmavi 2s ease-in infinite;
        animation: otoyolacikmavi 2s ease-in infinite;
        transition: all .2s ease-out;
        opacity: 0
    }

.otoyol-1, .otoyol-2, .otoyol-3 {
    float: left
}

@-webkit-keyframes otoyolmavi {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes otoyolmavi {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes otoyolacikmavi {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes otoyolacikmavi {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.otoyol-mobile {
    margin-right: 10px;
    margin-top: 27px;
    font-size: 12px;
}

    .otoyol-mobile .otoyol-1 {
        height: 39px;
        padding-top: 5px;
        color: white;
    }

    .otoyol-mobile .otoyol-2 {
        margin-top: 13px;
        color: white;
    }

    .otoyol-mobile .otoyol-1 i {
        font-size: 40px;
        margin-top: 4px
    }

    .otoyol-mobile .otoyol-3 {
        font-size: 15px;
        width: 32px;
        height: 32px;
        margin-top: 4px
    }

        .otoyol-mobile .otoyol-3 span {
            font-size: 15px;
            width: 26px;
            height: 26px;
            padding-top: 5px
        }

@media screen and (min-width:320px) {
    .otoyol-mobile .otoyol-3 span {
        padding-top: 6px
    }
}

@media screen and (min-width:768px) {
    .otoyol {
        display: none;
        margin-right: 5px
    }

    .otoyol-mobile .otoyol-3 span {
        padding-top: 5px
    }
    .otoyol-2 {
        display:block;
    }
}

@media screen and (min-width:769px)and (max-width:1140px) {
    .otoyol {
        display: block;
    }

    .otoyol-2, .otoyol-1 {
        display: none;
    }
}

@media screen and (min-width:990px) {
    .otoyol {
        display: block;
        margin-right: 15px;
        font-size: 11px;
    }

    .otoyol-1 {
        margin-right: 5px;
    }

    .otoyol-2 {
        font-size: 15px;
    }

    .otoyol-3 {
        margin-left: 0px;
    }
  
}

@media screen and (min-width:1200px) {
    .otoyol {
        margin-right: 20px;
        font-size: 13px;
    }

    .otoyol-1 {
        margin-right: 10px;
    }

    .otoyol-2 {
        font-size: 17px;
    }

    .otoyol-3 {
        margin-left: 8px;
    }
    .otoyol-2, .otoyol-1 {
        display: block;
    }
}

@media screen and (min-width:1600px) {
    .otoyol {
        margin-right: 35px;
        font-size: 13px;
    }

    .otoyol-1 {
        margin-right: 15px;
    }
    .otoyol-2, .otoyol-1 {
        display: block;
    }
}

.otoyol-mobile .otoyol-3 span:before {
    display: none
}

.common-item-fixed, .fixed_menu .otoyol {
    display: none
}

@-webkit-keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fixed_menu_animation {
    -webkit-animation-name: fixed_menu_animation;
    animation-name: fixed_menu_animation
}

.fixed_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: fixed_menu_animation .3s;
    animation: fixed_menu_animation .3s;
    min-height: inherit;
    height: 70px !important;
    background-color: #E6E9ED;
}

    .fixed_menu .common-item-fixed {
        display: block;
        position: absolute;
        right: 0;
    }

.common-item-fixed .lang,
.common-item-fixed .search-icon {
    margin-top: 20px;
    color: #6e6f71
}

    .common-item-fixed .lang:hover, .common-item-fixed .search-icon:hover {
        color: #6e6f71
    }

.menu-menu-top {
    background-color: #237dc0;
    height: 39px
}

.menu-mobil {
    position: relative;
    float: left;
    margin-left: 17px;
    margin-top: 12px;
    display: block;
    transition: all .3s ease-out;
    cursor: pointer
}

.menu__level--left, .mobil-sub-menu {
    -webkit-transition: -webkit-transform .3s
}

.menu-mobil:focus {
    outline: 0
}

.menu-mobil span {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff
}

    .menu-mobil span + span {
        margin-top: 6px
    }

.menu-menu-top .otoyol {
    float: right
}

.menu-mobil.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobil-sub-menu {
    background-color: #fff;
    border-top: 1px solid #195e92;
    width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    box-shadow: 0 5px 10px 0 rgba(143,143,143,.36)
}

.menu--open {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mobil-head {
    background-color: #f1efef;
    min-height: 64px
}

.mobil-back, .mobil-home {
    width: 75px;
    color: #787878;
    font-size: 11px;
    font-family: Arial,ArialMT;
    border-right: 1px solid #fff;
    text-align: center;
    min-height: 64px;
    display: block;
    float: left;
    line-height: 1;
    padding-top: 13px
}

    .mobil-back i, .mobil-home i {
        font-size: 27px;
        display: block
    }

    .mobil-back:hover, .mobil-home:hover {
        background-color: #fff;
        color: #787878
    }

.common-item-mobil .lang, .mobil-list a {
    display: block;
    color: #89899b;
    font-weight: 400;
}

.common-item-mobil {
    float: right;
    z-index: 9999
}

    .common-item-mobil .search-icon {
        display: block;
        margin-top: 23px;
        margin-right: 12px
    }

    .common-item-mobil .lang {
        margin-top: 20px;
        font-size: 16px;
        border-left: 1px solid #004d87
    }

.mobil-list a {
    width: 100%;
    border-bottom: 1px solid #c2c2c7;
    font-size: 13px;
    padding-top: 22px;
    padding-bottom: 19px
}

    .mobil-list a i, .mobil-list a span {
        display: inline-block;
        vertical-align: middle
    }

    .mobil-list a i {
        font-size: 10px;
        margin-right: 12px;
        margin-left: 10px
    }

    .mobil-list a span {
        font-size: 8px;
        float: right;
        margin-left: 5px;
        margin-right: 15px;
        margin-top: 4px;
        color: #000
    }

    .mobil-list a.active, .mobil-list a.active:hover, .mobil-list a:hover {
        color: #fff;
        background-color: #237dc0;
        border-bottom: 1px solid #237dc0
    }

        .mobil-list a.active span, .mobil-list a.active:hover span, .mobil-list a:hover span {
            color: #fff
        }

.mobil-sosyal {
    position: fixed;
    bottom: 5px;
}

    .mobil-sosyal li {
        float: left
    }

        .mobil-sosyal li a {
            background: #fff;
            color: #aaa;
            border: 1px solid #e8e8e8;
            text-align: center;
            display: block;
            padding: 9px 10px 5px;
            font-size: 12px;
            margin: 9px 0 14px 10px
        }

            .mobil-sosyal li a.facebok {
                color: #3b5998
            }

            .mobil-sosyal li a.twttr {
                color: #55acee
            }

    .mobil-sosyal ul li a.google {
        color: #dd4b39
    }

    .mobil-sosyal li a.instagram {
        color: #e4405f
    }

    .mobil-sosyal ul li a.youtube {
        color: #cd201f
    }

    .mobil-sosyal li a:hover {
        border: 1px solid currentColor
    }

.menu__level {
    position: absolute;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.menu__level--left {
    visibility: visible;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.menu__level--current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    visibility: visible
}

.menu__level--right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s
}

.seviye-1 {
    background-color: #237dc0
}

    .seviye-1 a {
        border-bottom: 1px solid #2690df;
        color: #fff
    }

        .seviye-1 a i, .seviye-1 a span {
            color: #fff
        }

        .seviye-1 a.active, .seviye-1 a.active:hover, .seviye-1 a:hover {
            background-color: #2690df;
            border-bottom: 1px solid #2690df;
            color: #fff
        }

.seviye-2 {
    background-color: #49d2ff
}

    .seviye-2 a {
        border-bottom: 1px solid #77deff;
        color: #196c9e
    }

        .seviye-2 a i, .seviye-2 a span {
            color: #fff
        }

        .seviye-2 a.active, .seviye-2 a.active:hover, .seviye-2 a:hover {
            background-color: #77deff;
            border-bottom: 1px solid #77deff;
            color: #196c9e
        }
/* Desktop Rich Menu  */
.infinity {
    font: 500 22px 'BarlowCondensed-Medium', sans-serif;
}

.modal-bg,
.infinity-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(41, 47, 48, 0.61);
    z-index: -21;
    opacity: 0;
    transition: all .4s;
}

    .modal-bg.open,
    .infinity-bg.open {
        z-index: 21;
        opacity: 1;
    }

.infinity .left-menu2 {
    position: relative;
}

    .infinity .left-menu2 ul {
        display: flex;
        margin-bottom: 0;
        border: none;
    }

        .infinity .left-menu2 ul li a {
            /*font: 500 22px 'Barlow Semi Condensed', sans-serif;*/
            min-height: 70px;
            color: #6e6f71;
            position: relative;
            overflow: hidden;
            display: flex;
            padding-left: 25px;
            padding-right: 25px;
            padding-top: 22px;
            transition: all .2s ease;
        }

            .infinity .left-menu2 ul li a:before {
                position: absolute;
                content: '';
                left: 0;
                right: 0;
                bottom: -100%;
                height: 9px;
                background-color: #a1a1a1;
                transition: all .2s ease;
                opacity: 0;
            }

            .infinity .left-menu2 ul li a i {
                font-size: 10px;
                line-height: 1;
                vertical-align: middle;
                color: #6e6f71;
                margin-right: 15px;
                transition: all .2s;
                padding-top: 11px;
            }

.fixed_menu .infinity .left-menu2 ul li a i {
    color: #6e6f71;
}

.infinity .left-menu2 ul li a.active,
.infinity .left-menu2 ul li a:hover {
    background-color: #dedede;
    color: white;
}

    .infinity .left-menu2 ul li a.active:before,
    .infinity .left-menu2 ul li a:hover:before {
        bottom: 0;
        opacity: 1;
    }

    .infinity .left-menu2 ul li a.active i:before,
    .infinity .left-menu2 ul li a:hover i:before {
        content: "\4f";
        color: #6e6f71;
    }

.fixed_menu .infinity .left-menu2 ul li a {
    color: #6e6f71;
}

    .fixed_menu .infinity .left-menu2 ul li a.active,
    .fixed_menu .infinity .left-menu2 ul li a:hover {
        background-color: #dadee3;
    }

    .fixed_menu .infinity .left-menu2 ul li a:before {
        background-color: white;
    }

.fixed_menu .shield {
    position: fixed;
    top: 70px;
}

.shield {
    position: absolute;
    top: 70px;
}

    .shield ul li a {
        position: relative;
        display: block;
        min-height: 35px;
        padding: 7px 30px 7px 45px;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.2;
        color: #434a54;
        border-bottom: 1px solid #b7bcc3;
        transition: all 0.2s ease-out;
    }

    .shield ul li + li:last-child a {
        border-bottom: none;
    }

    .shield ul li a.left-link:before {
        content: "\29";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "3-kopru" !important;
        font-size: 12px;
        color: #656d78;
    }

    .shield ul li a:hover,
    /*.shield ul li a:focus,*/
    .shield ul li a.active {
        background-color: #dadee3;
        border-color: transparent;
    }

        .shield ul li a:hover:after,
        /*.shield ul li a:focus:after,*/
        .shield ul li a.active:after {
            position: absolute;
            content: '';
            top: -1px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #dadee3;
        }

.left-menu2-inner {
    position: relative;
    width: 300px;
    min-height: 0;
    padding-top: 35px;
    padding-bottom: 12px;
    z-index: 2;
    background-color: #e6e9ed;
    transition: all .2s ease;
}

.left-menu2-content {
    position: absolute;
    top: 0;
    left: 297px;
    z-index: 9;
    width: 600px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

    .left-menu2-content.open {
        visibility: visible;
        opacity: 1;
    }

.left-menu2-item-sub {
    float: left;
    width: 300px;
    /*min-height: 262px;*/
    background: #f3f5f7;
    padding-top: 35px;
    padding-bottom: 12px;
    transition: all .2s;
    opacity: 0;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.left-menu2-content.open .left-menu2-item-sub {
    opacity: 1;
}

.left-menu2-zengin {
    float: left;
    width: 300px;
    /*min-height: 262px;*/
    background-color: #f5f7fa;
    position: relative;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.left-menu2-zengin-sub {
    background-color: #e9e9ed;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.left-back2 {
    position: absolute;
    right: 0;
    left: 0;
    color: #434a54;
    font-size: 16px;
    padding-left: 40px;
}

    .left-back2:hover {
        color: #434a54;
    }

    .left-back2:before {
        content: "\2a";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "3-kopru" !important;
        font-size: 11px;
    }

.menu__level2,
.left__level2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    list-style-type: none;
}

.left-back2,
.left-menu2-zengin,
.left-menu2-inner,
.left-menu2-item,
.left-menu2-item-inner {
    display: none;
}

    .left-back2.open,
    .left-menu2-zengin.open,
    .left-menu2-inner.open,
    .left-menu2-item.open,
    .left-menu2-item-inner.open {
        display: block;
    }

.menu__level2--left {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu__level2--current {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu__level2--right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}

.menu__level2--current {
    visibility: visible;
    position: relative;
}
/* Desktop Rich Menu  */
@media(min-width:768px) {
    .fixed_menu {
        height: 60px !important;
    }

    .infinity .left-menu2 ul li a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 60px;
    }

        .infinity .left-menu2 ul li a i {
            font-size: 8px;
            padding-top: 5px;
            margin-right: 5px;
        }

    .fixed_menu .shield,
    .shield {
        top: 60px;
    }

        .shield ul li a {
            font-size: 14px;
            padding: 7px 15px 7px 15px;
            min-height: 30px;
        }

    .left-menu2-inner {
        width: 240px;
    }

    .left-menu2-item-sub {
        width: 240px;
    }

    .left-menu2-content {
        left: 240px;
        width: 500px;
    }

    .fixed_menu .common-item-fixed {
        top: 0px;
    }
}

@media(min-width:990px ) {
    .infinity .left-menu2 ul li a {
        font-size: 15px;
        min-height: 60px;
    }

        .infinity .left-menu2 ul li a i {
            padding-top: 7px;
            margin-right: 10px;
            font-size: 10px;
        }

    .infinity .left-menu2 ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .otoyol-1 i {
        font-size: 57px;
    }

    .otoyol-2 {
        font-size: 14px;
    }
}

@media(min-width:1350px ) {
    .infinity .left-menu2 ul li a {
        font-size: 15px;
        min-height: 60px;
    }

        .infinity .left-menu2 ul li a i {
            padding-top: 7px;
            margin-right: 10px;
            font-size: 10px;
        }

    .shield ul li a {
        font-size: 17px;
        padding: 7px 20px 7px 45px;
        min-height: 35px;
    }

    .left-menu2-inner {
        width: 300px;
    }

    .left-menu2-item-sub {
        width: 300px;
    }

    .left-menu2-content {
        left: 300px;
        width: 600px;
    }
}

@media(min-width:1500px ) {
    .infinity .left-menu2 ul li a {
        font-size: 18px;
        min-height: 60px;
    }

        .infinity .left-menu2 ul li a i {
            padding-top: 7px;
            margin-right: 10px;
            font-size: 10px;
        }

    .shield ul li a {
        font-size: 17px;
        padding: 7px 30px 7px 45px;
        min-height: 35px;
    }

    .left-menu2-inner {
        width: 300px;
    }

    .left-menu2-item-sub {
        width: 300px;
    }

    .left-menu2-content {
        left: 300px;
        width: 600px;
    }
}

@media(min-width:1800px) {
    .fixed_menu .common-item-fixed {
        top: 5px;
    }

    .fixed_menu {
        height: 70px !important;
    }

    .left-menu2-content {
        left: 297px;
    }

    .infinity .left-menu2 ul li a {
        font-size: 19px;
        padding-left: 25px;
        padding-right: 25px;
        min-height: 70px;
    }

    .fixed_menu .shield,
    .shield {
        top: 70px;
    }
}
